Skip to content

Commit

Permalink
Merge pull request #6133 from knelli2/hpc_submit
Browse files Browse the repository at this point in the history
Update CaltechHPC submit script
  • Loading branch information
nilsvu authored Jun 28, 2024
2 parents 598a9a0 + 24747e6 commit 72ecfdd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions support/SubmitScripts/CaltechHpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@
#SBATCH --reservation={{ reservation }}
{% endif %}
{% endblock %}

{% block run_command %}
mpirun -n ${SLURM_NTASKS} \
${SPECTRE_EXECUTABLE} --input-file ${SPECTRE_INPUT_FILE} \
++ppn ${CHARM_PPN} +setcpuaffinity +no_isomalloc_sync \
${SPECTRE_CHECKPOINT:+ +restart "${SPECTRE_CHECKPOINT}"}
{% endblock %}

0 comments on commit 72ecfdd

Please sign in to comment.