Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28996 Discussions

Intel compiler options and mpich2-1.4.1p1

Dharma
Beginner
387 Views
Hello,
         I am trying to compile a Fortran code using mpif90 (mpich2-1.4.1p1 and ifort Version 12.1.0.233 Build 20110811), I do not see any effect of the the option -multiple-processes on the compile process. I have a 8 core machine. If you only ifort to compile the code, i did see 8 cores being used. Is there any issue here?

thanks
Reddy
0 Kudos
1 Reply
Steven_L_Intel1
Employee
387 Views
This option has an effect only if there are multiple source files on the ifort command line.  You'd have to look to see which actual ifort command was issued to see if that's the case.
0 Kudos
Reply