mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
20 lines
495 B
Plaintext
20 lines
495 B
Plaintext
easyblock = 'CrayToolchain'
|
|
|
|
name = 'CrayPGI'
|
|
version = '2016.04'
|
|
|
|
homepage = 'http://www.pgroup.com/'
|
|
description = """Toolchain using Cray compiler wrapper, using PrgEnv-pgi module."""
|
|
|
|
toolchain = {'name': 'system', 'version': ''}
|
|
|
|
dependencies = [
|
|
# PrgEnv version is not pinned, as Cray recommends to use the latest
|
|
# (default) version
|
|
('PrgEnv-pgi', EXTERNAL_MODULE),
|
|
('pgi/16.3.0', EXTERNAL_MODULE),
|
|
('cray-mpich/7.3.2', EXTERNAL_MODULE),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|