Skip to content
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

Added icc, ifort, iccifort 2016.0.109 files #1973

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
27 changes: 27 additions & 0 deletions easybuild/easyconfigs/i/icc/icc-2016.0.109-GCC-5.2.0.eb
@@ -0,0 +1,27 @@
# 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_%(version)s.tgz']

checksums = ['f57a892fb494db3c80f20a88aa3e901f']

gcc = 'GCC'
gccver = '5.2.0'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should stick to 4.9.3 for now, see #2100 (thanks @jas02)

versionsuffix = '-%s-%s' % (gcc, gccver)

dependencies = [(gcc, gccver)]

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 easybuild/easyconfigs/i/icc/icc-2016.0.109.eb
@@ -0,0 +1,21 @@
# 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_%(version)s.tgz']

checksums = ['f57a892fb494db3c80f20a88aa3e901f']

dontcreateinstalldir = 'True'

# license file
import os
license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic")

moduleclass = 'compiler'
22 changes: 22 additions & 0 deletions easybuild/easyconfigs/i/iccifort/iccifort-2016.0.109-GCC-5.2.0.eb
@@ -0,0 +1,22 @@
# 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'}

gcc = 'GCC'
gccver = '5.2.0'
versionsuffix = '-%s-%s' % (gcc, gccver)

dependencies = [
(gcc, gccver),
('icc', version, versionsuffix),
('ifort', version, versionsuffix),
]

moduleclass = 'toolchain'
17 changes: 17 additions & 0 deletions easybuild/easyconfigs/i/iccifort/iccifort-2016.0.109.eb
@@ -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'
27 changes: 27 additions & 0 deletions easybuild/easyconfigs/i/ifort/ifort-2016.0.109-GCC-5.2.0.eb
@@ -0,0 +1,27 @@
# 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_%(version)s.tgz']

checksums = ['bce7f6a71f7e44f67956197501d00b7c']

gcc = 'GCC'
gccver = '5.2.0'
versionsuffix = "-%s-%s" % ( gcc, gccver )

dependencies = [(gcc, gccver)]

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 easybuild/easyconfigs/i/ifort/ifort-2016.0.109.eb
@@ -0,0 +1,21 @@
# 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_%(version)s.tgz']

checksums = ['bce7f6a71f7e44f67956197501d00b7c']

dontcreateinstalldir = 'True'

# license file
import os
license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic")

moduleclass = 'compiler'
23 changes: 23 additions & 0 deletions easybuild/easyconfigs/i/iimpi/iimpi-2016.00-GCC-5.2.0.eb
@@ -0,0 +1,23 @@
# This is an easyconfig file for EasyBuild, see http://hpcugent.github.io/easybuild
easyblock = "Toolchain"

name = 'iimpi'
version = '2016.00'
versionsuffix = '-GCC-5.2.0'

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'}

suff = '0.109'
compver = '2016.%s' % suff

dependencies = [
('icc', compver, versionsuffix),
('ifort', compver, versionsuffix),
('impi', '5.1.1.109', '', ('iccifort', '%s%s' % (compver, versionsuffix))),
]

moduleclass = 'toolchain'

@@ -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-5.2.0'}

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'
@@ -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-5.2.0'}

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'
22 changes: 22 additions & 0 deletions easybuild/easyconfigs/i/intel/intel-2016.00.eb
@@ -0,0 +1,22 @@
# 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'
gccsuff = '-GCC-5.2.0'

dependencies = [
('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'