#%Module
# Modulefile for intelmpi
#
# This is really a placeholder modulefile, does not define anything

proc ModulesHelp { } {
   puts stderr "
This is a dummy modulefile to indicate that you wish to use the
Intel MPI libraries that shipped with the Intel compiler suite
you are using.

"
}

module-whatis "Use intelmpi with intel compiler"

#Even in production, this modulefile would not do anything
conflict intelmpi
prereq intel
