Skip to content

Commit

Permalink
Merge pull request #5949 from shabibti/SubmitScriptFix
Browse files Browse the repository at this point in the history
Correct queue name in submit scripts
  • Loading branch information
nilsvu authored Apr 27, 2024
2 parents 058fd9f + bce0ea7 commit 22d59f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions support/SubmitScripts/CaltechHpcIcelake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
#SBATCH --nodes {{ num_nodes | default(1) }}
#SBATCH --ntasks-per-node 2
#SBATCH --cpus-per-task 32
#SBATCH -p {{ queue | default("any") }}
#SBATCH -p {{ queue | default("expansion") }}
#SBATCH -t {{ time_limit | default("1-00:00:00") }}
#SBATCH --partition=expansion
#SBATCH --constraint=icelake
{% endblock %}
2 changes: 1 addition & 1 deletion support/SubmitScripts/CaltechHpcSkylake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#SBATCH --nodes {{ num_nodes | default(1) }}
#SBATCH --ntasks-per-node 2
#SBATCH --cpus-per-task 28
#SBATCH -p {{ queue | default("any") }}
#SBATCH -p {{ queue | default("expansion") }}
#SBATCH -t {{ time_limit | default("1-00:00:00") }}
#SBATCH --reservation sxs
{% endblock %}

0 comments on commit 22d59f0

Please sign in to comment.