일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- version
- rhel
- conda
- 1.9
- LUSTRE
- HPFSS
- Docker
- Linux
- HPE
- GPU
- Singularity
- gpfs
- patch
- ubuntu
- build
- Source
- 1.10
- PFSS
- nvidia
- CPU
- infiniband
- SLURM
- Cray
- Kernel
- java
- AMD
- CUDA
- top500
- hpcm패치
- HPCM
- Today
- Total
목록전체 글 (98)
HPE CRAY 자료 공유
HPCM R&D WIKI page - 주소: https://rndwiki-pro.its.hpecorp.net/display/HPCM/Rackmap ※ HPE network 에서 접속 가능 AMD Diagnostic Tools - ROCm: 6.0.0 - CrayPE: 23.12 (1) Rochpcg: ROCm base HPCG (e.g. rochpcg -local) (2) Rochpl: ROCm base HPL (e.g. linpack-rochpl.sh) (3) Babelstream: AMD CPU & GPU (e.g. run_babelstream --platform parrypeak) (4) 기타 # cm health check cwcpuperf "--LOOP" and "--fabric" paramet..
버전 Admin Node Compute Nodes 비고 1.11 RHEL 8.9 (x86_64) ROCKY 8.9 (x86_64) SLES15 SP5 (x86_64) RHEL/ROCKY 8.8 (x86_64) RHEL/ROCKY 8.9 (x86_64) RHEL/ROCKY 8.9 (aarch64) RHEL/ROCKY 9.2 (x86_64) RHEL/ROCKY 9.3 (x86_64) RHEL/ROCKY 9.3 (aarch64) SLES15 SP4 (x86_64) SLES15 SP5 (x86_64) SLES15 SP5 (aarch64) UBUNTU 22.04.3 (x86_64) 1.10 RHEL 8.8 (x86_64) ROCKY 8.8 (x86_64) SLES15 SP5 (x86_64) RHEL/ROCKY 8..
Server node - HPE CRAY XD220v: 1U, INTEL CPU - HPE CRAY XD225v: 1U, AMD CPU - HPE CRAY XD295v: 2U, AMD CPU - 출처: https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=a50004301enw
# ibdev2netdev --help ibdev2netdev -h, --help print help message -v, --verbose print more info # ibdev2netdev -v mlx5_0 (mt4113 - MT1637X09559) CB191A - Connect-IB QSFP fw 10.16.1200 port 1 (DOWN ) ==> ib0 (Down) # ibdev2netdev mlx5_0 port 1 ==> ib0 (Down)
PFSS IBM Storage Scale ECE HPE Enclosure Tools Mellanox OFED RHEL + Kernel Version 2.1.0 5.1.8.2 1.1.4 23.07-0.5.1.2 8.8 + 4.18.0-477.10.1 1.7.1 5.1.7.1 1.1.3 5.6-2.0.9.0 8.6 + 4.18.0-372.9.1 1.7.0 5.1.7.0 1.1.3 5.6-2.0.9.0 8.6 + 4.18.0-372.9.1 1.6.1 5.1.5.1 1.1.3 5.6-2.0.9.0 8.6 + 4.18.0-372.9.1 1.6.0 5.1.5.0 1.1.3 5.6-2.0.9.0 8.6 + 4.18.0-372.9.1 1.5.0 5.1.4.1 1.1.3 5.6-2.0.9.0 8.6 + 4.18.0-37..
Ubuntu OS는 "https://releases.ubuntu.com" 사이트에서 다운 받아 볼 수 있다. - 참고: https://releases.ubuntu.com/ Ubuntu Releases There are 2 types of Ubuntu releases: Interim and LTS. Each Ubuntu LTS is maintained for 10 years total: 5 years of standard support + 5 years of ESM. Interim releases are maintained for 9 months. For the Ubuntu release cycle please see: The Ubuntu lifecyc releases.ubuntu.com 하지만 이전 버전..
1. Docker repository의 이미지를 singularity이미지로 변경하는 경우 - 사용방법: singularity pull [저장할 이미지명] docker://[docker hub의 이미지명] - 예제 # singularity pull determinedai/environments:cuda-11.3-pytorch-1.10-tf-2.8-gpu-096d730 \ docker://determinedai/environments:cuda-11.3-pytorch-1.10-tf-2.8-gpu-096d730 2. Local docker image 변환하는 경우 - Local docker image save [root@gnode01 test]# docker images REPOSITORY TAG IMAGE ..
Linux root(/) disk 공간의 부족으로 다른 파일시스템으로 Docker Root Dir을 변경하여 사용하는 경우 팁 "docker info" 명령 수행 시 설치된 docker의 정보를 확인할 수 있다. [root@cray ~]# docker info | grep Root Docker Root Dir: /var/lib/docker - /data 파일시스템에 docker_root 경로를 생성하고 설정을 변경한다. - /data/docker_root 생성 [root@cray ~]# mkdir -p /data/docker_root - Docker의 daemon.json 파일을 수정(없는경우 신규 작성해서 사용) [root@cray ~]# ls -l /etc/docker total 0 [root@cra..
1. Perl - source build 시 지정된 PERL5LIB 경로에 설치 됨 $ perl Makefile.PL $ make $ make install 2. R - 방법: R CMD INSTALL [폴더 또는 압축파일] - 예제#1: R CMD INSTALL foo_1.0 - 예제#2: R CMD INSTALL foo_1.0.tar.gz
jpeg-9 설치 방법 $ tar xvzf jpegsrc.v9.tar.gz $ ./configure --prefix=/data/apps/jpeg/9 $ vi jmorecfg.h - - 수정 사항 아래 참고 - - $ make $ make install make 에서 Syntax error 가 발생하면 아래 내용 수정 jmorecfg.h 263라인 수정 하고 진행 수정 전 typedef enum { FALSE = 0, TRUE = 1 } boolean; 수정 후 typedef enum { false = 0, true = 1 } boolean;