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

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

