Skip to content

Commit 50eaf3c

Browse files
committed
added slurm submission template
1 parent 5722998 commit 50eaf3c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

scripts/submit_tmp.slu

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/bash
2+
3+
#SBATCH -J RESIDUE
4+
#SBATCH -N 1
5+
#SBATCH -n 1
6+
#SBATCH --mem=20G
7+
#SBATCH basicrta-7.0/RESIDUE/slurm_${SLURM_JOB_ID}.log
8+
9+
python -m basicrta.gibbs --resid RESID
10+
11+

0 commit comments

Comments
 (0)