From ad8248cc15689bd2ac5fddcce52ddff5fca5a382 Mon Sep 17 00:00:00 2001 From: zjwegert <60646897+zjwegert@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:23:34 +1000 Subject: [PATCH] typos --- .../Benchmarks/hpc-enviroments-setonix/TestEnvironment/job.sh | 2 +- .../{load-crey-mpich.sh => load-cray-mpich.sh} | 0 scripts/Benchmarks/jobtemplate.sh | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename scripts/Benchmarks/hpc-enviroments-setonix/{load-crey-mpich.sh => load-cray-mpich.sh} (100%) 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)