Skip to content
Snippets Groups Projects
Commit 43468e91 authored by Chris Hines's avatar Chris Hines
Browse files

use a default slurm prolog and epilog if no other is defined

parent d16e9fe8
No related branches found
No related tags found
1 merge request!3Master
...@@ -117,6 +117,9 @@ JobCompType=jobcomp/none ...@@ -117,6 +117,9 @@ JobCompType=jobcomp/none
{% if slurmjob is defined %} {% if slurmjob is defined %}
Prolog={{ slurmjob.prolog }} Prolog={{ slurmjob.prolog }}
Epilog={{ slurmjob.epilog }} Epilog={{ slurmjob.epilog }}
{% else %}
Prolog={{ slurm_dir }}/bin/slurm.prolog
Epilog={{ slurm_dir }}/bin/slurm.epilog
{% endif %} {% endif %}
# #
# ACCOUNTING # ACCOUNTING
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment