-
Notifications
You must be signed in to change notification settings - Fork 772
{*}[intel/2016.00] HPL 2.1 (REVIEW) #2209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
a6f488d
intel 2016 toolchain
fmasselink 07b07ab
removed site-specific lines for license file
fmasselink 7f0c734
use GCC 4.9.3 in intel/2016.00, stick to official tarball names, add …
boegel 56dfffd
include component list in icc/ifort 2016.0.109 easyconfigs
boegel 6756a59
fix remark
boegel 739f0e9
reluctantly admit that @wpoely86 is right by dropping .*
boegel 453ebe4
if @wpoely86 says _, we do _
boegel 423b3c3
use GCC/4.9.3-2.25 as base for intel/2016.00
boegel 85aefae
include GCCcore and binutils as explicit deps in intel/2016.00
boegel 81d104e
fix versionsuffix for binutils in intel/2016.00
boegel 1c21d6a
fix typo
boegel 5022127
use GCCcore+binutils as base for icc/ifort in intel/2016.00
boegel e159312
drop explicit dep on GCC in iccifort 2016.0.109 toolchain
boegel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,18 @@ | ||
| name = 'HPL' | ||
| version = '2.1' | ||
|
|
||
| homepage = 'http://www.netlib.org/benchmark/hpl/' | ||
| description = """HPL is a software package that solves a (random) dense linear system in double precision (64 bits) arithmetic | ||
| on distributed-memory computers. It can thus be regarded as a portable as well as freely available implementation of the | ||
| High Performance Computing Linpack Benchmark.""" | ||
|
|
||
| toolchain = {'name': 'intel', 'version': '2016.00'} | ||
| toolchainopts = {'optarch': True, 'usempi': True} | ||
|
|
||
| sources = [SOURCELOWER_TAR_GZ] | ||
| source_urls = ['http://www.netlib.org/benchmark/%(namelower)s'] | ||
|
|
||
| # fix Make dependencies, so parallel build also works | ||
| patches = ['HPL_parallel-make.patch'] | ||
|
|
||
| moduleclass = 'tools' |
34 changes: 34 additions & 0 deletions
34
easybuild/easyconfigs/i/icc/icc-2016.0.109-GCC-4.9.3-2.25.eb
This file contains hidden or 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,34 @@ | ||
| # This is an easyconfig file for EasyBuild, see http://hpcugent.github.io/easybuild | ||
|
|
||
| name = 'icc' | ||
| version = '2016.0.109' | ||
|
|
||
| homepage = 'http://software.intel.com/en-us/intel-compilers/' | ||
| description = "C and C++ compiler from Intel" | ||
|
|
||
| toolchain = {'name': 'dummy', 'version': 'dummy'} | ||
|
|
||
| sources = ['parallel_studio_xe_%(version_major)s_composer_edition_for_cpp.tgz'] | ||
|
|
||
| checksums = ['f57a892fb494db3c80f20a88aa3e901f'] | ||
|
|
||
| gccver = '4.9.3' | ||
| binutilsver = '2.25' | ||
| versionsuffix = '-GCC-%s-%s' % (gccver, binutilsver) | ||
|
|
||
| dependencies = [ | ||
| ('GCCcore', gccver), | ||
| ('binutils', binutilsver, '', ('GCCcore', gccver)), | ||
| ] | ||
|
|
||
| # full list of components can be obtained from pset/mediaconfig.xml in unpacked sources | ||
| # cfr. https://software.intel.com/en-us/articles/intel-composer-xe-2015-silent-installation-guide | ||
| components = ['intel-comp', 'intel-ccomp', 'intel-icc', 'intel-openmp', 'intel-ipsc?_'] | ||
|
|
||
| dontcreateinstalldir = 'True' | ||
|
|
||
| # license file | ||
| import os | ||
| license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic") | ||
|
|
||
| moduleclass = 'compiler' |
This file contains hidden or 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,25 @@ | ||
| # This is an easyconfig file for EasyBuild, see http://hpcugent.github.io/easybuild | ||
|
|
||
| name = 'icc' | ||
| version = '2016.0.109' | ||
|
|
||
| homepage = 'http://software.intel.com/en-us/intel-compilers/' | ||
| description = "C and C++ compiler from Intel" | ||
|
|
||
| toolchain = {'name': 'dummy', 'version': 'dummy'} | ||
|
|
||
| sources = ['parallel_studio_xe_%(version_major)s_composer_edition_for_cpp.tgz'] | ||
|
|
||
| checksums = ['f57a892fb494db3c80f20a88aa3e901f'] | ||
|
|
||
| # full list of components can be obtained from pset/mediaconfig.xml in unpacked sources | ||
| # cfr. https://software.intel.com/en-us/articles/intel-composer-xe-2015-silent-installation-guide | ||
| components = ['intel-comp', 'intel-ccomp', 'intel-icc', 'intel-openmp', 'intel-ipsc?_'] | ||
|
|
||
| dontcreateinstalldir = 'True' | ||
|
|
||
| # license file | ||
| import os | ||
| license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic") | ||
|
|
||
| moduleclass = 'compiler' | ||
18 changes: 18 additions & 0 deletions
18
easybuild/easyconfigs/i/iccifort/iccifort-2016.0.109-GCC-4.9.3-2.25.eb
This file contains hidden or 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,18 @@ | ||
| # This is an easyconfig file for EasyBuild, see http://hpcugent.github.io/easybuild | ||
| easyblock = "Toolchain" | ||
|
|
||
| name = 'iccifort' | ||
| version = '2016.0.109' | ||
| versionsuffix = '-GCC-4.9.3-2.25' | ||
|
|
||
| homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/' | ||
| description = """Intel Cluster Toolkit Compiler Edition provides Intel C,C++ and fortran compilers, Intel MPI and Intel MKL""" | ||
|
|
||
| toolchain = {'name': 'dummy', 'version': 'dummy'} | ||
|
|
||
| dependencies = [ | ||
| ('icc', version, versionsuffix), | ||
| ('ifort', version, versionsuffix), | ||
| ] | ||
|
|
||
| moduleclass = 'toolchain' |
This file contains hidden or 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,17 @@ | ||
| # This is an easyconfig file for EasyBuild, see http://hpcugent.github.io/easybuild | ||
| easyblock = "Toolchain" | ||
|
|
||
| name = 'iccifort' | ||
| version = '2016.0.109' | ||
|
|
||
| homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/' | ||
| description = """Intel Cluster Toolkit Compiler Edition provides Intel C,C++ and fortran compilers, Intel MPI and Intel MKL""" | ||
|
|
||
| toolchain = {'name': 'dummy', 'version': 'dummy'} | ||
|
|
||
| dependencies = [ | ||
| ('icc', version), | ||
| ('ifort', version), | ||
| ] | ||
|
|
||
| moduleclass = 'toolchain' |
34 changes: 34 additions & 0 deletions
34
easybuild/easyconfigs/i/ifort/ifort-2016.0.109-GCC-4.9.3-2.25.eb
This file contains hidden or 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,34 @@ | ||
| # This is an easyconfig file for EasyBuild, see http://hpcugent.github.io/easybuild | ||
|
|
||
| name = 'ifort' | ||
| version = '2016.0.109' | ||
|
|
||
| homepage = 'http://software.intel.com/en-us/intel-compilers/' | ||
| description = "C and C++ compiler from Intel" | ||
|
|
||
| toolchain = {'name': 'dummy', 'version': 'dummy'} | ||
|
|
||
| sources = ['parallel_studio_xe_%(version_major)s_composer_edition_for_fortran.tgz'] | ||
|
|
||
| checksums = ['bce7f6a71f7e44f67956197501d00b7c'] | ||
|
|
||
| gccver = '4.9.3' | ||
| binutilsver = '2.25' | ||
| versionsuffix = '-GCC-%s-%s' % (gccver, binutilsver) | ||
|
|
||
| dependencies = [ | ||
| ('GCCcore', gccver), | ||
| ('binutils', binutilsver, '', ('GCCcore', gccver)), | ||
| ] | ||
|
|
||
| # full list of components can be obtained from pset/mediaconfig.xml in unpacked sources | ||
| # cfr. https://software.intel.com/en-us/articles/intel-composer-xe-2015-silent-installation-guide | ||
| components = ['intel-comp', 'intel-fcomp', 'intel-ifort', 'intel-openmp', 'intel-ipsf?_'] | ||
|
|
||
| dontcreateinstalldir = 'True' | ||
|
|
||
| # license file | ||
| import os | ||
| license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic") | ||
|
|
||
| moduleclass = 'compiler' |
This file contains hidden or 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,25 @@ | ||
| # This is an easyconfig file for EasyBuild, see http://hpcugent.github.io/easybuild | ||
|
|
||
| name = 'ifort' | ||
| version = '2016.0.109' | ||
|
|
||
| homepage = 'http://software.intel.com/en-us/intel-compilers/' | ||
| description = "C and C++ compiler from Intel" | ||
|
|
||
| toolchain = {'name': 'dummy', 'version': 'dummy'} | ||
|
|
||
| sources = ['parallel_studio_xe_%(version_major)s_composer_edition_for_fortran.tgz'] | ||
|
|
||
| checksums = ['bce7f6a71f7e44f67956197501d00b7c'] | ||
|
|
||
| # full list of components can be obtained from pset/mediaconfig.xml in unpacked sources | ||
| # cfr. https://software.intel.com/en-us/articles/intel-composer-xe-2015-silent-installation-guide | ||
| components = ['intel-comp', 'intel-fcomp', 'intel-ifort', 'intel-openmp', 'intel-ipsf?_'] | ||
|
|
||
| dontcreateinstalldir = 'True' | ||
|
|
||
| # license file | ||
| import os | ||
| license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic") | ||
|
|
||
| moduleclass = 'compiler' |
21 changes: 21 additions & 0 deletions
21
easybuild/easyconfigs/i/iimpi/iimpi-2016.00-GCC-4.9.3-2.25.eb
This file contains hidden or 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,21 @@ | ||
| # This is an easyconfig file for EasyBuild, see http://hpcugent.github.io/easybuild | ||
| easyblock = "Toolchain" | ||
|
|
||
| name = 'iimpi' | ||
| version = '2016.00' | ||
| versionsuffix = '-GCC-4.9.3-2.25' | ||
|
|
||
| homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/' | ||
| description = """Intel C/C++ and Fortran compilers, alongside Intel MPI.""" | ||
|
|
||
| toolchain = {'name': 'dummy', 'version': 'dummy'} | ||
|
|
||
| compver = '2016.0.109' | ||
| dependencies = [ | ||
| ('icc', compver, versionsuffix), | ||
| ('ifort', compver, versionsuffix), | ||
| ('impi', '5.1.1.109', '', ('iccifort', '%s%s' % (compver, versionsuffix))), | ||
| ] | ||
|
|
||
| moduleclass = 'toolchain' | ||
|
|
25 changes: 25 additions & 0 deletions
25
easybuild/easyconfigs/i/imkl/imkl-11.3.0.109-iimpi-2016.00-GCC-4.9.3-2.25.eb
This file contains hidden or 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,25 @@ | ||
| # This is an easyconfig file for EasyBuild, see http://hpcugent.github.io/easybuild | ||
|
|
||
| name = 'imkl' | ||
| version = '11.3.0.109' | ||
|
|
||
| homepage = 'http://software.intel.com/en-us/intel-mkl/' | ||
| description = """Intel Math Kernel Library is a library of highly optimized, | ||
| extensively threaded math routines for science, engineering, and financial | ||
| applications that require maximum performance. Core math functions include | ||
| BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more.""" | ||
|
|
||
| toolchain = {'name': 'iimpi', 'version': '2016.00-GCC-4.9.3-2.25'} | ||
|
|
||
| sources = ['l_mkl_%(version)s.tgz'] | ||
| checksums = ['47567e38801efe273b36b5250c759af7'] | ||
|
|
||
| dontcreateinstalldir = 'True' | ||
|
|
||
| #license file | ||
| import os | ||
| license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic") | ||
|
|
||
| interfaces = True | ||
|
|
||
| moduleclass = 'numlib' |
22 changes: 22 additions & 0 deletions
22
easybuild/easyconfigs/i/impi/impi-5.1.1.109-iccifort-2016.0.109-GCC-4.9.3-2.25.eb
This file contains hidden or 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,22 @@ | ||
| # This is an easyconfig file for EasyBuild, see http://hpcugent.github.io/easybuild | ||
|
|
||
| name = 'impi' | ||
| version = '5.1.1.109' | ||
|
|
||
| homepage = 'http://software.intel.com/en-us/intel-mpi-library/' | ||
| description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message | ||
| passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for | ||
| Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification.""" | ||
|
|
||
| toolchain = {'name': 'iccifort', 'version': '2016.0.109-GCC-4.9.3-2.25'} | ||
|
|
||
| sources = ['l_mpi_p_%(version)s.tgz'] | ||
|
|
||
| checksums = ['aa4aaec41526aa5b244e531811877b01'] | ||
|
|
||
| dontcreateinstalldir = 'True' | ||
|
|
||
| import os | ||
| license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic") | ||
|
|
||
| moduleclass = 'mpi' |
This file contains hidden or 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,25 @@ | ||
| # This is an easyconfig file for EasyBuild, see http://hpcugent.github.io/easybuild | ||
| easyblock = "Toolchain" | ||
|
|
||
| name = 'intel' | ||
| version = '2016.00' | ||
|
|
||
| homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/' | ||
| description = """Intel Cluster Toolkit Compiler Edition provides Intel C/C++ and Fortran compilers, Intel MPI & Intel MKL.""" | ||
|
|
||
| toolchain = {'name': 'dummy', 'version': 'dummy'} | ||
|
|
||
| compver = '2016.0.109' | ||
| gccver = '4.9.3' | ||
| binutilsver = '2.25' | ||
| gccsuff = '-GCC-%s-%s' % (gccver, binutilsver) | ||
| dependencies = [ | ||
| ('GCCcore', gccver), | ||
| ('binutils', binutilsver, '-GCCcore-%s' % gccver), | ||
| ('icc', compver, gccsuff), | ||
| ('ifort', compver, gccsuff), | ||
| ('impi', '5.1.1.109', '', ('iccifort', '%s%s' % (compver, gccsuff))), | ||
| ('imkl', '11.3.0.109', '', ('iimpi', '%s%s' % (version,gccsuff))), | ||
| ] | ||
|
|
||
| moduleclass = 'toolchain' |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we add a comment that we implicitly use the system GCC here? To clearly state the difference with the previous easyconfig for new people? I would take this one if I didn't know better 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, will do