Skip to content

Commit

Permalink
Merge pull request #31 from tmaric/main
Browse files Browse the repository at this point in the history
Allwmake: create /home/MMAuser/OpenFOAM/MMAuser-v2412/platforms/linux…
  • Loading branch information
AndreWeiner authored Dec 27, 2024
2 parents 2c26ab4 + 14481f5 commit e51c98f
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 e51c98f

Please sign in to comment.