sdsc / spack

A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
https://spack.io
Other
0 stars 4 forks source link

SDSC HPC Software Deployment Guide

This guide documents the Spack-based software deployment process in use by the CyberInfrastructure Services and Solutions (CISS) Group and the High-Performance Computing (HPC) User Services Group at the San Diego Supercomputer Center (SDSC). All of the definitions, conventions, policies and procedures outlined within the guide are intended to help build, maintain, and deploy custom Spack instances on the HPC systems they run and manage on behalf of end users in collaboration with the HPC Systems Group at SDSC.

Table of Contents

Definitions and Terminology

General Guidelines

The guidelines listed below are intended to provide a foundation for the conventions, policies, and procedures established by SDSC to manage its Spack instances and the software deployment process on its HPC system. While none of the guidelines are definitive and many may change over time, they should, however, be adhered to whenever possible, unless special circumstances apply.

About the GitHub Repository

The sdsc/spack GitHub repository is a custom fork of the Spack project's main spack/spack GitHub repository.

Deployment Branches

The sdsc/spack repo and its use in practice are fundamentally structured around the concept of deployment branches. A deployment branch is a trunk-like branch created from an unmodifed, official release version of spack and is named accordingly, unless special circumstances require that an intermediate commit be used. For example, the sdsc-0.17.3 deployment branch was created by checking out the v0.17.3 release

Once a version of Spack is selected and checked out, only a few minor changes and/or additions are made to the Spack release in order to initialize a deployment branch within the sdsc/spack repo. These modifications are as follows:

All other types of branches (see CONTRIBUTING.md) should start from a deployment branch.

Package Repository

Instance Repositories

Access Control and Permissions

Write access to the sdsc/spack repository is restricted to SDSC team members who are responsible for managing and tracking issues, reviewing and merging pull requests, and maintaining the custom deployment branches in the repository. All other SDSC team members who wish to contribute to the sdsc/spack repository should submit their changes via pull requests from their own public fork of the sdsc/spack repository.

etc/spack/repos.yaml var/spack/repos/sdsc/repo.yaml var/spack/repos/sdsc/packages

etc/spack/sdsc/expanse/0.17.3/cpu/specs etc/spack/sdsc/expanse/0.17.3/cpu/yamls

Miscellaneous Notes