refactor and repair the spack environment #4
Reference in New Issue
Block a user
Delete Branch "simon.buerger/lattice-benchmarks:fix_spack_environment"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I re-did the spack environment, and finally it works. Changes include:
OpenMPIandUCXis not specified explicitly as a dependency offftwandhdf5, because for some reason spack tends to crash that way. It is picked up automatically however, so there is no problem.spack env depfile && makeis the same asspack installbut can build unrelated packages simultaneously).next step for me: put it into the CI in order to be notified swiftly if anything breaks again.