Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

. /afs/slac/package/intel_tools/prod/bin/compilervars.sh intel64

OpenMPI with Intel Compilers

We have recompiled a version of the Red Hat OpenMPI package using the Intel compilers. You will need to set your shell environment as described above and also use the intel-openmpi_1.8.1-x86_64 module. Here's a method of using intel-openmpi_1.8.1-x86_64 by default on the bulletmpi cluster via your .cshrc startup file:

 

set bulletcluster = `hostname | grep "^bullet0"`
if ($bulletcluster != "") then
source /afs/slac/package/intel_tools/prod/bin/compilervars.csh intel64
eval `/usr/bin/modulecmd csh unload lsf-openmpi_1.5.4-x86_64`
eval `/usr/bin/modulecmd csh load intel-openmpi_1.8.1-x86_64`
endif