Skip to content

Commit 85c41b7

Browse files
authored
Fix Delta for good (until next nvhpc update) (#347)
1 parent f5c77b1 commit 85c41b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

toolchain/templates/delta.mako

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ cd "${MFC_ROOTDIR}"
3434
cd - > /dev/null
3535
echo
3636

37+
# Fixes Delta not being able to find core library file
38+
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/
39+
3740
% for target in targets:
3841
${helpers.run_prologue(target)}
3942

0 commit comments

Comments
 (0)