diff --git a/run_model_on_snellius/exe/STEMMUS_SCOPE b/run_model_on_snellius/exe/STEMMUS_SCOPE index 50be7457..780e438c 100755 Binary files a/run_model_on_snellius/exe/STEMMUS_SCOPE and b/run_model_on_snellius/exe/STEMMUS_SCOPE differ diff --git a/run_model_on_snellius/exe/build_stemmus_scope_exe.sh b/run_model_on_snellius/exe/build_stemmus_scope_exe.sh index b9cf99e1..a0f1b7e4 100644 --- a/run_model_on_snellius/exe/build_stemmus_scope_exe.sh +++ b/run_model_on_snellius/exe/build_stemmus_scope_exe.sh @@ -7,20 +7,20 @@ #SBATCH -t 00:05:00 #SBATCH -N 1 #SBATCH --ntasks=1 -#SBATCH --cpus-per-task=32 -#SBATCH -p thin +#SBATCH --cpus-per-task=16 +#SBATCH -p genoa #SBATCH --output=./slurm_%j.out #SBATCH --error=./slurm_%j.out # Some security: stop script on error and undefined variables set -euo pipefail -############ Use module MATLAB/2021a-upd3 to either run the source code or build the executable file ############ +############ Use module MATLAB/2023a-upd4 to either run the source code or build the executable file ############ ############ This needs a matlab license, make sure yuor account is added to the license pool ############ # Load matlab module # On Snellius Try: "module spider MATLAB" to see how to load the module(s). -module load 2021 -module load MATLAB/2021a-upd3 +module load 2023 +module load MATLAB/2023a-upd4 # Create executable file mcc -m ./src/STEMMUS_SCOPE_exe.m -a ./src -d ./run_model_on_snellius/exe -o STEMMUS_SCOPE -R nodisplay -R singleCompThread