Skip to content

slurm 노드 설정 오류 #130

Description

@jhgoh

slurm 노드 설정에 오류가 있어 CPU를 절반만 사용하게 되어 있었음.

각 노드별 slurmd -C 로 각 노드별 정보를 다시 구한 뒤 /etc/slurm/slurm.conf 에 반영 후 각 노드로 전파함.
이후 잘 적용된 것으로 보임.

주된 문제는 socket수 설정을 입력하지 않고 넣으면서 미스매치 발생한 것으로 보임.

이전:

[root@hep:~]# cat /etc/slurm/slurm.conf | grep entei
NodeName=entei Weight=100 CPUs=128 RealMemory=512000 State=Unknown

이후:

[root@hep:slurm]# cat /etc/slurm/slurm.conf | grep entei
NodeName=entei Weight=100 CPUs=128 Boards=1 SocketsPerBoard=2 CoresPerSocket=32 ThreadsPerCore=2 RealMemory=512000 State=Unknown

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    incidentSomething isn't working

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions