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
5454d NCSA Delta
5555d-all python/3.11.6
5656d-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
5858d-gpu CC=nvc CXX=nvc++ FC=nvfortran
5959
6060c DoD Carpenter
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ cd - > /dev/null
3737echo
3838
3939# 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/
4141
4242% for target in targets:
4343 ${helpers.run_prologue(target)}
@@ -46,7 +46,7 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/sw/spack/deltas11-2023-03/apps/linux-rh
4646 (set -x; ${profiler} " ${target.get_install_binpath(case)} " )
4747 % else:
4848 (set -x; ${profiler} \
49- mpirun -np ${nodes* tasks_per_node} \
49+ srun --ntasks ${nodes* tasks_per_node} \
5050 ${' ' .join([f"'{x}'" for x in ARG('--') ])} \
5151 " ${target.get_install_binpath(case)} " )
5252 % endif
You can’t perform that action at this time.
0 commit comments