aws-samples / aws-eda-slurm-cluster

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

Add support for ParallelCluster #132

Closed cartalla closed 1 year ago

cartalla commented 1 year ago

Add new parameters to config

Create ParallelClusterConfig and save in ssm parameter.

ParallelCluster has a restriction that if you have memory based scheduling enabled then you can only have 1 instance type per queue. So, for now, I have to limit the number of instance types to 50 total and create a queue with one compute resource with 1 instance type per CR. How brilliant is that. Oh, and I have to specify 50 queues when I submit my job if I want to use them or magically know the instance type I need.

Todo:

Resolves #130

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