This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
cluster:213 [2024/01/10 20:28] hmeij07 |
cluster:213 [2024/01/12 15:09] (current) hmeij07 |
||
---|---|---|---|
Line 223: | Line 223: | ||
# now make it an ohpc compute node | # now make it an ohpc compute node | ||
+ | # DO THIS on compute nodes BEFORE mounting ctt2:/opt | ||
+ | # pulls in newer version, potentail problem later on | ||
yum repolist | yum repolist | ||
rpm -ivh ohpc-release-2-1.el8.x86_64.rpm | rpm -ivh ohpc-release-2-1.el8.x86_64.rpm | ||
yum install singularity-ohpc | yum install singularity-ohpc | ||
yum install ohpc-base-compute --nobest | yum install ohpc-base-compute --nobest | ||
+ | yum install ohpc-slurm-client | ||
| | ||
scp cottontail2:/ | scp cottontail2:/ | ||
- | yum install ohpc-slurm-client | + | |
+ | |||
# check status of service munge | # check status of service munge | ||
rpm -ivh / | rpm -ivh / |