Skip to content

Commit

Permalink
try slurm scheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
jdstamp committed Feb 1, 2021
1 parent 672cd7c commit cff3984
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions slurm.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash

# here is a comment
#SBATCH --time=0:01:00
#SBATCH --mem=1M

#SBATCH -N 1
#SBATCH -c 1
#SBATCH -J myJob

#SBATCH -o myJob-%j.out
#SBATCH -e myJob-%j.err

echo "hello $USER."

0 comments on commit cff3984

Please sign in to comment.