File size: 90 Bytes
ff66cf3
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/bin/bash
#SBATCH -c 10
#SBATCH -n 1
#SBATCH -o logs/%j.out
#SBATCH --exclusive

CMD=$1