Spack (package manager)
Script error: No such module "AfC submission catcheck".
Initial release | July 9, 2014[1] |
---|---|
Stable release | 0.21.1[2]
/ January 11, 2024 |
Written in | Python |
Engine | |
Platform | aarch32, aarch64, ppc, ppcle, ppc64, ppc64le, riscv64, sparc, sparc64, x86, x86-64 |
Type | Package management |
License | MIT and Apache 2.0 |
Website | spack |
Search Spack (package manager) on Amazon.
Spack is the Supercomputing Package manager tool developed at the Lawrence Livermore National Laboratory (LLNL) to manage the combinatorial complexity of scientific software[3]. Spack allows users to compose packages parameterized by version, platform, compiler, options, and dependency packages using a specification syntax or spec. An installed spec is available as an environmental module that can be loaded and unloaded as part of a traditional high-performance computing (HPC) workflow. Unlike environmental modules traditionally created by system administrators, however, spack ensures reproducibility by storing all python package recipes used to build the software, including output build log and environment files. Additionally, users can setup spack simply by cloning the spack git repository and therefore need not rely on an existing, shared spack installation.
See also[edit]
References[edit]
- ↑ "Release v0.8 (2014-07-09) · spack/spack". GitHub.
- ↑ "Release v0.21.1 (2024-01-11) · spack/spack". GitHub.
- ↑ Gamblin, Todd; LeGendre, Matthew P.; Collette, Michael R.; Lee, Gregory L.; Moody, Adam; de Supinski, Bronis R.; Scott Futral, W. The Spack package manager: bringing order to HPC software chaos (PDF). Supercomputing 2015 (SC15). Austin, Texas. doi:10.1145/2807591.2807623.
This article "Spack (package manager)" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Spack (package manager). Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.