Skip to content

Commit

Permalink
Merge pull request #231 from buildtesters/verify_spack_e4s_23.05
Browse files Browse the repository at this point in the history
add spack sanity check for e4s/23.05
  • Loading branch information
shahzebsiddiqui authored Nov 27, 2023
2 parents 1553e19 + 74e75e2 commit 66f2438
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions buildspecs/apps/spack/perlmutter_spack_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ buildspecs:
regex:
stream: stdout
exp: '^(0.19.0.dev0)'
spack_sanity_e4s_23.05:
type: script
executor: '(perlmutter|muller).local.(bash|csh)'
tags: [e4s]
run: |
module load e4s/23.05
spack env list
spack -e gcc find | wc -l
spack -e nvhpc find | wc -l
spack -e cuda find | wc -l
spack -e cce find | wc -l
spack -e data find | wc -l
spack -e math-libs find | wc -l
spack -e tools find | wc -l
maintainers:
- 'shahzebsiddiqui'

0 comments on commit 66f2438

Please sign in to comment.