Skip to content
Snippets Groups Projects
Commit 88b5c5d1 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

Force IntelMPI and ParaStationMPI to use pspmi

update nvidia-driver in JWC and JWB
parent 6fedb532
Branches
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ modextravars = {
'PSP_CUDA': '1',
'PSP_SHM': '0',
'PSP_HARD_ABORT': '1',
'SLURM_MPI_TYPE': 'pspmi',
}
modluafooter = '''
......
......@@ -16,6 +16,7 @@ modextravars = {
'PSP_OPENIB': '0',
'PSP_UCP': '1',
'PSP_HARD_ABORT': '1',
'SLURM_MPI_TYPE': 'pspmi',
}
moduleclass = 'system'
......@@ -16,6 +16,7 @@ sources = []
modextravars = {
'FI_PROVIDER': 'mlx',
'I_MPI_PMI_VALUE_LENGTH_MAX': '900',
'SLURM_MPI_TYPE': 'pspmi',
}
moduleclass = 'system'
name = 'nvidia-driver'
version = 'default'
realversion = '525.105.17'
realversion = '535.54.03'
homepage = 'https://developer.nvidia.com/cuda-toolkit'
description = f"""
......@@ -15,7 +15,7 @@ toolchain = SYSTEM
source_urls = ['http://us.download.nvidia.com/tesla/%s/' % realversion]
sources = ['NVIDIA-Linux-x86_64-%s.run' % realversion]
checksums = ['c635a21a282c9b53485f19ebb64a0f4b536a968b94d4d97629e0bc547a58142a']
checksums = ['454764f57ea1b9e19166a370f78be10e71f0626438fb197f726dc3caf05b4082']
# To avoid conflicts between NVML and the kernel driver
postinstallcmds = ['rm %(installdir)s/lib64/libnvidia-ml.so*']
......
name = 'nvidia-driver'
version = 'default'
realversion = '525.105.17'
realversion = '535.54.03'
homepage = 'https://developer.nvidia.com/cuda-toolkit'
description = f"""
......@@ -15,7 +15,7 @@ toolchain = SYSTEM
source_urls = ['http://us.download.nvidia.com/tesla/%s/' % realversion]
sources = ['NVIDIA-Linux-x86_64-%s.run' % realversion]
checksums = ['c635a21a282c9b53485f19ebb64a0f4b536a968b94d4d97629e0bc547a58142a']
checksums = ['454764f57ea1b9e19166a370f78be10e71f0626438fb197f726dc3caf05b4082']
# To avoid conflicts between NVML and the kernel driver
postinstallcmds = ['rm %(installdir)s/lib64/libnvidia-ml.so*']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment