to,
MPI_ICMOD_PSM__PSM_PATH = "^"
Compiling Platform MPI 8 Applications
As with Open MPI, QLogic recommends that you use the included wrapper scripts
that invoke the underlying compiler (see
Wrapper Script Name
mpicc
mpiCC
mpi77
mpif90
To compile your program in C using the default compiler, type:
$ mpicc mpi_app_name.c -o mpi_app_name
Running Platform MPI 8 Applications
Here is an example of a simple mpirun command running with four processes,
over PSM:
$ mpirun -np 4 -hostfile mpihosts -PSM mpi_app_name
To run over IB Verbs, type:
$ mpirun -np 4 -hostfile mpihosts -IBV mpi_app_name
To run over TCP (which could be IPoIB if the hostfile is setup for IPoIB interfaces),
type:
$ mpirun -np 4 -hostfile mpihosts -TCP mpi_app_name
More Information on Platform MPI 8
For more information on Platform MPI 8, see the Platform Computing web site
Intel MPI
Intel MPI version 4.0 is supported with this release.
IB0054606-02 A
Table 5-4. Platform MPI 8 Wrapper Scripts
C
C
Fortran 77
Fortran 90
Table
5-4).
Language
5–Using Other MPIs
Intel MPI
5-7
Need help?
Do you have a question about the OFED+ Host and is the answer not in the manual?