'2020/11'에 해당되는 글 85건

  1. 2020.11.25 fftw
  2. 2020.11.25 openHPC
  3. 2020.11.25 beowulf 프로그램은 없다
  4. 2020.11.25 ffmpeg fft 분석 예제
  5. 2020.11.25 클러스터 관리프로그램
  6. 2020.11.25 c# rest API client
  7. 2020.11.25 slurm 이기종
  8. 2020.11.24 c# telnet, ssh client
  9. 2020.11.24 gcc offloading support
  10. 2020.11.24 slurm + munge

예전에 찾은적이 있네..

fft를 위한 라이브러리인데 도대체 어떤 함수를 써서 분석을 하고

주파수 대역은 어떤식으로 맵핑이 가능한건질 모르겠다.

 

[링크 : http://www.fftw.org/]

[링크 : https://github.com/FFTW/fftw3]

[링크 : https://iamaman.tistory.com/652]

 

+

2020.11.26

 

[링크 : http://www.fftw.org/fftw2_doc/fftw_2.html]

[링크 : http://www.fftw.org/fftw3_doc/Complex-One_002dDimensional-DFTs.html]

[링크 : http://www.fftw.org/fftw3_doc/Complex-DFTs.html]

[링크 : https://darkpgmr.tistory.com/171]

'프로그램 사용 > fft, fftw' 카테고리의 다른 글

fftw 테스트(tests/bench)  (0) 2022.10.19
fftw cross compile  (0) 2022.10.19
fft  (0) 2020.11.25
ffmpeg fft 분석 예제  (0) 2020.11.25
FFT 라이브러리  (0) 2017.07.07
Posted by 구차니
프로그램 사용/openHPC2020. 11. 25. 17:37

OpenHPC는 Provisioning / Resource Manager / MPI 등의

여러가지 패키지를 포함하는 HPC 구성용 배포판 이라고 해야하나? (OpenSUSE, CENTOS 기반)

 

OpenHPC software packages
OpenHPC divides its software packages into different functional areas, and each includes multiple components:

Provisioning: Warewulf, xCAT
Resource management: Slurm, Munge, PBS Professional
Runtimes: OpenMP, OCR, Singularity
Numerical/scientific libraries: GSL, FFTW, Metis, PETSc, Trilinos, Hypre, SuperLU, Mumps, OpenBLAS, Scalapack
I/O libraries: HDF5, NETCDF, Adios
Compilers: GCC, LLVM
MPI families: MVAPICH2, Open MPI, MPICH
Performance tools: PAPI, IMB, mpiP, pdtoolkit, TAU, Scalasca, ScoreP, SIONLib

[링크 : https://opensource.com/article/17/11/openhpc]

'프로그램 사용 > openHPC' 카테고리의 다른 글

openHPC warewulf + slurm  (0) 2020.12.02
warewulf  (0) 2020.11.26
beowulf 프로그램은 없다  (0) 2020.11.25
클러스터 관리프로그램  (0) 2020.11.25
slurm 이기종  (0) 2020.11.25
Posted by 구차니
프로그램 사용/openHPC2020. 11. 25. 17:34

좀 놀라운 사실이네.. 그나저나 MPICH를 검색하니 vs openmpi가 나오고 그러네..

 

아무튼 beowulf cluster를 만드는데 여러가지 것들이 들어갔지만 공식적으로

beowulf라는 프로그램이 없다는건 좀 신선하네..

MPICH와 같은 Message Passing Interface 기반의 분산 병렬 처리가 핵심이고

3. Where can I get the Beowulf software?
There isn't a software package called "Beowulf". There are, however,several pieces of software many people have found useful for building Beowulfs. None of them are essential. They include MPICH, LAM, PVM, the Linux kernel, the channel-bonding patch to the Linux kernel (which lets you 'bond' multiple Ethernet interfaces into a faster 'virtual' Ethernet interface) and the global pid space patch for the Linux kernel (whichlets you see all the processes on your Beowulf with ps, and eliminate them), DIPC (which lets you use sysv shared memory and semaphores and message queues transparently across a cluster).

[링크 : https://beowulf.org/overview/faq.html]

 

MPI까진 있는데 MPICH는 모르겠네...

[링크 : https://www.mpich.org/]

 

Message-Passing Interface Chameleon

[링크 : https://acronyms.thefreedictionary.com/MPICH]

 

PVM(Parallel Virtual Machine)

LAM-MPI ?

[링크 : https://wiki.kldp.org/KoreanDoc/html/HPC-KLDP/x162.html]

 

LAM (Local Area Multiprocessor) 

[링크 : https://www.jstor.org/stable/2678516?seq=1]

'프로그램 사용 > openHPC' 카테고리의 다른 글

warewulf  (0) 2020.11.26
openHPC  (0) 2020.11.25
클러스터 관리프로그램  (0) 2020.11.25
slurm 이기종  (0) 2020.11.25
slurm + munge  (0) 2020.11.24
Posted by 구차니

일단은 마이크로 raw audio나 wav를 받아서 분석하는걸 찾아봐야겠다.

 

[링크 : https://www.ffmpeg.org/doxygen/trunk/fft-test_8c-source.html]

[링크 : https://www.ffmpeg.org/doxygen/trunk/fft_8c_source.html]

[링크 : https://www.ffmpeg.org/doxygen/3.3/group__lavc__fft.html]

'프로그램 사용 > fft, fftw' 카테고리의 다른 글

fftw 테스트(tests/bench)  (0) 2022.10.19
fftw cross compile  (0) 2022.10.19
fft  (0) 2020.11.25
fftw  (0) 2020.11.25
FFT 라이브러리  (0) 2017.07.07
Posted by 구차니
프로그램 사용/openHPC2020. 11. 25. 15:22

OpenHPC는 all in one

Slurm 이나 PBS Pro 는 Job Scheduler로 구분된다.

[링크 : https://en.wikipedia.org/wiki/Comparison_of_cluster_software]

 

OpenHPC, xCAT, Warewulf 가 클러스터 관리 프로그램으로 분류된다.

[링크 : https://en.wikipedia.org/wiki/List_of_cluster_management_software]

 

Warewulf is a scalable systems management suite

[링크 : https://warewulf.lbl.gov/]

 

슬레이브 노드 관리 문제를 해결하기 위한 도구.

[링크 : https://en.wikipedia.org/wiki/Warewulf]

[링크 : https://en.wikipedia.org/wiki/XCAT] Extreme Cloud Administration Toolkit

 

warewulf for provisioning.

인프라 구축을 위한 diskless node 구성을 위한 툴이라고 보면되려나?

[링크 : https://www.isip.piconepress.com/projects/neuronix/html/neuronix_overview.shtml]

 

초기 클러스터 프로젝트 명...?

beowulf와 warewulf의 연관이나 차이점은 검색이 쉽지 않네..

[링크 : https://en.wikipedia.org/wiki/Beowulf_cluster]

 

OpenHPC도 내부적으로는 Warewulf + OpenPBS / Slurm 으로 구성되는 듯(설치문서)

[링크 : https://en.wikipedia.org/wiki/OpenHPC]

[링크 : https://en.wikipedia.org/wiki/Slurm_Workload_Manager]

 

OpenPBS / TORQUE / PBS Pro는 PBS의 다양한 버전(그러니까 같은 근간을 지닌 프로그램들)

[링크 : https://en.wikipedia.org/wiki/Portable_Batch_System]

[링크 : https://en.wikipedia.org/wiki/TORQUE] PBS 기반, 오픈소스는 아님

[링크 : https://www.openpbs.org/]

'프로그램 사용 > openHPC' 카테고리의 다른 글

openHPC  (0) 2020.11.25
beowulf 프로그램은 없다  (0) 2020.11.25
slurm 이기종  (0) 2020.11.25
slurm + munge  (0) 2020.11.24
slurm 사용법  (0) 2020.11.16
Posted by 구차니
Programming/c# & winform2020. 11. 25. 14:04

 

[링크 : https://docs.microsoft.com/ko-kr/dotnet/csharp/tutorials/console-webapiclient]

[링크 : https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime/]

 

[링크 : https://www.nuget.org/packages/WebAPIClient/]

 

'Programming > c# & winform' 카테고리의 다른 글

아.. 이놈의 인코딩..  (0) 2020.12.03
c# vertical tab  (0) 2020.11.26
c# telnet, ssh client  (0) 2020.11.24
c# winform double buffer  (2) 2020.11.19
c# textbox 수정은 불가능하게 선택은 가능하게  (0) 2020.11.18
Posted by 구차니
프로그램 사용/openHPC2020. 11. 25. 11:34

slurm에서 이기종 간의 연산을 지원한다고 하는데

그 이기종이 AMD의 HSA나 GPGPU 등을 의미하는건지

아니면 클러스터 레벨에서 ARM / x86이 혼합되는건진 모르겠다.

 

[링크 : https://slurm.schedmd.com/heterogeneous_jobs.html#het_steps]

[링크 : https://www.python2.net/questions-1022028.htm]

[링크 : https://lists.schedmd.com/pipermail/slurm-users/2018-January/000352.html]

'프로그램 사용 > openHPC' 카테고리의 다른 글

beowulf 프로그램은 없다  (0) 2020.11.25
클러스터 관리프로그램  (0) 2020.11.25
slurm + munge  (0) 2020.11.24
slurm 사용법  (0) 2020.11.16
slurm gpu  (0) 2020.11.16
Posted by 구차니
Programming/c# & winform2020. 11. 24. 14:30

와... 이런것도 이렇게 손쉽게 구현이 가능하구나.. 멋진 세상이다..

 

[링크 : https://www.csharpstudy.com/net/article/16-SSH-클라이언트]

[링크 : https://stackoverrun.com/ko/q/11578482]

[링크 : https://stackoverrun.com/ko/q/1175870]

 

[링크 : https://www.nuget.org/packages/SSH.NET/]

[링크 : https://www.nuget.org/packages/Telnet/0.9.0-beta0001]

'Programming > c# & winform' 카테고리의 다른 글

c# vertical tab  (0) 2020.11.26
c# rest API client  (0) 2020.11.25
c# winform double buffer  (2) 2020.11.19
c# textbox 수정은 불가능하게 선택은 가능하게  (0) 2020.11.18
c# label 오른쪽 정렬  (0) 2020.11.17
Posted by 구차니
프로그램 사용/gcc2020. 11. 24. 11:12

intel xeon Phi (KNL) 이나 Nvidia PTX 그리고 AMD HSAIL을 지원하는 predictive 라고 해도 먼 소리인지 모르겠다.

 

 

[링크 : https://gcc.gnu.org/wiki/Offloading]

[링크 : https://gcc.gnu.org/wiki/nvptx]

[링크 : https://gcc.gnu.org/wiki/OpenACC]

 

[링크 : https://repository.kisti.re.kr/bitstream/10580/6542/1/2014-147%20Slurm%20관리자%20이용자%20가이드.pdf]

'프로그램 사용 > gcc' 카테고리의 다른 글

gcc -march 옵션  (0) 2021.01.24
g++ 은 정적 빌드가 안되나?  (0) 2021.01.19
gcc 특정 영역만 최적화 하지 않게 하기  (0) 2020.10.21
gcc의 linker 옵션 은 가장 끝에  (0) 2019.06.21
c large file support  (0) 2019.06.21
Posted by 구차니
프로그램 사용/openHPC2020. 11. 24. 11:01

저번에 찾을때는 munge를 못본것 같은데 갑자기 나오네..

사용자 인증 서비스 라고 해야하나?

 

[링크 : https://wonwooddo.tistory.com/35]

[링크 : https://repository.kisti.re.kr/bitstream/10580/6542/1/2014-147%20Slurm%20관리자%20이용자%20가이드.pdf]

[링크 : https://linux.die.net/man/7/munge]

 

+

설치문서 보다 보니 slurm이 mysql과 연동하고

slurm이 munge를 통해서 사용자 인증을 받는 듯?

'프로그램 사용 > openHPC' 카테고리의 다른 글

클러스터 관리프로그램  (0) 2020.11.25
slurm 이기종  (0) 2020.11.25
slurm 사용법  (0) 2020.11.16
slurm gpu  (0) 2020.11.16
openBMC  (0) 2020.11.02
Posted by 구차니