Skip to content

Commit e51c98f

Browse files
authored
Merge pull request #31 from tmaric/main
Allwmake: create /home/MMAuser/OpenFOAM/MMAuser-v2412/platforms/linux…
2 parents 2c26ab4 + 14481f5 commit e51c98f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Allwmake

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
orig_dit="$(pwd)"
44

5+
# Create the $FOAM_USER_LIBBIN if not existing.
6+
# - This happens with a fresh OpenFOAM installation.
7+
# - openfoam-smartsim libraries are placed into $FOAM_USER_LIBBIN
8+
if [ ! -d "$FOAM_USER_LIBBIN" ];
9+
then
10+
mkdir -p $FOAM_USER_LIBBIN
11+
fi
12+
513
## Compile SmartRedis libs
614
export _REPO_ROOT="$(git rev-parse --show-toplevel)"
715
cd "$_REPO_ROOT" || exit 1

0 commit comments

Comments
 (0)