Files
modules/doc/example/flavored-modules/modulefiles/intelmpi/17
2019-03-16 15:31:35 +01:00

19 lines
397 B
Plaintext

#%Module
set name intelmpi
set version 17
conflict $name
conflict openmpi
# source common definitions
source [file dirname $ModulesCurrentModulefile]/../.common
# compute installation path based on selected toolchain and flavors
set prefix [getInstallPrefix]
# set software environment
prepend-path LD_LIBRARY_PATH $prefix/lib64
append-path PATH $prefix/bin64
append-path MANPATH $prefix/man