일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- java
- infiniband
- Cray
- Docker
- ubuntu
- client
- Singularity
- LUSTRE
- PFSS
- CUDA
- v1.9
- SLURM
- PBS
- Source
- rhel
- HPFSS
- 1.9
- build
- Linux
- hpcm패치
- nvidia
- gpfs
- patch
- HPE
- CPU
- AMD
- HPCM
- GPU
- 1.10
- version
- Today
- Total
목록분류 전체보기 (94)
HPE CRAY 자료 공유
PBS에서 사용자의 작업 제출 허용 시키기 # qmgr -c "set server flatuid=True" PBS에서 작업 기록 보관 허용# qmgr -c "set server job_history_enable=1" PBS에서 작업 기록 보관 주기 30일 예제(기본값 2주)# qmgr -c "set server job_history_duration=720:00:00"※ "HH:MM:SS" 형식으로 사용
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-..
조회# ilorest -d serverinfo --processors # ilorest -d serverinfo --fans # ilorest -d serverinfo --thermals # ilorest -d serverinfo --power # ilorest -d serverinfo --memory 조회# ilorest get ProcSMT --select Bios. --url [iLO_IP_ADDR] -u [iLO_ID] -p [iLO_PASSWORD] --nologo 설정# ilorest set "WorkloadProfile=Custom" --select Bios. --url [iLO_IP_ADDR] -u [iLO_ID] -p [iLO_PASSWORD] --commit # ilorest se..
InfiniBand RoadmapData Rate4x Link BandwidthRemarks SDR(Single-Data Rate)8 Gb/s DDR(Double-Data Rate)16 Gb/s QDR(Quad-Data Rate)32 Gb/s FDR(Fourteen Data Rate)56 Gb/s EDR(Enhanced Data Rate)100 Gb/s HDR(High Data Rate)200 Gb/s NDR(Next Data Rate)400 Gb/s XDR(eXtreme Data Rate)800 Gb/s GDR(Gxx Data Rate)1600 Gb/s LDR3200 Gb/s - 참고#1: https://www.infinibandta.org/infiniband-roadmap- 참고#..
AMD EPYC 7001AMD EPYC 7002AMD EPYC 7003AMD EPYC 9004, 8004CPU Code NameNAPLESROMEMILANGENOA, SIENACore ArchitectureZenZen 2Zen 3'Zen 4' and 'Zen 4c'Cores8 to 328 to 648 to 648 to 128Memory Channels88812CPU Process Technology14nm7nm7nm5nm※ AMD EPYC CPU는 Zen4 부터 AVX-512 지원- 출처: 4th-gen-epyc-processor-architecture-white-paper.pdf (amd.com) High Performance Computing Tuning Guide for AMD EPYC™ 9004 ..
마이크로아키텍처코드네임비고P6, NetBurstYonah(P6), Presler(NetBurst), Cedar Mill(NetBurst) CoreMerom, Penryn NehalemNehalem, Westmere Sandy BridgeSandy Bridge, IvyBridge HaswellHaswell, Broadwell SkylakeSkylake, Kaby Lake, Coffee Lake, Whiskey Lake, Amber Lake, Comet Lake Cypress CoveRocket Lake Palm CoveCannon Lake Sunny CoveIce Lake Willow CoveTiger Lake Golden CoveAlder Lake, Sapphire Rapids Raptor CoveRap..
GPU HBM 자료 공유 - 출처: Press Center | TrendForce - Market research, price trend of DRAM, NAND Flash, LEDs, TFT-LCD and green energy, PV
1. Custom Tools"Custom Tools" > "HPCM PBS Professional Connector"- Configure PBS Server (qmgr)- Configure PBS Custom Resources (qmgr) - Configure PBS Scheduler (sched_config)- Start PBS Server/Scheduler - Stop PBS Server/Scheduler - Restart PBS Server/Scheduler - Show jobs- Show reservations- Update network groups (Placement Sets)- Go to PBS Porfessional Online Documentation ..
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..
- HPCM 1.10 버전 부터 JAVA 17 버전이 필요하나 JAVA 9 버전 부터 JWS 이슈가 있다. Java Web Start (JWS) was deprecated in Java 9, and starting with Java 11, Oracle removed JWS from their JDK distributions. This means that clients that have the latest version of Java installed can no longer use JWS-based applications. And since public support of Java 8 has ended in Q2/2019, companies no longer get any updates and secur..