Add more apps to aws-pcluster-x86_64_v4 stack
This commit is contained in:
parent
54d71b54f0
commit
1a53a7b37b
@ -2,14 +2,23 @@ spack:
|
|||||||
view: false
|
view: false
|
||||||
|
|
||||||
definitions:
|
definitions:
|
||||||
|
- apps:
|
||||||
|
- gromacs
|
||||||
|
- lammps
|
||||||
|
- mpas-model
|
||||||
|
- openfoam
|
||||||
|
- palace
|
||||||
|
- quantum-espresso
|
||||||
|
- wrf
|
||||||
|
|
||||||
- optimized_configs:
|
- targets:
|
||||||
- palace target=x86_64_v4
|
- 'target=x86_64_v4'
|
||||||
- palace target=x86_64_v3
|
- 'target=x86_64_v3'
|
||||||
|
|
||||||
specs:
|
specs:
|
||||||
- $optimized_configs
|
- matrix:
|
||||||
|
- [$apps]
|
||||||
|
- [$targets]
|
||||||
ci:
|
ci:
|
||||||
pipeline-gen:
|
pipeline-gen:
|
||||||
- build-job:
|
- build-job:
|
||||||
@ -28,5 +37,6 @@ spack:
|
|||||||
# Do not distribute Intel & ARM binaries
|
# 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 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
|
- 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:
|
cdash:
|
||||||
build-group: AWS Packages
|
build-group: AWS Packages
|
||||||
|
Loading…
Reference in New Issue
Block a user