File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ f-gpu craype-accel-amd-gfx90a
54
54
d NCSA Delta
55
55
d-all python/3.11.6
56
56
d-cpu gcc/11.4.0 openmpi
57
- d-gpu nvhpc/22.11 openmpi+ cuda/4.1.5+cuda cmake
57
+ d-gpu nvhpc/24.1 cuda/12.3.0 openmpi /4.1.5+cuda cmake
58
58
d-gpu CC=nvc CXX=nvc++ FC=nvfortran
59
59
60
60
c DoD Carpenter
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ cd - > /dev/null
37
37
echo
38
38
39
39
# Fixes Delta not being able to find core library file
40
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH :/sw/spack/deltas11-2023-03/apps/linux-rhel8-zen3/nvhpc-22.11 /openmpi-4.1.5-nzb4n4r /lib/
40
+ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH :/sw/spack/deltas11-2023-03/apps/linux-rhel8-zen3/nvhpc-24.1 /openmpi-4.1.5-zkiklxi /lib/
41
41
42
42
% for target in targets:
43
43
${helpers.run_prologue(target)}
@@ -46,7 +46,7 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/sw/spack/deltas11-2023-03/apps/linux-rh
46
46
(set -x; ${profiler} " ${target.get_install_binpath(case)} " )
47
47
% else:
48
48
(set -x; ${profiler} \
49
- mpirun -np ${nodes* tasks_per_node} \
49
+ srun --ntasks ${nodes* tasks_per_node} \
50
50
${' ' .join([f"'{x}'" for x in ARG('--') ])} \
51
51
" ${target.get_install_binpath(case)} " )
52
52
% endif
You can’t perform that action at this time.
0 commit comments