Commit Graph

6 Commits

Author SHA1 Message Date
03a0f05b49
Update docs and clarify VirtualBox incompatibility
- Detail reasons for VirtualBox incompatibility in README
- Remove VirtualBox-specific config from Vagrantfile
- Add warnings about CPU overrides and slurm.conf updates
- Simplify apt retry setup in the provision script
2024-08-18 18:13:33 -04:00
e03fbe5c14
Increase APT retries and timeouts 2024-08-18 00:18:47 -04:00
1e95dd7b2f
Fix munge key race condition and update docs
- Add sleep to prevent munge.key race condition
- Warn about CPU override conflicts in README
- Update README with CPU config details for minimal setup
- Correct `less` command examples for prime number output
- Force update slurm/cgroups configs in the provision script
2024-08-18 00:00:08 -04:00
943b64fdcf
Set up a functional cluster for basic operations
- Include cgroup.conf configuration
- Install slurm-client on compute nodes
- Move home dir to /vagrant for result sharing
- Add Makefile for streamlined setup and cleanup
- Fix idempotency issues
2024-08-11 23:23:38 -04:00
9a402948c8
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
2024-08-11 13:55:40 -04:00
f5f601af13
Create Vagrant environment with shared MUNGE key 2024-08-09 23:03:55 -04:00