aws-samples / aws-eda-slurm-cluster

AWS Slurm Cluster for EDA Workloads
MIT No Attribution
28 stars 7 forks source link

Compile slurm for the os of the submitter #182

Closed cartalla closed 9 months ago

cartalla commented 10 months ago

So that it can submit jobs to a cluster that uses a different OS.

Automate the configuration of the cluster manager and submitters in RES.

Fix errors in configuration scripts.

Add a parameter to the ParallelCluster custom resource that has a hash of all of the config file contents so that the resource gets updated whenever anything changes. This current issue with this implementation is that the ParallelCluster still doesn't change so even though the custom resource is updated, the cluster doesn't because it's configuration is unchanged.

Fix a bug in configuring licenses. After initial configuration the playbook was failing on subsequent updates.

Support custom munge key which must be specified in secretsmanager

Try to allow RES /home to be mounted, but currently causes a validation error.

Resolves #177 Resolves #178 Resolves #180 Resolves #181

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.