#%Module
proc ModulesHelp { } {
        global dotversion
        puts stderr "\tLoads the gnu - openmpi 1.8.1  Environment"
}

module-whatis  "Loads the gnu openmpi 1.8.1 Environment."
conflict gnu-openmpi
prepend-path PATH /usr/lib64/mpi/gcc/openmpi/bin
prepend-path INCLUDE /usr/lib64/mpi/gcc/openmpi/include
prepend-path INCLUDE /usr/lib64/mpi/gcc/openmpi/lib64/lib64
prepend-path MANPATH /usr/lib64/mpi/gcc/openmpi/share/man
prepend-path LD_LIBRARY_PATH /usr/lib64/mpi/gcc/openmpi/lib64

