29 lines
839 B
Plaintext
29 lines
839 B
Plaintext
|
#%Module
|
||
|
|
||
|
proc ModulesHelp { } {
|
||
|
puts stderr { C and C++ compiler from Intel - Homepage: http://software.intel.com/en-us/intel-compilers/
|
||
|
}
|
||
|
}
|
||
|
|
||
|
module-whatis {C and C++ compiler from Intel - Homepage: http://software.intel.com/en-us/intel-compilers/}
|
||
|
|
||
|
set root /cluster/software/icc/2013_sp1.1.106
|
||
|
|
||
|
conflict icc
|
||
|
conflict GCC
|
||
|
|
||
|
prepend-path LD_LIBRARY_PATH $root/lib
|
||
|
prepend-path LD_LIBRARY_PATH $root/lib/intel64
|
||
|
prepend-path MANPATH $root/man
|
||
|
prepend-path MANPATH $root/man/en_US
|
||
|
prepend-path PATH $root/bin
|
||
|
|
||
|
setenv EBROOTICC "$root"
|
||
|
setenv EBVERSIONICC "2013_sp1.1.106"
|
||
|
setenv EBDEVELICC "$root/easybuild/icc-2013_sp1.1.106-easybuild-devel"
|
||
|
|
||
|
prepend-path INTEL_LICENSE_FILE /home/jthalheim/licenses/intel/license.lic
|
||
|
prepend-path NLSPATH $root/idb/intel64/locale/%l_%t/%N
|
||
|
|
||
|
# built with EasyBuild version 1.9.0
|