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
This commit is contained in:
2024-08-11 23:23:38 -04:00
parent 9a402948c8
commit 943b64fdcf
5 changed files with 64 additions and 38 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
.PHONY: all vagrant clean
all: vagrant
vagrant:
vagrant up --no-destroy-on-error --no-color | tee ./vagrantup.log
clean:
vagrant destroy -f --no-color
rm -rf .vagrant vagrantup.log munge.key ./scratch/submit