#%Module

proc ModulesHelp { } {
    puts stderr {   Intel Cluster Toolkit Compiler Edition provides Intel C/C++ and Fortran compilers, Intel MPI & 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 & Intel MKL. - Homepage: http://software.intel.com/en-us/intel-cluster-toolkit-compiler/}

set root    /tmp/intel/2012a

conflict   intel 

if { ![is-loaded icc/11.1.073] } {
    module load icc/11.1.073
}

if { ![is-loaded ifort/11.1.073] } {
    module load ifort/11.1.073
}

if { ![is-loaded impi/4.0.0.028] } {
    module load impi/4.0.0.028
}

if { ![is-loaded imkl/10.2.6.038] } {
    module load imkl/10.2.6.038
}


setenv	EBROOTICTCE		"$root"
setenv	EBVERSIONICTCE		"2012a"
setenv	EBDEVELICTCE		"$root/easybuild/intel-2012a-easybuild-devel"


# built with EasyBuild version 1.9.0dev
