Skip to content

Commit

Permalink
patch to fix job state directory space in slurm.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
krishmoodbidri committed Jan 30, 2020
1 parent 8929777 commit 22e3bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/ohpc_install_cloud/templates/slurm_conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ SlurmdPort=6818
AuthType=auth/munge
#JobCredentialPrivateKey=
#JobCredentialPublicCertificate=
StateSaveLocation=/tmp
SlurmdSpoolDir=/tmp/slurmd
StateSaveLocation=/var/spool/slurm/ctld
SlurmdSpoolDir=/var/spool/slurm/d
SwitchType=switch/none
MpiDefault=none
SlurmctldPidFile=/var/run/slurmctld.pid
Expand Down

0 comments on commit 22e3bc5

Please sign in to comment.