Skip to content

Commit

Permalink
Updates for my Ubuntu system
Browse files Browse the repository at this point in the history
  • Loading branch information
wperkins committed Dec 18, 2024
1 parent cfd8654 commit 03f494f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/example_configuration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,14 @@ elif [ $host == "tlaloc" ]; then
# -D PETSC_DIR:STRING="/home/d3g096/Projects/GridPakLDRD/petsc-3.19.4" \
# -D PETSC_ARCH:STRING="ubuntu-complex-shared-mumps" \

# Custom built 3.20, complex:
# -D PETSC_DIR:STRING="/home/d3g096/Projects/GridPakLDRD/petsc-3.20.6" \
# -D PETSC_ARCH:STRING="ubuntu-complex-shared" \

# Custom built 3.20, real:
# -D PETSC_DIR:STRING="/home/d3g096/Projects/GridPakLDRD/petsc-3.20.6" \
# -D PETSC_ARCH:STRING="ubuntu-real-shared" \

if [ -z "$GRIDPACK_DIR" ]; then
prefix="$HOME/Projects/ExaLearn/gridpack-install"
else
Expand All @@ -232,8 +240,8 @@ elif [ $host == "tlaloc" ]; then

cmake -Wdev --debug-trycompile \
--graphviz=GridPACK.dot \
-D PETSC_DIR:STRING="/home/d3g096/Projects/GridPakLDRD/petsc-3.19.4" \
-D PETSC_ARCH:STRING="ubuntu-complex-shared" \
-D PETSC_DIR:STRING="/home/d3g096/Projects/GridPakLDRD/petsc-3.20.6" \
-D PETSC_ARCH:STRING="ubuntu-real-shared" \
-D BOOST_ROOT:PATH="/usr" \
-D Boost_NO_BOOST_CMAKE:BOOL=TRUE \
-D PARMETIS_DIR:PATH="/usr" \
Expand Down

0 comments on commit 03f494f

Please sign in to comment.