File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -77,18 +77,15 @@ PreemptType=preempt/partition_prio
77
77
PreemptMode=SUSPEND,GANG
78
78
#
79
79
# LOGGING
80
- # Silence warnings about configuration file mismatches.
81
- DebugFlags=NO_CONF_HASH
82
- SlurmctldDebug=3
83
- #SlurmctldLogFile=
84
- SlurmdDebug=3
85
- #SlurmdLogFile=
86
- JobCompType={{ openhpc_slurm_job_comp_type }}
87
- JobCompLoc={{ openhpc_slurm_job_comp_loc }}
80
+ # By default, SLURM will log to syslog, which is what we want
81
+ SlurmctldSyslogDebug=info
82
+ SlurmdSyslogDebug=info
88
83
#
89
84
# ACCOUNTING
90
85
JobAcctGatherType={{ openhpc_slurm_job_acct_gather_type }}
91
86
JobAcctGatherFrequency={{ openhpc_slurm_job_acct_gather_frequency }}
87
+ JobCompType={{ openhpc_slurm_job_comp_type }}
88
+ JobCompLoc={{ openhpc_slurm_job_comp_loc }}
92
89
#
93
90
AccountingStorageType={{ openhpc_slurm_accounting_storage_type }}
94
91
AccountingStorageHost={{ openhpc_slurm_accounting_storage_host }}
@@ -107,9 +104,6 @@ NodeName={{ node }}
107
104
# COMPUTE NODES
108
105
# OpenHPC default configuration
109
106
PropagateResourceLimitsExcept=MEMLOCK
110
- # By default, SLURM will log to syslog, which is what we want
111
- #SlurmdLogFile=/var/log/slurm.log
112
- #SlurmctldLogFile=/var/log/slurmctld.log
113
107
Epilog=/etc/slurm/slurm.epilog.clean
114
108
{% for part in openhpc_slurm_partitions %}
115
109
{% for group in part .get ('groups' , [part ]) %}
You can’t perform that action at this time.
0 commit comments