update usage

This commit is contained in:
RvDijk
2017-12-18 14:40:21 +01:00
parent 2d0685c0d7
commit a8faca765d
24 changed files with 539 additions and 0 deletions

9
test_batch/batch.sh Normal file
View File

@ -0,0 +1,9 @@
#!/bin/bash
#SBATCH --time=00:10:00
#SBATCH --nodes=1
#SBATCH --ntasks=10
#SBATCH --job-name=python_cpu
#SBATCH --reservation=ood
#SBATCH --mem=20000
module load Python/3.5.1-foss-2016a
python python_cpu.py