2013-12-08 18:49:55 +00:00
|
|
|
#%Module
|
|
|
|
|
|
|
|
proc ModulesHelp { } {
|
|
|
|
puts stderr { Fortran compiler from Intel - Homepage: http://software.intel.com/en-us/intel-compilers/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
module-whatis {Fortran compiler from Intel - Homepage: http://software.intel.com/en-us/intel-compilers/}
|
|
|
|
|
|
|
|
set root /cluster/software/ifort/2013_sp1.1.106
|
|
|
|
|
|
|
|
conflict ifort
|
|
|
|
conflict GCC
|
2013-12-12 13:44:36 +00:00
|
|
|
conflict OpenMPI
|
2013-12-08 18:49:55 +00:00
|
|
|
|
|
|
|
prepend-path LD_LIBRARY_PATH $root/lib
|
|
|
|
prepend-path LD_LIBRARY_PATH $root/lib/intel64
|
2013-12-12 13:44:36 +00:00
|
|
|
#prepend-path LD_LIBRARY_PATH $root/mpirt/lib/intel64
|
2013-12-08 18:49:55 +00:00
|
|
|
prepend-path MANPATH $root/man
|
|
|
|
prepend-path MANPATH $root/man/en_US
|
|
|
|
prepend-path PATH $root/bin
|
2013-12-12 13:44:36 +00:00
|
|
|
#prepend-path PATH $root/mpirt/bin/intel64
|
2013-12-08 18:49:55 +00:00
|
|
|
|
|
|
|
setenv EBROOTIFORT "$root"
|
|
|
|
setenv EBVERSIONIFORT "2013_sp1.1.106"
|
|
|
|
setenv EBDEVELIFORT "$root/easybuild/ifort-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-08 18:49:55 +00:00
|
|
|
prepend-path NLSPATH $root/idb/intel64/locale/%l_%t/%N
|
|
|
|
|
|
|
|
# built with EasyBuild version 1.9.0
|