File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,12 @@ make -j $CORES
74
74
make install
75
75
```
76
76
77
- 5 . check
77
+ 6 . check
78
78
/usr/sbin/slurmd
79
79
plugin so:
80
80
/usr/local/lib/slurm
81
81
82
- 6 . slurm auth
82
+ 7 . slurm auth
83
83
```
84
84
mkdir -p /var/spool/slurm
85
85
chown slurm: /var/spool/slurm
@@ -91,17 +91,17 @@ mkdir -p /var/spool/slurm/ctld/
91
91
cp $llm-scheduler-api/slurm/jwt_hs256.key /var/spool/slurm/ctld/
92
92
```
93
93
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
96
96
```
97
97
slurmdbd
98
98
slurmd
99
99
slurmctrl
100
100
```
101
101
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/
103
103
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
105
105
```
106
106
slurmrestd -f /etc/slurm/slurmrestd.conf -a rest_auth/jwt 0.0.0.0:3000 -vvvv 2>&1 >> slurm.log &
107
- ```
107
+ ```
You can’t perform that action at this time.
0 commit comments