We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ebe98 commit ca58800Copy full SHA for ca58800
cscs-checks/prgenv/cuda/cuda_aware_mpi.py
@@ -49,7 +49,7 @@ def set_compilers(self):
49
self.build_system.cflags = ['-std=c99', ' -O3']
50
elif self.current_environ.name == 'PrgEnv-nvidia':
51
self.variables = {
52
- 'CUDA_HOME': '/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/cuda'
+ 'CUDA_HOME': '$CRAY_NVIDIA_PREFIX/cuda'
53
}
54
55
gcd_flgs = (
0 commit comments