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.

-i-static not supported

Agnes_B_
Beginner
2,111 Views

I am using Intel Fortran compiler (ifort version 16.0.2) and I want to compile a (monte carlo) code which has the option -i-static in the make file, but I got the error message "ifort: command line remark #10148: option '-i-static' not supported" though the code was used by other colleague earlier without problem (using version 14). Can the version difference cause the problem, if yes what is the proper substitution for the option? or is there some other setting which might be not properly set on my PC? thanks!

 

0 Kudos
2 Replies
TimP
Honored Contributor III
2,111 Views

Spelling of that option was changed to -static-intel.  This should appear in ifort -help

0 Kudos
Agnes_B_
Beginner
2,111 Views

Thanks! (I tried that and it compiled but the code is not working properly, so probably there is some other problem)

0 Kudos
Reply