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

20 lines
424 B
Plaintext

#%Module
set name intel
set version 17
conflict $name
conflict gcc
conflict pgi
# 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/lib/intel64
prepend-path PATH $prefix/bin/intel64
prepend-path MANPATH $prefix/man/common