[SCore-users-jp] Re: [SCore-users] Intel 8

kameyama @ pccluster.org kameyama @ pccluster.org
2004年 3月 2日 (火) 13:17:40 JST


In article <200402281151.15615.nick @ streamline-computing.com> Nick Birkett <nick @ streamline-computing.com> wrotes:
> Is it possible to use the Intel V8 compilers with Score 5.6.1 ?
> 
> I had no luck with this:
> 
> #  $intel8
> require "$compiler_dir_path/intel" if ( -f "$compiler_dir_path/intel");
> $options{"intel8"} = sub {
>     &{$options{"intel"}}();
> };

Please use as following:
     require "$compiler_dir_path/intel" if ( -f "$compiler_dir_path/intel");
     options{"intel8"} = sub {
        &{$options{"intel"}}();
	$nockpt = 1
	    if ($lang eq "f77" || $lang eq "f90");
     };

and please remove following file.
    /opt/score/lib/*/libpthread.a

Intel version 8 Fortran compiler add -lpthread the end of library.
(I think the runtime library of Intel version 8 fortran compiller use
libpthread.)
On SCore 5.6.1, libpthread use libscwrap.
So Intel version 8 Fortran compiler cannot link SCore programs.

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



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