Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Comunicados
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_
Principiante
2.108 Visualizações

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 Respostas
TimP
Colaborador honorário III
2.108 Visualizações

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

Agnes_B_
Principiante
2.108 Visualizações

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

Responder