Skip to content

Commit

Permalink
Update compiled model, exe generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Nov 20, 2023
1 parent 09e240c commit 62a2105
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified run_model_on_snellius/exe/STEMMUS_SCOPE
Binary file not shown.
10 changes: 5 additions & 5 deletions run_model_on_snellius/exe/build_stemmus_scope_exe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 62a2105

Please sign in to comment.