aws-samples / aws-eda-slurm-cluster

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

[BUG] ParallelCluster architecture must be x86_64 if OS is centos7 #143

Closed cartalla closed 10 months ago

cartalla commented 10 months ago

Describe the bug

If you accept the default for slurm/ParallelCluster/Architecture, arm64, and choose the OS to be centos7 the stack deploys, but the cluster creation fails because centos7 doesn't support the arm64 architecture.

To Reproduce

Create config without Architecture or instance types configured. Deploy.

Expected behavior The default architecture will be chosen based on the configured OS.