일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- top500
- nvidia
- 1.9
- Docker
- Cray
- gpfs
- SLURM
- HPE
- HPFSS
- Kernel
- 1.10
- build
- java
- patch
- AMD
- GPU
- rocm
- Linux
- Source
- Singularity
- HPCM
- CPU
- conda
- LUSTRE
- hpcm패치
- CUDA
- PFSS
- ubuntu
- rhel
- infiniband
- Today
- Total
목록rpmbuild (2)
HPE CRAY 자료 공유
rocm-validation-suite 패키지의 의존성을 가지고 있는 yaml-cpp를 rpm 파일로 생성$ wget https://github.com/jbeder/yaml-cpp/archive/refs/tags/0.8.0.tar.gz -O yaml-cpp-0.8.0.tar.gz$ vi yaml-cpp.spec -- -- -- yaml-cpp.spec 파일은 아래내용 참고 -- -- --$ rpmbuild -ba yaml-cpp.spec [yaml-cpp.spec]Name: yaml-cppEpoch: 1Version: 0.8.0Release: 1%{?dist}Summary: A YAML parser and emitter for C++..
1. 의존 패키지 설치 # yum groupinstall "Development Tools" # yum install openssl-devel wget cryptsetup libuuid-devel libseccomp-devel squashfs-tools 2. Golang 설치 $ wget https://golang.org/dl/go1.16.5.linux-amd64.tar.gz $ tar xvzf go1.16.5.linux-amd64.tar.gz ※ go는 PATH 설정 후 진행, 이하 진행은 module 생성 후 진행 내용 입니다. 3. singularity 설치 $ module load go/1.16.5 $ export VERSION=3.8.5 $ wget https://github.com/hpcng/..