Skip to content

Commit ca58800

Browse files
committed
Remove hardcoded path
1 parent d4ebe98 commit ca58800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cscs-checks/prgenv/cuda/cuda_aware_mpi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def set_compilers(self):
4949
self.build_system.cflags = ['-std=c99', ' -O3']
5050
elif self.current_environ.name == 'PrgEnv-nvidia':
5151
self.variables = {
52-
'CUDA_HOME': '/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/cuda'
52+
'CUDA_HOME': '$CRAY_NVIDIA_PREFIX/cuda'
5353
}
5454

5555
gcd_flgs = (

0 commit comments

Comments
 (0)