ADIOS2
ADIOS2 copied to clipboard
Spack & E4S: Add Compile & Smoke Test
Follow-up to #2836:
ECP E4S unit tests provide us with a unique opportunity to let system people test our compiled software against their MPI and compiler stacks. That's cool, because it's a ton of work for you to support all those systems and Spack packages formalize the whole testing process so we devs and system people speak the same language.
Here are two examples how this can look:
- https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/openpmd-api/package.py#L134-L152
- https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/warpx/package.py#L139-L187
And this is the Spack file you need to update:
- https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/adios2/package.py
I can help/review, but would like you to take the lead as it's your product :)
cc @chuckatkins @pnorbert @williamfgc