Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29280 Discussions

problem in fortran code compilation

cylab123
Beginner
541 Views
Hi !
I am using the Intel @ fortran compiler professional verion on my Fedora6 linux machine. The installation was clean and successful. I am trying to compile one fortan code with the compiler with the command - 'ifort x.for' and getting the following messages -

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
x.for(324): (col. 2) remark: LOOP WAS VECTORIZED.
x.for(543): (col. 9) remark: LOOP WAS VECTORIZED.
x.for(733): (col. 19) remark: LOOP WAS VECTORIZED.
x.for(1054): (col. 2) remark: PARTIAL LOOP WAS VECTORIZED.
x.for(1054): (col. 2) remark: PARTIAL LOOP WAS VECTORIZED.
x.for(1054): (col. 2) remark: PARTIAL LOOP WAS VECTORIZED.
ld: cannot find -lgcc_s
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

and the compilation aborted.

I am new to the fortran programming,so I am not sure, where is the problem. In the compiler installation or in the code itself ?
Any help would be much appreciated ?

thanks !
cylab123
0 Kudos
2 Replies
Steven_L_Intel1
Employee
541 Views
The "remarks" are just informational and can be ignored. The compilation was fine but the linker (ld) could not locate library gcc_s.a
0 Kudos
cylab123
Beginner
541 Views
The "remarks" are just informational and can be ignored. The compilation was fine but the linker (ld) could not locate library gcc_s.a
Thanks for the reply. Any suggestion to locate or find or install that file, so that the program can be compiled smoothly ?
cylab123
0 Kudos
Reply