-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1294 from boegel/keep_class_constants_constant
reset keep toolchain component class 'constants' every time
- Loading branch information
Showing
12 changed files
with
207 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#%Module | ||
|
||
set root /tmp/icc/11.1.073 | ||
|
||
setenv EBROOTICC "$root" | ||
setenv EBVERSIONICC "11.1.073" | ||
setenv EBDEVELICC "$root/easybuild/icc-11.1.073-easybuild-devel" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
#%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/ictce/3.2.2.u3 | ||
|
||
conflict ictce | ||
|
||
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 "3.2.2.u3" | ||
setenv EBDEVELICTCE "$root/easybuild/ictce-3.2.2.u3-easybuild-devel" | ||
|
||
|
||
# built with EasyBuild version 1.9.0dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#%Module | ||
|
||
set root /tmp/ifort/11.1.073 | ||
|
||
setenv EBROOTIFORT "$root" | ||
setenv EBVERSIONIFORT "11.1.073" | ||
setenv EBDEVELIFORT "$root/easybuild/ifort-11.1.073-easybuild-devel" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#%Module | ||
|
||
set root /var/folders/8s/_frgh9sj6m744mxt5w5lyztr0000gn/T/eb-SGdeX9/tmptwWn9I | ||
|
||
setenv EBROOTIMKL "$root" | ||
setenv EBVERSIONIMKL "10.2.6.038" | ||
setenv EBDEVELIMKL "$root/easybuild/imkl-10.2.6.038-easybuild-devel" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#%Module | ||
|
||
set root /tmp/impi/4.0.0.028 | ||
|
||
setenv EBROOTIMPI "$root" | ||
setenv EBVERSIONIMPI "4.0.0.028" | ||
setenv EBDEVELIMPI "$root/easybuild/impi-4.0.0.028-easybuild-devel" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters