일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- java
- LUSTRE
- HPFSS
- top500
- nvidia
- 1.10
- gpfs
- CPU
- Linux
- patch
- rhel
- Singularity
- Kernel
- rocm
- build
- conda
- Docker
- Cray
- AMD
- hpcm패치
- GPU
- ubuntu
- Source
- HPE
- 1.9
- HPCM
- SLURM
- infiniband
- CUDA
- PFSS
- Today
- Total
목록Applications (53)
HPE CRAY 자료 공유
한국 슈퍼컴퓨터 순위 정리June 2024 Top 500 목록에서 한국 슈퍼컴퓨터는 13개로 국가 별 슈퍼컴퓨터 보유 수 에서 7위를 차지 하였습니다.- 출처: https://top500.org RankSystemCoresRmax (PFlop/s)Rpeak (PFlop/s)25Sejong - NVIDIA DGX A100, AMD EPYC 7742 64C 2.25GHz, NVIDIA A100, Infiniband HDR, NvidiaNAVER Corp277,76032.9740.7732SSC-21 - Apollo 6500 Gen10 plus, AMD EPYC 7543 32C 2.8GHz, NVIDIA A100 80GB, Infiniband HDR200, HPESamsung Electronics204,160..
"윈도우키 + R" 실행 후 "services.msc" 입력 후 확인 1. SysMain- "자동"에서 "사용 안 함"으로 변경 2. Windows Error Reporting Service- "수동"에서 "사용 안 함" 3. Windows Search- "자동(지연된 시작)"에서 "사용 안 함"
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" 형식으로 사용
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..
SUSE Linux Enterprise Server(SLES) SLES 15 구분 Kernel Version 비고 SLES 15 SP5 5.14.21-150500.53.2 SLES 15 SP4 5.14.21-150400.22.1 SLES 15 SP3 5.3.18-57.3 SLES 15 SP2 5.3.18-22.2 SLES 15 SP1 4.12.14-195.1 SLES 15 4.12.14-23.1 SLES 12 구분 Kernel Version 비고 SLES 12 SP5 4.12.14-120.1 SLES 12 SP4 4.12.14-94.41.1 SLES 12 SP3 4.4.73-5.1 SLES 12 SP2 4.4.21-69.1 SLES 12 SP1 3.12.49-11.1 SLES 12 3.12.28-4.6 ..
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;