-
Notifications
You must be signed in to change notification settings - Fork 55
Configurable Sites
Tier 2 site are not officially supported by spack-stack. As such, instructions for these systems may be provided here, in form of a README.md in the site directory, or not at all. Also, the site configs are not updated on the same regular basis as those of the tier 1 systems and therefore may be out of date and/or not working.
The following list briefly describes each site (directory) in the configs/sites/tier2 directory.
The Linux and macOS configurations are intended as starting point for new site configurations or for user installations of spack-stack on their development systems. Instructions for adding this information can be found here.
Blackpearl is an Oracle Linux 9 installation running under Windows Subsystem for Linux (WSL2) on Windows 11. This is the development system of one of the spack-stack developers and maybe useful as an example configuration for users with a similar setup.
Bounty is an Alma Linux 9 installation running under Windows Subsystem for Linux (WSL2) on Windows 11. This is the development system of one of the spack-stack developers and maybe useful as an example configuration for users with a similar setup.
NEEDS UPDATING OR REMOVE SITE CONFIG
The following is required for building new spack environments with Intel oneAPI on this platform.
umask 0022
module purge
module use /p/work1/heinzell/oneapi-2024.2.1/modulefiles
The following is required for building new spack environments with Intel oneAPI on this platform.
umask 0022
module purge
module use /p/global/Projects/NEPTUNE/spack-stack/oneapi-2024.2.1/modulefiles
NEEDS UPDATING OR REMOVE SITE CONFIG
NEEDS UPDATING OR REMOVE SITE CONFIG
To build spack-stack, consult the README.md in the sites/tier2/aws-ubuntu2404.
This image can contain GCC and Intel compilers. It is strongly suggested that if you are to use either environment, it is suggested to separate environments into their own terminal.
To build, consult the README.md in the sites/tier2/aws-rocky8.
This image can contain GCC and Intel compilers. It is strongly suggested that if you are to use either environment, it is suggested to separate environments into their own terminal.
This site config describes a minimal spack-stack install suitable for an Ubuntu 24.04 VM with Nvidia HPC SDK 25.1. For instructions on setting up the VM before building spack-stack, consult the README.md in the sites/tier2/ubuntu2404-nvhpc.
This configuration is experimental.
Today, this configuration installs many low-level packages using the operating system's package manager, to reduce the burden of compiling these with the Nvidia compiler. In the future, we should evolve this site config to build more packages from spack-stack, either using the Nvidia compiler or falling back to the GNU compilers.