update usage
This commit is contained in:
9
test_batch/batch.sh
Normal file
9
test_batch/batch.sh
Normal 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
|
Reference in New Issue
Block a user