Skip to content

Commit

Permalink
Slurm fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jgainerdewar committed Jan 16, 2025
1 parent 3abadb2 commit 7dc21f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ci/bin/test_slurm.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ cromwell::build::slurm::setup_slurm_environment() {
# Create various directories used by slurm
sudo mkdir -p /var/run/munge
sudo mkdir -p /var/spool/slurmd
sudo chown slurm:slurm /var/spool/slurmd

# A mash of configure-until-it-runs. Feel free to PR suggestions/fixes.
# https://slurm.schedmd.com/tutorials.html
Expand All @@ -44,7 +45,7 @@ NodeName=localhost
PartitionName=localpartition Nodes=localhost Default=YES
ProctrackType=proctrack/pgid
ReturnToService=1
SelectType=select/cons_res
SelectType=select/cons_tres
SelectTypeParameters=CR_CPU
SlurmctldDebug=3
StateSaveLocation=/var/spool/slurmd
Expand Down

0 comments on commit 7dc21f7

Please sign in to comment.