Skip to content

Commit

Permalink
Fix for Hypre build in Singularity container
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangrimberg committed Dec 19, 2023
1 parent 4adcf35 commit 0f520fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions singularity/singularity.def
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ From: rockylinux:9

%environment
if [[ -d /usr/lib64/mpich ]]; then
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib64/mpich/lib"
export PATH="$PATH:/usr/lib64/mpich/bin"
fi
export PATH="$PATH:/opt/palace/bin"
Expand Down Expand Up @@ -58,6 +59,7 @@ From: rockylinux:9
cd .. && rm -rf mpich-*
else
dnf -y install mpich-devel
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib64/mpich/lib"
export PATH="$PATH:/usr/lib64/mpich/bin"
fi

Expand Down

0 comments on commit 0f520fb

Please sign in to comment.