일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Docker
- top500
- CPU
- PFSS
- conda
- HPE
- 1.9
- infiniband
- GPU
- Kernel
- SLURM
- nvidia
- 1.10
- LUSTRE
- rhel
- AMD
- version
- patch
- hpcm패치
- CUDA
- ubuntu
- Linux
- gpfs
- build
- Cray
- Singularity
- HPCM
- HPFSS
- Source
- java
- Today
- Total
목록STOGAGES/LUSTRE (3)
HPE CRAY 자료 공유
아래의 환경에서 Cray Lustre Client 빌드 과정을 소개 한다. - OS: Ubuntu 20.04.6 LTS- Lustre Client: Cray Lustre 2.15.B15 1. 의존성 패키지 설치# apt update# apt install module-assistant libreadline-dev debhelper \ dpatch automake pkg-config libtool libyaml-dev libnl-genl-3-dev \ libselinux-dev libsnmp-dev bzip2 quilt \ linux-headers-$(uname -r) rsync libssl-dev libpython3-dev swig \ tk tk-dev bison tcl tcl-dev grap..
DateVersion비고2024-04-24Cray.2.15.B13 2024-02-28Cray.2.15.B12 2024-01-03Cray.2.15.B11 2023-12-01Cray.2.15.B10 2023-10-19Cray.2.15.B9 2023-09-26Cray.2.15.B8 2023-08-29Cray.2.15.B7 2023-07-06Cray.2.15.B6 2023-07-07Cray.2.15.B5(a) 2023-04-27Cray.2.15.B5 2023-03-06Cray.2.15.B4 2023-02-10Cray.2.15.B3 2022-11-15Cray.2.15.B2 2022-10-17Cray.2.15.B1 2022-11-15Cray.2.12.B61 2022-10-13Cray.2.12.B60 2022-08-..
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..