2013-12-01 20:17:51 +00:00
|
|
|
#%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"
|
|
|
|
|
2013-12-12 13:44:36 +00:00
|
|
|
prepend-path INTEL_LICENSE_FILE /cluster/software/licenses/license.lic
|
2013-12-01 20:17:51 +00:00
|
|
|
prepend-path NLSPATH $root/idb/intel64/locale/%l_%t/%N
|
|
|
|
|
|
|
|
# built with EasyBuild version 1.9.0
|