#%Module

# NOTE: This is an automatically-generated file!  (generated by the
# Open MPI RPM).  Any changes made here will be lost a) if the RPM is
# uninstalled, or b) if the RPM is upgraded or uninstalled.

proc ModulesHelp { } {
   puts stderr "This module adds Open MPI intel-12.1 1.5.4 to various paths"
}

module-whatis   "Sets up Open MPI intel-12.1 1.5.4 in your environment"

module load intel/12/32
prepend-path PATH "/usr/local/openmpi/1.5.4/intel121/i686/bin"
prepend-path LD_LIBRARY_PATH "/usr/local/openmpi/1.5.4/intel121/i686/lib:/usr/local/intel/lib/openmpi"
prepend-path MANPATH "/usr/local/openmpi/1.5.4/intel121/i686/man"
append-path -d { } LOCAL_LDFLAGS "-L/usr/local/openmpi/1.5.4/intel121/i686/lib -L/usr/local/intel/lib/openmpi"
append-path -d { } LOCAL_INCLUDE "-I/usr/local/intel/include"
append-path -d { } LOCAL_CFLAGS "-I/usr/local/intel/include"
append-path -d { } LOCAL_FFLAGS "-I/usr/local/intel/include"
append-path -d { } LOCAL_CXXFLAGS "-I/usr/local/intel/include"
