Skip to content

Commit b49ff72

Browse files
wilfonbaBenjamin Wilfong
andauthored
Fix Delta (#643)
Co-authored-by: Benjamin Wilfong <bwilfong@dt-login04.delta.ncsa.illinois.edu>
1 parent de29b00 commit b49ff72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

toolchain/modules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ f-gpu craype-accel-amd-gfx90a
5454
d NCSA Delta
5555
d-all python/3.11.6
5656
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
5858
d-gpu CC=nvc CXX=nvc++ FC=nvfortran
5959

6060
c DoD Carpenter

toolchain/templates/delta.mako

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cd - > /dev/null
3737
echo
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

0 commit comments

Comments
 (0)