Skip to content

Commit

Permalink
Allwmake: create /home/MMAuser/OpenFOAM/MMAuser-v2412/platforms/linux…
Browse files Browse the repository at this point in the history
…64GccDPInt32Debug/lib if not available
  • Loading branch information
tmaric committed Dec 23, 2024
1 parent 2c26ab4 commit 14481f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Allwmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

orig_dit="$(pwd)"

# Create the $FOAM_USER_LIBBIN if not existing.
# - This happens with a fresh OpenFOAM installation.
# - openfoam-smartsim libraries are placed into $FOAM_USER_LIBBIN
if [ ! -d "$FOAM_USER_LIBBIN" ];
then
mkdir -p $FOAM_USER_LIBBIN
fi

## Compile SmartRedis libs
export _REPO_ROOT="$(git rev-parse --show-toplevel)"
cd "$_REPO_ROOT" || exit 1
Expand Down

0 comments on commit 14481f5

Please sign in to comment.