We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ffcdb commit 2424937Copy full SHA for 2424937
1 file changed
scripts/test_matlab_versions.job
@@ -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