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

can not find mpiicc, mpiifort scripts

amit_bajaj
Beginner
1,065 Views

Hi,

We have installed cluster suite, but unable to locate the wrapper scripts mpiicc, mpiifort, 

what to do?

rgds

amit

0 Kudos
3 Replies
TimP
Honored Contributor III
1,065 Views

Assumiing yours is set up in the documented way:

Search in your MPI installation for the environment setting scripts e.g. for the default directory installation:

find /opt/intel/mpi -name mpivars*

source the appropriate one of those, e.g. for 64-bit "intel64" mode with bash the one in the /bin64 directory with suffix .sh

This will put the mpii wrappers on PATH (they are in the same directories with the environment scripts).

In case you want an explanation about requiring explicit path setup:

It's extremely important in MPI usage where there are so many slightly incompatible implementations, to use an environment variable or module scheme to keep them from interfering with each other, with no MPI appearing in the default paths.

0 Kudos
Bruce_S_
Beginner
1,065 Views

Hello, we have "parallel_studio_xe_2013" installed with the default options.  I was going to try to run "linpack" which requires mpiicc but

"mpiicc" is nowhere to be found.  In fact, In fact I tried to follow Tim Prince's instructions, but I "find" no /opt/intel/mpi directory.  What am I missing?

0 Kudos
TimP
Honored Contributor III
1,065 Views

parallel studio is not the same as cluster studio, among the differences being that only the latter includes MPI and trace analyzer (not evident from the product name).  Intel MPI, but not trace analyzer, is also available separately.  Depending on your requirements and versions of Windows and Visual Studio, and whether you require OFED support, the free MPICH2 (which works with Intel compilers) or cygwin OpenMPI (with gnu compilers) may be interesting.

0 Kudos
Reply