일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- GPU
- ubuntu
- SLURM
- 1.9
- nvidia
- v1.9
- HPCM
- version
- 1.10
- Linux
- Source
- PBS
- CUDA
- HPFSS
- rhel
- build
- AMD
- Docker
- Singularity
- HPE
- patch
- infiniband
- PFSS
- hpcm패치
- LUSTRE
- client
- Cray
- java
- gpfs
- CPU
- Today
- Total
목록centos7.9 (2)
HPE CRAY 자료 공유
CentOS 7.9 버전에서 진행한 Lustre 2.15 버전 설치 방법 정리 의존성 패키지 설치# yum groupinstall "Development Tools"# yum install yum-utils kernel-devel zlib-devel libyaml-devel # yum install libmount-devel libnl3-devel libnl-devel libselinux-devel libselinux-static rpm build$ unzip lustre-cray-2.15.B1.gb93242.zip$ rpm -ivh lustre-2.15.0.4_rc2_cray_134_gb93242d-1.src.rpm $ cd $HOME/rpmbuild/SOURCES$ tar xvzf lustre-2.1..
1. Patch 파일 준비 CentOS 7.9 Kernel에 적용할 patch 파일은 github에서 down 받습니다. - URL : https://github.com/AMDEPYC/CENTOS-MILAN-SUPPORT-PATCHES 2. CentOS 7.9용 Kernel source 파일 준비 # wget https://vault.centos.org/centos/7/updates/Source/SPackages/kernel-3.10.0-1160.el7.src.rpm --no-check-certificate 3. 의존 패키지 설치 # yum install asciidoc audit-libs-devel binutils-devel bison \ elfutils-devel flex hmaccalc java-d..