mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
20 lines
424 B
Plaintext
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
|