S
Spack Tutorial
This is a guide for learning how to install Spack and set up an independent environment. The goal is to extract all package.py files from the software's dependencies and generate the spack.yaml file.
ATTENTION: If you are using Python PyPI packages, do not add them to the spack environment. They will be added to the 'pip' subsection of the 'eflows4hpc.yaml' file when you intend to create the image. In case you have packages that require parallelism and/or use vectors or matrices, create a Spack package and add it to the 'specs' section of the 'spack' subsection of the 'spack.yaml' file.