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 | 29 | 30 |
Tags
- Source
- infiniband
- java
- 1.9
- nvidia
- PFSS
- SLURM
- rhel
- AMD
- GPU
- ubuntu
- client
- PBS
- Linux
- gpfs
- version
- HPCM
- Singularity
- Cray
- HPFSS
- CPU
- patch
- v1.9
- CUDA
- LUSTRE
- HPE
- Docker
- build
- 1.10
- hpcm패치
Archives
- Today
- Total
목록Stream (1)
HPE CRAY 자료 공유
[BMT] STREAM
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 ..
Applications/BMT관련
2021. 7. 5. 13:59