aws-samples / aws-eda-slurm-cluster

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

[FEATURE] Allow Submitter to be able to use multiple clusters #139

Closed cartalla closed 1 year ago

cartalla commented 1 year ago

Is your feature request related to a problem? Please describe.

The legacy version put the slurm files at /opt/slurm/{{ClusterName}} which allowed you to mount the slurm file system for multiple cluster without collisions. ParallelCluster expects the config file to be in /opt/slurm. This makes it so you can't mount multiple clusters' file systems on the same host. If you mount it somewhere else Slurm expects the slurm.conf to be at the same path as the executable.