diff --git a/scripts/Benchmarks/hpc-enviroments-setonix/load-crey-mpich.sh b/scripts/Benchmarks/hpc-enviroments-setonix/load-crey-mpich.sh index 94339ef4..587f8bf6 100644 --- a/scripts/Benchmarks/hpc-enviroments-setonix/load-crey-mpich.sh +++ b/scripts/Benchmarks/hpc-enviroments-setonix/load-crey-mpich.sh @@ -7,7 +7,7 @@ export PROJECT="pawsey1076" export MPI_VERSION="CRAY-MPICH-$CRAY_MPICH_VERSION" export JULIA_MPI_PATH=$CRAY_MPICH_DIR -export JULIA_PETSC_LIBRARY="$HOME/bin/petsc/$PETSC_VERSION-$MPI_VERSION/lib/libpetsc" -export P4EST_ROOT_DIR="$HOME/bin/p4est/$P4EST_VERSION-$MPI_VERSION" +export JULIA_PETSC_LIBRARY="$MYSOFTWARE/petsc/$PETSC_VERSION-$MPI_VERSION/lib/libpetsc" +export P4EST_ROOT_DIR="$MYSOFTWARE/p4est/$P4EST_VERSION-$MPI_VERSION" export OMP_NUM_THREADS=1 \ No newline at end of file