Skip to content

Commit ca96988

Browse files
authored
Update slurm_install.md
1 parent 15f2ca8 commit ca96988

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/slurm_install.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ make -j $CORES
7474
make install
7575
```
7676

77-
5. check
77+
6. check
7878
/usr/sbin/slurmd
7979
plugin so:
8080
/usr/local/lib/slurm
8181

82-
6. slurm auth
82+
7. slurm auth
8383
```
8484
mkdir -p /var/spool/slurm
8585
chown slurm: /var/spool/slurm
@@ -91,17 +91,17 @@ mkdir -p /var/spool/slurm/ctld/
9191
cp $llm-scheduler-api/slurm/jwt_hs256.key /var/spool/slurm/ctld/
9292
```
9393

94-
7. refer $llm-scheduler-api/slurm/conf and configure /etc/slurm/slurm.conf, /etc/slurm/slurmdbd.conf, /etc/slurm/slurmrestd.conf
95-
6. start slrum daemon on every node
94+
8. refer $llm-scheduler-api/slurm/conf and configure /etc/slurm/slurm.conf, /etc/slurm/slurmdbd.conf, /etc/slurm/slurmrestd.conf
95+
9. start slrum daemon on every node
9696
```
9797
slurmdbd
9898
slurmd
9999
slurmctrl
100100
```
101101

102-
7. config ldap for all nodes: https://computingforgeeks.com/how-to-configure-ubuntu-as-ldap-client/
102+
10. config ldap for all nodes: https://computingforgeeks.com/how-to-configure-ubuntu-as-ldap-client/
103103

104-
8. start slurm slurmrestd in head node and configure slurm api to .env
104+
11. start slurm slurmrestd in head node and configure slurm api to .env
105105
```
106106
slurmrestd -f /etc/slurm/slurmrestd.conf -a rest_auth/jwt 0.0.0.0:3000 -vvvv 2>&1 >> slurm.log &
107-
```
107+
```

0 commit comments

Comments
 (0)