프로그램 사용/openHPC2020. 12. 2. 12:19

설치 문서를 보고 있는데 역시 개인이 가볍게(?) 설치할 만한 규모가 아니다.

 

문서에서는 최소 5대를 가지고 설치해야 하는데

그나마도 lustre같은 파일 시스템이 아닌 nfs로 구성하는 것이고

lustre나 BeeGFS 분산파일 시스템 추가되면 최소 2대 이상이 더 필요해진다.

 

마스터 노드와 컴퓨트 노드 총 5대로 구성을 하고

마스터 노드는 SMS(System Management Server)와 프로비저닝(warewulf)을 제공한다.

1.2 Requirements/Assumptions
This installation recipe assumes the availability of a single head node master, and four compute nodes.The master node serves as the overall system management server (SMS) and is provisioned with CentOS 8.2 and is subsequently configured to provision the remaining compute nodes with Warewulf in a stateless configuration. The terms master and SMS are used interchangeably in this guide. For power management, we assume that the compute node baseboard management controllers (BMCs) are available via IPMI from the chosen master host. For file systems, we assume that the chosen master server will host an NFS file system that is made available to the compute nodes. Installation information is also discussed to optionally mount a parallel file system and in this case, the parallel file system is assumed to exist previously

 

HPC systems rely on synchronized clocks throughout the system and the NTP protocol can be used to facilitate this synchronization

 

