[SCore-users] Absoft V7 f77 and f90

kameyama at pccluster.org kameyama at pccluster.org
Tue Nov 12 11:27:56 JST 2002


In article <200211111042.gABAglr03954 at zeralda.streamline.com> Nick Birkett <nrcb at 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



More information about the SCore-users mailing list