Skip to content

Commit

Permalink
Update OpenHPC Cluster Building (v3.0-Rocky9 Base OS).md
Browse files Browse the repository at this point in the history
중복되어 삭제되는 값 변경.
  • Loading branch information
cheekykite committed May 28, 2024
1 parent 0d4148a commit 7c799f7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ perl -pi -e "s/ClusterName=\S+/ClusterName=${CLUSTER_NAME}/" \
/etc/slurm/slurm.conf

# 중복된 설정값 2개중 1개 제거
sed -i '/jobcomp\/none/d' /etc/slurm/slurm.conf
sed -i 's/ReturnToService=1/d' /etc/slurm/slurm.conf
echo "ReturnToService=1" >> /etc/slurm/slurm.conf

# 누락된 CR_Core 옵션 추가.
echo "SelectTypeParameters=CR_Core" >> /etc/slurm/slurm.conf
Expand Down

0 comments on commit 7c799f7

Please sign in to comment.