aws-samples / aws-eda-slurm-cluster

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

[BUG] Delete local build files that can contain tokens or stale values #216

Closed cartalla closed 3 months ago

cartalla commented 3 months ago

Describe the bug

When I fixed #184 I didn't delete the old code that created local build-files.

This can lead to confusion if people try to use them instead of the ones that are created on the head node that will always have the correct values.

Delete the old code since it is incorrect and not needed.

Make sure that the documentation makes it clear that the build files are on the head node.