Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
2233 Discussions

-fast option forces static MPI link

Kevin_McGrattan
309 Views

I am using the latest version of the HPC toolkit and I am trying to use the -fast option for a Fortran code that uses Intel MPI. I am warned about static linking, and then I receive the error messages

 

ld: cannot find -lm
ld: cannot find -lc
ld: cannot find -lc

 

Is there some other option for Intel MPI that I need. I cannot find documentation for this error.

0 Kudos
1 Reply
TobiasK
Moderator
95 Views

@Kevin_McGrattan


thanks for reporting this, I see some warnings and some issues with -fast but not the one that you see.


Could you please show the full output of the link command that fails with

mpiifx -show -fast ... ?



0 Kudos
Reply