Commit f217acac authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

Scienomics MAPS (first draft)

parent 45a6dd41
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -2,25 +2,25 @@
#
#  Scienomics MAPS module for use with 'environment-modules' package:
#
set     version      4.1.1
set     version      4.2

proc ModulesHelp { } {
        global version

        puts stderr "\tAdds `' to your PATH environment variable"
        puts stderr "\n\tDescription TODO"
        puts stderr "\tAdds Scienomics MAPS to your PATH environment variable"
        puts stderr "\n\t including LAMMPS (31 Mar 2017)"
        puts stderr "\n\tVersion $version\n"
}

module-whatis   "activates the Plugins for Esys-Particle $version (x86_64-Linux,MPI)"
module-whatis   "activates Scienomics MAPS $version (x86_64-Linux,MPI)"


set	pkghome		/opt/apps/scienomics/Scienomics
set	pkghome		  /opt/Scienomics

conflict        mpi

setenv			    MAPS_BASE	   $pkghome

prepend-path    PATH         $pkghome/bin
prepend-path    path         $pkghome/LAMMPS

unset pkghome