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

removed PrgEnv version, craype and fftw from the new Cray* XC toolchain (REVIEW) #2554

Merged
merged 3 commits into from Feb 27, 2016
Merged
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
7 changes: 3 additions & 4 deletions easybuild/easyconfigs/c/CrayCCE/CrayCCE-2015.06-XC.eb
Expand Up @@ -4,17 +4,16 @@ name = 'CrayCCE'
version = '2015.06-XC'

homepage = 'http://docs.cray.com/books/S-9407-1511'
description = """Toolchain using Cray compiler wrapper, using PrgEnv-gnu module (PE release: November 2015).\n"""
description = """Toolchain using Cray compiler wrapper, using PrgEnv-cray module (PE release: November 2015).\n"""

toolchain = {'name': 'dummy', 'version': 'dummy'}

dependencies = [
('PrgEnv-cray/5.2.40', EXTERNAL_MODULE),
# PrgEnv version is not pinned, as Cray recommends to use the latest (default) version
('PrgEnv-cray', EXTERNAL_MODULE),
('cce/8.3.12', EXTERNAL_MODULE),
('craype/2.4.0', EXTERNAL_MODULE),
('cray-libsci/13.0.4', EXTERNAL_MODULE),
('cray-mpich/7.2.2', EXTERNAL_MODULE),
('fftw/3.3.4.3', EXTERNAL_MODULE),
]

moduleclass = 'toolchain'
7 changes: 3 additions & 4 deletions easybuild/easyconfigs/c/CrayCCE/CrayCCE-2015.11-XC.eb
Expand Up @@ -4,17 +4,16 @@ name = 'CrayCCE'
version = '2015.11-XC'

homepage = 'http://docs.cray.com/books/S-9407-1511'
description = """Toolchain using Cray compiler wrapper, using PrgEnv-gnu module (PE release: November 2015).\n"""
description = """Toolchain using Cray compiler wrapper, using PrgEnv-cray module (PE release: November 2015).\n"""

toolchain = {'name': 'dummy', 'version': 'dummy'}

dependencies = [
('PrgEnv-cray/5.2.82', EXTERNAL_MODULE),
# PrgEnv version is not pinned, as Cray recommends to use the latest (default) version
('PrgEnv-cray', EXTERNAL_MODULE),
('cce/8.4.1', EXTERNAL_MODULE),
('craype/2.4.2', EXTERNAL_MODULE),
('cray-libsci/13.2.0', EXTERNAL_MODULE),
('cray-mpich/7.2.6', EXTERNAL_MODULE),
('fftw/3.3.4.5', EXTERNAL_MODULE),
]

moduleclass = 'toolchain'
5 changes: 2 additions & 3 deletions easybuild/easyconfigs/c/CrayGNU/CrayGNU-2015.06-XC.eb
Expand Up @@ -9,12 +9,11 @@ description = """Toolchain using Cray compiler wrapper, using PrgEnv-gnu module
toolchain = {'name': 'dummy', 'version': 'dummy'}

dependencies = [
('PrgEnv-gnu/5.2.40', EXTERNAL_MODULE),
# PrgEnv version is not pinned, as Cray recommends to use the latest (default) version
('PrgEnv-gnu', EXTERNAL_MODULE),
('gcc/4.8.2', EXTERNAL_MODULE),
('craype/2.4.0', EXTERNAL_MODULE),
('cray-libsci/13.0.4', EXTERNAL_MODULE),
('cray-mpich/7.2.2', EXTERNAL_MODULE),
('fftw/3.3.4.3', EXTERNAL_MODULE),
]

moduleclass = 'toolchain'
5 changes: 2 additions & 3 deletions easybuild/easyconfigs/c/CrayGNU/CrayGNU-2015.11-XC.eb
Expand Up @@ -9,12 +9,11 @@ description = """Toolchain using Cray compiler wrapper, using PrgEnv-gnu module
toolchain = {'name': 'dummy', 'version': 'dummy'}

dependencies = [
('PrgEnv-gnu/5.2.82', EXTERNAL_MODULE),
# PrgEnv version is not pinned, as Cray recommends to use the latest (default) version
('PrgEnv-gnu', EXTERNAL_MODULE),
('gcc/4.9.3', EXTERNAL_MODULE),
('craype/2.4.2', EXTERNAL_MODULE),
('cray-libsci/13.2.0', EXTERNAL_MODULE),
('cray-mpich/7.2.6', EXTERNAL_MODULE),
('fftw/3.3.4.5', EXTERNAL_MODULE),
]

moduleclass = 'toolchain'
7 changes: 3 additions & 4 deletions easybuild/easyconfigs/c/CrayIntel/CrayIntel-2015.06-XC.eb
Expand Up @@ -4,17 +4,16 @@ name = 'CrayIntel'
version = '2015.06-XC'

homepage = 'http://docs.cray.com/books/S-9407-1511'
description = """Toolchain using Cray compiler wrapper, using PrgEnv-gnu module (PE release: November 2015).\n"""
description = """Toolchain using Cray compiler wrapper, using PrgEnv-intel module (PE release: November 2015).\n"""

toolchain = {'name': 'dummy', 'version': 'dummy'}

dependencies = [
('PrgEnv-intel/5.2.82', EXTERNAL_MODULE),
# PrgEnv version is not pinned, as Cray recommends to use the latest (default) version
('PrgEnv-intel', EXTERNAL_MODULE),
('intel/15.0.1.133', EXTERNAL_MODULE),
('craype/2.4.0', EXTERNAL_MODULE),
('cray-libsci/13.0.4', EXTERNAL_MODULE),
('cray-mpich/7.2.2', EXTERNAL_MODULE),
('fftw/3.3.4.3', EXTERNAL_MODULE),
]

moduleclass = 'toolchain'
7 changes: 3 additions & 4 deletions easybuild/easyconfigs/c/CrayIntel/CrayIntel-2015.11-XC.eb
Expand Up @@ -4,17 +4,16 @@ name = 'CrayIntel'
version = '2015.11-XC'

homepage = 'http://docs.cray.com/books/S-9407-1511'
description = """Toolchain using Cray compiler wrapper, using PrgEnv-gnu module (PE release: November 2015).\n"""
description = """Toolchain using Cray compiler wrapper, using PrgEnv-intel module (PE release: November 2015).\n"""

toolchain = {'name': 'dummy', 'version': 'dummy'}

dependencies = [
('PrgEnv-intel/5.2.82', EXTERNAL_MODULE),
# PrgEnv version is not pinned, as Cray recommends to use the latest (default) version
('PrgEnv-intel', EXTERNAL_MODULE),
('intel/15.0.1.133', EXTERNAL_MODULE),
('craype/2.4.2', EXTERNAL_MODULE),
('cray-libsci/13.2.0', EXTERNAL_MODULE),
('cray-mpich/7.2.6', EXTERNAL_MODULE),
('fftw/3.3.4.5', EXTERNAL_MODULE),
]

moduleclass = 'toolchain'