Skip to content

Commit 2424937

Browse files
committed
HPC batch script for many Matlab version test
1 parent 56ffcdb commit 2424937

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

scripts/test_matlab_versions.job

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash -l
2+
3+
# set of tests takes about 5 minutes per run
4+
# we have 18 Matlab versions tested so about 90 minutes - add margin
5+
6+
#$ -l h_rt=3:00:00
7+
8+
#$ -l mem_per_core=3G
9+
10+
module load python3
11+
12+
python -m pytest scripts/test_matlab_versions.py -sv

0 commit comments

Comments
 (0)