- Spack
Welcome to Spack! Spack is a package manager for supercomputers, Linux, macOS, and Windows It makes installing scientific software easy
- GitHub - spack spack: A flexible package manager that supports multiple . . .
Spack is a multi-platform package manager that builds and installs multiple versions and configurations of software It works on Linux, macOS, Windows, and many supercomputers
- Spack:超算上最好的包管理器 - 知乎
Spack是一个包管理工具,它为大型超级计算中心设计,支持各种平台和环境上的软件的多个版本和配置。 用户可在集群中安装多种版本的软件,且可以相互隔离、无特权需求,用户可在集群中安装一个软件的不同版本来使用…
- Spack - 北京大学高性能计算校级公共平台用户文档
spack list [name] # 查看可以用spack安装的软件; spack info name # 查看指定软件的信息,包括版本、依赖等;
- Spack Tutorial documentation
This is an introduction to Spack with lectures and live demos It was last presented at the The International Conference for High Performance Computing, Networking, Storage, and Analysis (SC25) November 17, 2025
- 使用Spack配置环境 | 生命不息 折腾不止
摘要Spack是一款在linux上能非常方便的安装和管理各种环境的工具,它有点像linux上的一个App Store,本文介绍如何使用它
- 包管理器:Spack - ZJUSCT 文档与博客
集群上目前在 pxe opt spack 目录下安装了 Spack(下称 集群 Spack),提供了常用的编译工具如 nvhpc, oneapi, aocc 等。 集群 Spack 已经写入了各个 Shell 系统级别的配置文件(如 etc profile d),会在登陆 Shell 中 自动加载。
- Spack - 华南理工大学科学计算公共服务平台用户手册
spack 设计的初衷是解决软件、编译器版本的冲突,最常见的操作便是通过修改 $PATH 变量进行版本控制。 但对于lib库则需要手动添加spack环境信息到 $LD_LIBRARY_PATH 才能提供某些依赖版本的so文件
|