Skip to content

Commit

Permalink
updating cluster resources
Browse files Browse the repository at this point in the history
  • Loading branch information
wclose authored Oct 29, 2019
1 parent b8b26a0 commit 136245b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/clusterSnakemake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
#SBATCH --job-name=clusterSnakemake

# Resources
# For MPI, increase ntasks-per-node
# For multithreading, increase cpus-per-task
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=1
#SBATCH --mem=4000mb
#SBATCH --mem-per-cpu=1000mb
#SBATCH --time=45:00

# Account
Expand Down

0 comments on commit 136245b

Please sign in to comment.