Skip to content

Commit 2e2d01b

Browse files
author
Andrey Maslennikov
committed
HPCX: update toolchain and dependencies
1 parent 10f599e commit 2e2d01b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

easybuild/easyconfigs/h/HPCX/HPCX-2.3.0-foss-2018b.eb renamed to easybuild/easyconfigs/h/HPCX/HPCX-2.3.0-GCC-8.2.0-2.31.1.eb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ description = """The Mellanox HPC-X Toolkit
88
is a comprehensive MPI and SHMEM/PGAS software suite
99
for high performance computing environments"""
1010

11-
toolchain = {'name': 'foss', 'version': '2018b'}
11+
toolchain = {'name': 'GCC', 'version': '8.2.0-2.31.1'}
1212

1313
dependencies = [
14-
('HPCX_UCX', '1.5.0rc1'),
15-
('HPCX_OMPI', '4.0.x')
14+
('UCX', '1.5.0rc1', '-hpcx', ('GCCcore', '8.2.0')),
15+
('OpenMPI', '4.0.x', '-hpcx', ('GCC', '8.2.0-2.31.1'))
1616
]
1717

1818
moduleclass = 'mpi'

0 commit comments

Comments
 (0)