aws-samples / aws-eda-slurm-cluster

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

Check that ParallelCluster architecture is consistent with OS #145

Closed cartalla closed 10 months ago

cartalla commented 10 months ago

Centos 7 only supports x86_64, but config was defaulting to arm64. So unless the architecture was explicitly set then the cluster would fail to deploy.

Set the default Architecture to be consistent with the default OS and added a check.

Check config better.

Resolves #143

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