|
|
System X Compilers
MPICH-1.2.5 with modifications is the supported MPI library.
Compilers on System X can be found
in the directory /nfs/compilers/mpich-1.2.5/bin/ and include:
-
mpicc, C compiler
based on the Gnu gcc compiler.
-
mpixlc, C compiler
based on the IBM xlc compiler.
-
mpiCC, C++ compiler
based on the Gnu g++ compiler.
-
mpicxx, same as mpiCC.
-
mpif77, FORTRAN77 compiler
based on the IBM xlf compiler.
xlf -qextname -L/usr/mellanox/lib
-
mpif90, FORTRAN90 compiler
based on the IBM xlf90 compiler.
f90 -qextname -L/usr/mellanox/lib
There are known bugs in MPICH, please read the KnownBugs file in
/nfs/storage1/docs/compilers/mpich-1.2.5/KnownBugs
|
|