We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a52d3 commit c3c124dCopy full SHA for c3c124d
1 file changed
benchmark/run.sh
@@ -0,0 +1,24 @@
1
+#!/bin/bash
2
+#SBATCH --time=04:00:00
3
+#SBATCH --exclusive
4
+#SBATCH -p haswell
5
+#SBATCH -A p_readex
6
+#SBATCH -N 1
7
+#SBATCH --ntasks-per-node=1
8
+#SBATCH -c 24
9
+#SBATCH --comment=no_monitoring
10
+#SBATCH --job-name benchmark_python
11
+
12
13
+module load Python/3.6.6-foss-2019a
14
15
+module use /home/gocht/modules
16
+module load scorep/scorep-6.0-python3.6.6-foss-2019a
17
+# Score-P 6.0 build with
18
+# ../configure --prefix=/home/gocht/sw/scorep/scorep-6.0-python3.6.6-foss-2019a --enable-shared
19
+# scorep_binding_python git sha: e3a52d315daf8d2f6273ba825597d544af9074c7
20
+# installed in virtual environment
21
22
+. ~/virtenv/Python-3.6.6-foss-2019a/bin/activate
23
24
+srun taskset -c 0 python benchmark.py
0 commit comments