Skip to content

Commit

Permalink
Fix Delta for good (until next nvhpc update) (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfonba authored Feb 21, 2024
1 parent f5c77b1 commit 85c41b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions toolchain/templates/delta.mako
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ cd "${MFC_ROOTDIR}"
cd - > /dev/null
echo

# Fixes Delta not being able to find core library file
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/

% for target in targets:
${helpers.run_prologue(target)}

Expand Down

0 comments on commit 85c41b7

Please sign in to comment.