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

kameyama @ pccluster.org kameyama @ pccluster.org
2002年 11月 12日 (火) 13:21:04 JST


In article <20021112022756.9045920024 @ neal.il.is.s.u-tokyo.ac.jp> kameyama @ pccluster.org wrotes:
> 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";
>         }
>     };

Sorry, this script include bug.
I missing $.

This is correct code:
     $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 メーリングリストの案内