Skip to content

Commit eb1e06b

Browse files
authored
Merge pull request #2113 from willend/main
Minimal config change for DTU gpu box
2 parents 85a2871 + db6c3fd commit eb1e06b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tools/Python/mctest/mcstas-test/McStas_8GPU/mccode_config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"XRLFLAGS": "",
2929
"CC": "gcc",
3030
"OACC": "nvc",
31-
"MPICC": "/opt/nvidia/hpc_sdk/Linux_x86_64/25.7/comm_libs/12.9/openmpi4/openmpi-4.1.5/bin/mpicc",
32-
"MPIRUN": "/opt/nvidia/hpc_sdk/Linux_x86_64/25.7/comm_libs/12.9/openmpi4/openmpi-4.1.5/bin/mpirun",
31+
"MPICC": "mpicc",
32+
"MPIRUN": "mpirun",
3333
"MPINODES": "8"
3434
},
3535
"platform": {

tools/Python/mctest/mcxtrace-test/McXtrace_8GPU/mccode_config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"XRLFLAGS": "-Wl,-rpath,GETPATH(miniconda3/lib) -LGETPATH(miniconda3/lib) -lxrl -IGETPATH(miniconda3/include)",
2929
"CC": "gcc",
3030
"OACC": "nvc",
31-
"MPICC": "/opt/nvidia/hpc_sdk/Linux_x86_64/25.7/comm_libs/12.9/openmpi4/openmpi-4.1.5/bin/mpicc",
32-
"MPIRUN": "/opt/nvidia/hpc_sdk/Linux_x86_64/25.7/comm_libs/12.9/openmpi4/openmpi-4.1.5/bin/mpirun",
31+
"MPICC": "mpicc",
32+
"MPIRUN": "mpirun",
3333
"MPINODES": "8"
3434
},
3535
"platform": {

0 commit comments

Comments
 (0)