Skip to content

Commit

Permalink
Set installation directory from environment
Browse files Browse the repository at this point in the history
  • Loading branch information
wperkins committed Nov 29, 2023
1 parent ce60140 commit a64b54d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/example_configuration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,12 @@ elif [ $host == "tlaloc" ]; then
# -D PETSC_ARCH:STRING="ubuntu-complex-shared-mumps" \
# -D USE_OLD_PETSC:BOOL=OFF \


if [ -z "$GRIDPACK_DIR" ]; then
prefix="$HOME/Projects/ExaLearn/gridpack-install"
else
prefix="$GRIDPACK_DIR"
fi

prefix="$HOME/Projects/ExaLearn/gridpack-install"
cmake -Wdev --debug-trycompile \
--graphviz=GridPACK.dot \
-D PETSC_DIR:STRING="/home/d3g096/Projects/GridPakLDRD/petsc-3.19.4" \
Expand Down

0 comments on commit a64b54d

Please sign in to comment.