Add more apps to aws-pcluster-x86_64_v4 stack

This commit is contained in:
Stephen Sachs 2024-04-08 17:55:03 +02:00
parent 54d71b54f0
commit 1a53a7b37b

View File

@ -2,14 +2,23 @@ spack:
view: false
definitions:
- apps:
- gromacs
- lammps
- mpas-model
- openfoam
- palace
- quantum-espresso
- wrf
- optimized_configs:
- palace target=x86_64_v4
- palace target=x86_64_v3
- targets:
- 'target=x86_64_v4'
- 'target=x86_64_v3'
specs:
- $optimized_configs
- matrix:
- [$apps]
- [$targets]
ci:
pipeline-gen:
- build-job:
@ -28,5 +37,6 @@ spack:
# Do not distribute Intel & ARM binaries
- - for i in $(aws s3 ls --recursive ${SPACK_REMOTE_MIRROR_OVERRIDE}/build_cache/ | grep intel-oneapi | awk '{print $4}' | sed -e 's?^.*build_cache/??g'); do aws s3 rm ${SPACK_REMOTE_MIRROR_OVERRIDE}/build_cache/$i; done
- for i in $(aws s3 ls --recursive ${SPACK_REMOTE_MIRROR_OVERRIDE}/build_cache/ | grep armpl | awk '{print $4}' | sed -e 's?^.*build_cache/??g'); do aws s3 rm ${SPACK_REMOTE_MIRROR_OVERRIDE}/build_cache/$i; done
cdash:
build-group: AWS Packages