diff --git a/scripts/Benchmarks/hpc-enviroments-setonix/TestEnvironment/job.sh b/scripts/Benchmarks/hpc-enviroments-setonix/TestEnvironment/job.sh index 49869b20..032d8b66 100644 --- a/scripts/Benchmarks/hpc-enviroments-setonix/TestEnvironment/job.sh +++ b/scripts/Benchmarks/hpc-enviroments-setonix/TestEnvironment/job.sh @@ -9,7 +9,7 @@ # Load Julia/MPI/PETSc enviroment variables source $SLURM_SUBMIT_DIR/../load-configs.sh -source $SLURM_SUBMIT_DIR/../load-crey-mpich.sh +source $SLURM_SUBMIT_DIR/../load-cray-mpich.sh # Set MPI related environment variables. (Not all need to be set) # Main variables for multi-node jobs (activate for multinode jobs) diff --git a/scripts/Benchmarks/hpc-enviroments-setonix/load-crey-mpich.sh b/scripts/Benchmarks/hpc-enviroments-setonix/load-cray-mpich.sh similarity index 100% rename from scripts/Benchmarks/hpc-enviroments-setonix/load-crey-mpich.sh rename to scripts/Benchmarks/hpc-enviroments-setonix/load-cray-mpich.sh diff --git a/scripts/Benchmarks/jobtemplate.sh b/scripts/Benchmarks/jobtemplate.sh index 4832defb..255bc051 100644 --- a/scripts/Benchmarks/jobtemplate.sh +++ b/scripts/Benchmarks/jobtemplate.sh @@ -8,7 +8,7 @@ # Load Julia/MPI/PETSc enviroment variables source $MYSCRATCH/GridapTopOpt.jl/scripts/hpc-enviroments-setonix/load-configs.sh -source $MYSCRATCH/GridapTopOpt.jl/scripts/hpc-enviroments-setonix/load-crey-mpich.sh +source $MYSCRATCH/GridapTopOpt.jl/scripts/hpc-enviroments-setonix/load-cray-mpich.sh export PROJECT_DIR=$MYSCRATCH/GridapTopOpt.jl/ # Set MPI related environment variables. (Not all need to be set)