refactor and repair the spack environment #4
Loading…
Reference in New Issue
Block a user
No description provided.
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:
OpenMPI
andUCX
is not specified explicitly as a dependency offftw
andhdf5
, because for some reason spack tends to crash that way. It is picked up automatically however, so there is no problem.spack env depfile && make
is the same asspack install
but can build unrelated packages simultaneously).next step for me: put it into the CI in order to be notified swiftly if anything breaks again.