[SCore-users-jp] Re: [SCore-users] Absoft V7 f77 and f90

kameyama @ pccluster.org kameyama @ pccluster.org
2002年 11月 12日 (火) 11:27:56 JST


In article <200211111042.gABAglr03954 @ zeralda.streamline.com> Nick Birkett <nrcb @ streamline-computing.com> wrotes:
> Hi I have the Absoft V 7.5 compiler. I think the absoft compiler stuff in 
> SCore 5.0.1 is not up to date.

We update absoft compiler option on SCore 5.2.

> Can someone tell me axactly what I need to change to get absoft f77 and f90
> to work (single underscores and lower case symbols) ?

The contents of /opt/score/etc/compilers/absoft on SCore 5.2 is following:

    options{"absoft"} = sub {
        if ($lang eq "f90") {
            $addoptions = "-YEXT_NAMES=LCS -YEXT_SFX=_";
        } else {
            $addoptions = "-f -N15";
        }
    };

                       from Kameyama Toyohisa
_______________________________________________
SCore-users mailing list
SCore-users @ pccluster.org
http://www.pccluster.org/mailman/listinfo/score-users



SCore-users-jp メーリングリストの案内