0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Spack - The package manager for super computers

Last updated at Posted at 2019-10-30

参考

Spackとは

スパコン向け(もしくはスパコンユーザー向け)に開発されたパッケージ管理ツールです。

なんかすごいの見つけた・・・。

インストール

  • CentOS 8 にて確認。
yum install -y python36

git clone https://github.com/spack/spack.git
cd spack/bin
コマンド 説明
spack list パッケージ一覧
spack find インストール済みパッケージ一覧
spack install [package] パッケージのインストール
spack info [package] インストール可能なバージョン一覧
# バージョン一覧表示
./spack info gcc
./spack install gcc@7.2.0 %gcc@5.4.0

./spack install gcc@4.4.9: languages=c,c++

2.png

1.png

ありゃ・・・コンパイル失敗する。

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?