From 36b2a459bd650ead957ec85b79cae3daec8c0501 Mon Sep 17 00:00:00 2001 From: zjwegert <60646897+zjwegert@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:21:44 +1000 Subject: [PATCH] update to use MYSOFTWARE --- scripts/Benchmarks/hpc-enviroments-setonix/load-crey-mpich.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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