aws-samples / aws-parallelcluster-post-install-scripts

Scripts to customize AWS ParallelCluster
MIT No Attribution
23 stars 13 forks source link

Update postinstall.sh before breaking change #36

Closed stephenmsachs closed 2 months ago

stephenmsachs commented 2 months ago

This script pulls the packages-*.yaml files from the original https://github.com/spack/spack-configs location. PR https://github.com/spack/spack-configs/pull/82 introduces a breaking change since variable SLURM_ROOT is introduced in postinstall.sh and packages-*.yaml. This PR updates postinstall.sh to match the new one.

Also removing local packages-*.yaml file since they are not being used.

Issue #, if available:

Description of changes:

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