Skip to content

Commit

Permalink
add full path to petscMPIoptions in setenv.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rjleveque committed Nov 7, 2024
1 parent 34618cb commit 56e1fa8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/bouss/setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export PETSC_ARCH=arch-darwin-c-opt # NEED TO FIX!

# You may want to use a different version of petscMPIoptions
# This setting uses the version in this directory:
export PETSC_OPTIONS="-options_file $PWD/petscMPIoptions"
export PETSC_OPTIONS="-options_file $CLAW/geoclaw/examples/bouss/petscMPIoptions"

export OMP_NUM_THREADS=6
export BOUSS_MPI_PROCS=6
Expand All @@ -38,4 +38,3 @@ export CLAW_MPIEXEC=mpiexec
# e.g. mpif90 if that is defined in your shell, or gfortran *might* work.
# This will over-rule any FC environment variable.
export CLAW_MPIFC=mpif90

0 comments on commit 56e1fa8

Please sign in to comment.