본문 바로가기

HPC

MUNGE

https://dun.github.io/munge/

 

MUNGE by dun

MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating and validating credentials. It is designed to be highly scalable for use in an HPC cluster environment. It allows a process to authenticate the UID and GID of another local or rem

dun.github.io

 

의존성 해결 먼저

sudo apt install libgcrypt20-dev libssl-dev libbz2-dev zlib1g-dev pkg-config
tar xJf munge-0.5.16.tar.xz

 

  $ ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
     --localstatedir=/var \
     --runstatedir=/run
  $ make
  $ make check
  $ sudo make install

 

make check 과정에서 에러가 쏟아져 나오는데, slurm 사용을 위한 것이라면 그냥 무시해도 좋다고 한다.

 

'HPC' 카테고리의 다른 글

AMD머신에 AOCL 설치  (0) 2025.05.02
SLURM  (0) 2025.05.01
AMD머신에 AOCC 설치  (0) 2025.05.01
Mellanox Connect-X  (0) 2025.05.01
Setup Process_AMD Based Machine  (0) 2025.05.01