일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Source
- AMD
- rhel
- HPCM
- 1.10
- infiniband
- SLURM
- LUSTRE
- GPU
- Cray
- 1.9
- rocm
- Singularity
- hpcm패치
- patch
- HPE
- HPFSS
- build
- Docker
- java
- Kernel
- conda
- CPU
- top500
- PFSS
- Linux
- nvidia
- gpfs
- CUDA
- ubuntu
- Today
- Total
목록Memory (2)
HPE CRAY 자료 공유
HPC 분야에서 자주 사용하는 BMT 목록 CPU - HPL: https://www.netlib.org/benchmark/hpl - HPCG: https://www.hpcg-benchmark.org Filesystem I/O - IOR: https://github.com/LLNL/ior - IOzone: https://www.iozone.org - Flexible I/O: https://fio.readthedocs.io/en/latest/fio_doc.html Memory - Stream: https://www.cs.virginia.edu/stream GPU - MLPerf: https://mlcommons.org, https://github.com/mlcommons/inference - HPL-NVID..
STREAM: Sustainable Memory Bandwidth in High Performance Computers - 참고 : https://www.cs.virginia.edu/stream 1. Source code download $ wget https://www.cs.virginia.edu/stream/FTP/Code/Versions/stream_omp.c 2. Compile $ gcc -O3 -fopenmp -D OPENMP stream_omp.c -o stream_c.x 3. test - test script 작성 #!/bin/sh #SBATCH -J stream #SBATCH -p short #SBATCH -N 1 #SBATCH -n 1 #SBATCH -o %x_%j.out #SBATCH ..