HPC installation via spack
Opened this issue · 0 comments
ClaudiaComito commented
Heat can be installed on HPC clusters via spack(LINK) (py-heat
). However, the existing recipe builds PyTorch (hence Heat) for CPU only.
Todo:
- test
py-heat
installation on GPU cluster (done, thanks @Marc-Jindra ) - update existing recipe to latest release (see spack/spack#45317) tracked in #1483
- figure out: can the existing recipe be expanded to cover CUDA/ROCm ecosystems, or do we need separate recipes for each build?
- update documentation to include installation via spack (Getting started, Quick Start, more?)
- get a spack badge! see e.g. torchGeo