29 lines
880 B
Plaintext
29 lines
880 B
Plaintext
#%Module
|
|
|
|
proc ModulesHelp { } {
|
|
puts stderr { Intel Cluster Toolkit Compiler Edition provides Intel C,C++ and fortran compilers, Intel MPI and Intel MKL - Homepage: http://software.intel.com/en-us/intel-cluster-toolkit-compiler/
|
|
}
|
|
}
|
|
|
|
module-whatis {Intel Cluster Toolkit Compiler Edition provides Intel C,C++ and fortran compilers, Intel MPI and Intel MKL - Homepage: http://software.intel.com/en-us/intel-cluster-toolkit-compiler/}
|
|
|
|
set root /cluster/software/iccifort/2013_sp1.1.106
|
|
|
|
conflict iccifort
|
|
|
|
if { ![is-loaded icc/2013_sp1.1.106] } {
|
|
module load icc/2013_sp1.1.106
|
|
}
|
|
|
|
if { ![is-loaded ifort/2013_sp1.1.106] } {
|
|
module load ifort/2013_sp1.1.106
|
|
}
|
|
|
|
|
|
setenv EBROOTICCIFORT "$root"
|
|
setenv EBVERSIONICCIFORT "2013_sp1.1.106"
|
|
setenv EBDEVELICCIFORT "$root/easybuild/iccifort-2013_sp1.1.106-easybuild-devel"
|
|
|
|
|
|
# built with EasyBuild version 1.9.0
|