Skip to content

Commit

Permalink
Update SLURM_template.txt
Browse files Browse the repository at this point in the history
Added node exclusion and ntasks per core
  • Loading branch information
sivonxay authored Apr 21, 2018
1 parent fe9b4f2 commit c4c58bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fireworks/user_objects/queue_adapters/SLURM_template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#SBATCH --nodes=$${nodes}
#SBATCH --ntasks=$${ntasks}
#SBATCH --ntasks-per-node=$${ntasks_per_node}
#SBATCH --ntasks-per-core=$${ntasks_per_core}
#SBATCH --exclude=$${exclude_nodes}
#SBATCH --cpus-per-task=$${cpus_per_task}
#SBATCH --gres=$${gres}
#SBATCH --qos=$${qos}
Expand Down

0 comments on commit c4c58bf

Please sign in to comment.