Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Source
- build
- nvidia
- version
- rhel
- PFSS
- ubuntu
- patch
- Docker
- HPFSS
- Cray
- CPU
- LUSTRE
- Kernel
- GPU
- top500
- hpcm패치
- Singularity
- 1.10
- CUDA
- infiniband
- conda
- AMD
- Linux
- SLURM
- HPE
- 1.9
- HPCM
- gpfs
- java
Archives
- Today
- Total
HPE CRAY 자료 공유
singularity-ce-3.8.0 install 본문
1. dependencies
openssl-devel wget cryptsetup libuuid-devel libseccomp-devel squashfs-tools |
2. install golang
- Linux 2.6.23 binary version
$ wget https://golang.org/dl/go1.16.5.linux-amd64.tar.gz |
- golang 환경 설정
$ export PATH=/home/sylee/go/bin:$PATH |
3. install singularity
# wget https://github.com/sylabs/singularity/releases/download/v3.8.0/singularity-ce-3.8.0.tar.gz # tar xvzf singularity-ce-3.8.0.tar.gz # ./mconfig --prefix=/home/sylee/singularity/3.8.0 # make -C ./builddir # make -C ./builddir install |
※ root 계정이 아닌경우 "--without-suid" 옵션을 추가해서 설치
$ ./mconfig --prefix=/home/sylee/singularity/3.8.0 --without-suid $ make -C ./builddir $ make -C ./builddir install |
'Applications > BUILDS' 카테고리의 다른 글
[OpenMPI] 설치 옵션 정리 (0) | 2022.02.08 |
---|---|
CentOS 7.9 Kernel AMD Milan Patch (0) | 2021.12.20 |
singularity-3.8.5 (0) | 2021.12.20 |
docker 20.10.8 install (0) | 2021.08.09 |
openfoam-v2006 install (0) | 2021.08.06 |