Working Slurm cluster with test job execution

- Fix MUNGE key generation and distribution
- Slurm config using easy version of the config tool
- Ensure JOIN_TIMEOUT is passed to the provisioning script
- Execute hostname command as Slurm job for verification
This commit is contained in:
2024-08-11 13:55:40 -04:00
parent f5f601af13
commit 9a402948c8
3 changed files with 105 additions and 5 deletions

1
Vagrantfile vendored
View File

@@ -51,6 +51,7 @@ Vagrant.configure(2) do |vm_config|
# Install and Setup Slurm
config.vm.provision "shell", inline: <<-SHELL
export JOIN_TIMEOUT=#{JOIN_TIMEOUT}
/bin/bash /vagrant/provision.sh
SHELL
end