- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The "remarks" are just informational and can be ignored. The compilation was fine but the linker (ld) could not locate library gcc_s.a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Steve Lionel (Intel)
The "remarks" are just informational and can be ignored. The compilation was fine but the linker (ld) could not locate library gcc_s.a
cylab123

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page