Commit d4309fe7 authored by Christof Schulze's avatar Christof Schulze 😎 Committed by cschulze
Browse files

[+] esys-particle/2.3.3: added module for ESys-Particle

parent 11cedfdc
Loading
Loading
Loading
Loading

esys-particle/2.3.3

0 → 100644
+35 −0
Original line number Diff line number Diff line
#%Module 1.0
#
#  Esys-Particle module for use with 'environment-modules' package:
#
set     version      2.3.3

proc ModulesHelp { } {
        global version

        puts stderr "\tAdds `' to your PATH environment variable"
        puts stderr "\n\tDescription TODO"
        puts stderr "\n\tVersion $version\n"
}

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


set	pkghome		/opt/apps/esys-particle-2.3

conflict		esys-particle
prereq			mpi/openmpi-x86_64

setenv			ESYS_BASE	$pkghome
setenv			ESYS_DIR	$pkghome
setenv			ESYS_INC	"-I$pkghome/include/"
#setenv			ESYS_INCDIRS	$pkghome/include/
setenv			ESYS_LIB	$pkghome/lib

prepend-path            PATH            $pkghome/bin
prepend-path		LD_LIBRARY_PATH	$pkghome/lib
prepend-path		LD_RUN_PATH	$pkghome/lib

prepend-path		PYTHONPATH	$pkghome/lib/python2.7/site-packages

unset 	pkghome