Skip to content

Commit c3c124d

Browse files
committed
add run script on taurus
1 parent e3a52d3 commit c3c124d

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

benchmark/run.sh

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)