Getting Started

Connecting
Documentation
FAQ

Login Form






Lost Password?
How to use MPICH v2 for intel compilers

MPICH2 version 0.9.8-12 is available for the intel compilers and uses the OpenFabrics stack to access the infiniband network. To setup the intel compilers for openmpi, execute one of following based on your shell:

  • source /usr/local/profile.d/mpich2-intel.csh ( for c-shell users)
  • source /usr/local/profile.d/mpich2-intel.sh ( for bourne shell users)

Don't forget to also source the intel c script or the fortran script.

Once setup, users should find in their path mpicc, mpicxx, mpif90 and mpif77. See the MOAB documentation for an example of using MPICH2 with MOAB submission scripts .