new file: n/NVHPC/NVHPC-20.11-CUDA-11.0-OpenMPI-4.0.5-UCX-1.9.0.eb

deleted:    n/NVHPC/NVHPC-20.11-CUDA-11.0-OpenMPI-4.0.5-test.eb
This commit is contained in:
Lukáš Krupčík 2021-01-13 14:50:19 +01:00
parent e4f75cf557
commit eda13152d4

View File

@ -1,8 +1,10 @@
# JH 2020
# IT4Innovations 2021
# LK
# upravit mpirun - LD_PRELOAD=$EBROOTUCX/lib/libucp.so.0:$EBROOTUCX/lib/libucs.so.0
name = 'NVHPC'
version = '20.11'
versionsuffix = '-CUDA-11.0-OpenMPI-4.0.5-test'
versionsuffix = '-CUDA-11.0-OpenMPI-4.0.5-UCX-1.9.0'
homepage = 'https://developer.nvidia.com/hpc-sdk/'
description = """C, C++ and Fortran compilers included with the NVIDIA HPC SDK (previously: PGI)"""
@ -63,6 +65,9 @@ cuda_compute_capabilities = '7.0' #V100 GPU
# module_add_cuda = Yes # Add NVHPC's bundled CUDA
local_openmpi_path = "Linux_x86_64/%(version)s/comm_libs/openmpi4/openmpi-4.0.5"
postinstallcmds = ['sed "s|\$MY_DIR|LD_PRELOAD=\$EBROOTUCX/lib/libucp.so.0:\$EBROOTUCX/lib/libucs.so.0 \$MY_DIR|" %(installdir)s/Linux_x86_64/20.11/comm_libs/openmpi4/openmpi-4.0.5/bin/mpirun -i']
modextrapaths = {
'PATH': "%s/bin" % (local_openmpi_path),
'LD_LIBRARY_PATH': "%s/lib" % (local_openmpi_path),