[링크 : https://github.com/openhpc/ohpc/releases/download/v2.0.GA/Install_guide-CentOS8-Warewulf-SLURM-2.0-x86_64.pdf]

 

 

[링크 : https://www.admin-magazine.com/HPC/Articles/warewulf_cluster_manager_completing_the_environment]

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

ipmi simulator  (0) 2020.12.02
IPoIB - IP over InfiniBand , OFED, PSM  (0) 2020.12.02
warewulf  (0) 2020.11.26
openHPC  (0) 2020.11.25
beowulf 프로그램은 없다  (0) 2020.11.25
Posted by 구차니

호스트 IP를 비워두니 작동을 안한다.

localhost로 될진 모르겠지만 IP 라고 하니 일단은 127.0.0.1로 입력하니 작동함

 

[링크 : https://www.nemonein.xyz/2020/01/3048/]

Posted by 구차니

특이하게 파일 - 네트워크 작업 관리자가 아니라

파일 - 환경설정으로 가야하네?

 

 

 

가상머신 설정

 

이렇게 설정해주면 다른 가상머신도

virtualbox의 NAT network 하나에 연결이 된다.

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

virtualbox PXE boot  (0) 2020.12.02
virtualbox NAT port forward 설정  (0) 2020.12.02
virtual box headless mode  (0) 2020.11.10
virtualbox 전체화면 적용할 모니터 고르기  (0) 2020.09.11
virtualbox headless  (0) 2019.07.15
Posted by 구차니
Linux/centos2020. 12. 2. 10:29

minimal 버전으로 설치하긴 했는데 네트워크 넘겼는지 기억이 나지 않는다 -_ㅠ

virtual box에서 NAT로 설정하고 설치를 했는데 네트워크가 잡히지 않아서 확인해보니

nmcli유틸을 이용해서 네트워크를 올려주어야 한다.

$ sudo nmcli connection down enp1s0 && sudo nmcli connection up enp1s0

[링크 : https://linuxconfig.org/rhel-8-configure-static-ip-address]

 

위에대로 하면 1회성에 한해 네트워크 설정이 잡히는데

다시 설정 파일을 보니 ONBOOT=no로 되어있었다.

 

 

$ sudo vi /etc/sysconfig/network-script/ifcfg-enp0s3
ONBOOT=yes
#ONBOOT=no

[링크 : https://www.lesstif.com/system-admin/centos-network-centos-static-ip-13631535.html]

 

아니 이런건 기본값이 yes로 해달란 말이야.. ㅠㅠ

'Linux > centos' 카테고리의 다른 글

centos 8.3-2011 용량이 많이 늘었나?  (0) 2020.12.14
centos stream?  (0) 2020.12.10
ls 퍼미션에 .의 의미  (0) 2020.04.01
centos7 minimal / X11 사용하기  (0) 2020.02.04
리눅스 로그인 실패 로그  (2) 2019.07.07
Posted by 구차니
개소리 왈왈/컴퓨터2020. 12. 1. 22:05

어떻게 설정을 하던 4k60p가 안나온다(GT1030 꽂아도)

그리고 글씨가 번지는게 여전한데 어떻게 설정을 하던 안되는 걸 봐서는

리모컨을 사서 팩토리모드 들어가서 설정을 해야만 하는건가 싶네.. 후..

'개소리 왈왈 > 컴퓨터' 카테고리의 다른 글

티비 스탠드 왔는데..  (4) 2020.12.02
무선 디스플레이 사용해봄  (0) 2020.12.02
43인치 UHD 구매  (0) 2020.11.30
뜬금없는 꽃게님..  (2) 2020.11.23
G4600 + GT1030 소비전력  (0) 2020.11.20
Posted by 구차니

SOI xFF xD8

 

JFIF-APP0 xFF xE0

DQT (discrete qunatunization table?) * 2 xFF xDB

SOF0 (Start of DCT Fram 0) xFF xC0

DHT (Huffman Table) * 4 xFF xC4

 

SOS (Start Of Scan) xFF xDA

EOI (End of Image) xFF xD9

[링크 : https://nightohl.tistory.com/entry/JPEG-헤더-구조]

 

 

윈도우 그림판으로 jpg 저장해서 분석한 내용

[링크 : https://cyber.meme.tips/jpdump/]

'이론 관련 > 2D 그래픽 관련' 카테고리의 다른 글

코사인 유사도  (0) 2025.08.14
retinex 알고리즘  (0) 2022.01.20
영상처리 관련 링크 기술  (0) 2017.04.19
HDRi / HDRI (High dynamic range imaging)  (0) 2011.04.29
BDF - Bitmap Distribution Format  (0) 2011.04.28
Posted by 구차니
개소리 왈왈/컴퓨터2020. 11. 30. 18:45

중고로 사왔는데

화면이 긁힌건 알았지만 흰색만 봤더니 반대로 검은색이 안나오도록

편광필름이 긁혔을줄은 상상도 못했네

일단 21.5인치 쓰다가 43인치 오니 대박 넓다 ㅋㅋㅋ

 

리모컨은 별매인데 제조사(?)가 안팔고 뜬금없이 네이버 쇼핑 알려주질 않나

스탠드 형인데 스탠드가 없어서 구매하려니 택배포함 2.3만 공장에서 바로보내준다고

(근데 전화도 드럽게 안 받고, 인수인계도 잘 안된듯)

 

일단 중요한건

1. 8만원 에 중고로 나왔다는 것

2. 1.6km를 걸어서 왕복해 들고 왔다는 건(들고다닐만 하네)

3. 소비전력은 대충 70W

4. 모니터 켜지는데 12초.. ㄷㄷ

[링크 : http://prod.danawa.com/info/?pcode=4945699] M43ACS

 

 

 

+

리모컨이 없는데 1147.. 흐음. .풀레인지랑 샤프니스 빼줄 수 없는건가 ㅠㅠ

[링크 : https://blog.naver.com/seunghwan08/221634213994]

[링크 : https://www.etoland.co.kr/bbs/board.php?bo_table=game&wr_id=1549588&cwin=1]

'개소리 왈왈 > 컴퓨터' 카테고리의 다른 글

무선 디스플레이 사용해봄  (0) 2020.12.02
UHD HDMI 케이블 문제? 아니면.. 리모컨 없는 죄?  (0) 2020.12.01
뜬금없는 꽃게님..  (2) 2020.11.23
G4600 + GT1030 소비전력  (0) 2020.11.20
55 uhd ycbcr420  (0) 2020.11.20
Posted by 구차니
embeded/raspberry pi2020. 11. 29. 22:27

1880 포트로 접속하면 된다.

$ sudo apt-get update; sudo apt-get upgrade
$ sudo apt-get install nodered
$ node-red-start
$ systemctl status nodered
● nodered.service - Node-RED graphical event wiring tool
   Loaded: loaded (/lib/systemd/system/nodered.service; disabled; vendor preset:
   Active: active (running) since Sun 2020-11-29 13:25:33 GMT; 45s ago
     Docs: http://nodered.org/docs/hardware/raspberrypi.html
 Main PID: 6044 (node-red)
    Tasks: 11 (limit: 2065)
   CGroup: /system.slice/nodered.service
           └─6044 node-red

'embeded > raspberry pi' 카테고리의 다른 글

node-red UI bashboard  (0) 2020.12.08
rpi node-red  (0) 2020.12.07
간만에 라즈베리 + 포맷?  (0) 2020.11.29
라즈베리 파이 3B 환상이 너무 컸나?  (0) 2020.10.25
rpi bt ble advertise mode(beacon)  (0) 2020.10.12
Posted by 구차니
embeded/raspberry pi2020. 11. 29. 20:05

라즈베리 가지고 무언가 만들려고 하는데

환경을 다시 하려니 엄청 귀찮다.

 

노트북도 ADATA에서 삼성 SSD로 바꾸어서 포맷하려는데

역시 ubuntu  받아야 해서 귀찮다 ㅠㅠ

'embeded > raspberry pi' 카테고리의 다른 글

rpi node-red  (0) 2020.12.07
node-red rpi  (0) 2020.11.29
라즈베리 파이 3B 환상이 너무 컸나?  (0) 2020.10.25
rpi bt ble advertise mode(beacon)  (0) 2020.10.12
rpi voip  (0) 2020.09.22
Posted by 구차니

어제 새벽 12시에 드론 팔고 2만원 받고

오늘 아침 침대 버린다고 2만원 돌려막고

 

...

 

요즘 근래 계속 돈 들어 오면 바로 나갈일이 생기는데

땜빵 잘하고 있으니 금전운이 있는건지

들어오자 마자 나가니 금전운이 없는건지 모르겠다

'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글

내일부터는 휴가  (0) 2020.12.29
드디어 퇴직금 정산 끝  (0) 2020.12.21
편의점 택배 처음 써봄  (4) 2020.11.15
문득 일에 대한 고민  (0) 2020.11.13
민방위 교육 받기 힘드네 -_-  (0) 2020.10.11
Posted by 구차니