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 |
Tags
- ubuntu
- nvidia
- hpcm패치
- patch
- CUDA
- gpfs
- 1.10
- Singularity
- Docker
- Kernel
- conda
- java
- 1.9
- rhel
- rocm
- AMD
- Cray
- top500
- HPE
- SLURM
- PFSS
- Linux
- HPFSS
- HPCM
- build
- infiniband
- Source
- GPU
- LUSTRE
- CPU
Archives
- Today
- Total
목록2025/02/04 (1)
HPE CRAY 자료 공유
[slurm] rpmbuild with gpu
※ slurm gres.conf에 AutoDetect 옵션 사용을 위한 rpmbuild 빌드방법과 간단한 예제 1. NVIDIA GPU- cuda toolkit 설치$ wget https://developer.download.nvidia.com/compute/cuda/11.8.0/local_installers/cuda_11.8.0_520.61.05_linux.run$ sudo sh cuda_11.8.0_520.61.05_linux.run - rpmbuild 옵션에 "--with-nvml"을 추가$ rpmbuild --define "_with_nvml --with-nvml=/usr/local/cuda-11.8" -ta slurm-22.05.6.tar.bz2 - gpu 라이브러리 포함 확인$ cd ${HOM..
Applications/Scheduler
2025. 2. 4. 14:29