Skip to content

Commit

Permalink
added slurm submission template
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Nov 14, 2024
1 parent 5722998 commit 50eaf3c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/submit_tmp.slu
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

#SBATCH -J RESIDUE
#SBATCH -N 1
#SBATCH -n 1
#SBATCH --mem=20G
#SBATCH basicrta-7.0/RESIDUE/slurm_${SLURM_JOB_ID}.log

python -m basicrta.gibbs --resid RESID


0 comments on commit 50eaf3c

Please sign in to comment.