Skip to content
Snippets Groups Projects
Commit d324a511 authored by Jupiter Hu's avatar Jupiter Hu
Browse files

fixed gpu, and add prolog epilog

parent 6d4a6c2f
No related branches found
No related tags found
No related merge requests found
...@@ -98,6 +98,11 @@ SlurmSchedLogFile={{ slurmschedlog.log }} ...@@ -98,6 +98,11 @@ SlurmSchedLogFile={{ slurmschedlog.log }}
JobCompType=jobcomp/none JobCompType=jobcomp/none
#JobCompLoc= #JobCompLoc=
# #
{% if slurmjob %}
Prolog={{ slurmjob.prolog }}
Epilog={{ slurmjob.epilog }}
{% endif %}
#
# ACCOUNTING # ACCOUNTING
#JobAcctGatherType=jobacct_gather/linux #JobAcctGatherType=jobacct_gather/linux
#JobAcctGatherFrequency=30 #JobAcctGatherFrequency=30
...@@ -110,7 +115,7 @@ AccountingStorageHost={{ slurmctrl }} ...@@ -110,7 +115,7 @@ AccountingStorageHost={{ slurmctrl }}
#AccountingStorageUser= #AccountingStorageUser=
# #
#GRES #GRES
GresTypes=gpu #GresTypes=gpu
# Fair share # Fair share
{% if slurmfairshare.def %} {% if slurmfairshare.def %}
......
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