Skip to content

Commit 407b170

Browse files
authored
Merge pull request #412 from NVIDIA/ubuntu-precompiled-nvlink5
[ubuntu-precompiled][NVlink5] update FM startup scripts to support latest drivers
2 parents 4773e72 + 390b3f6 commit 407b170

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ubuntu22.04/precompiled/nvidia-driver

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,11 @@ _load_driver() {
184184
fm_pid_file=/var/run/nvidia-fabricmanager/nv-fabricmanager.pid
185185
nvlsm_config_file=/usr/share/nvidia/nvlsm/nvlsm.conf
186186
nvlsm_pid_file=/var/run/nvidia-fabricmanager/nvlsm.pid
187-
/usr/bin/nvidia-fabricmanager-start.sh $fm_config_file $fm_pid_file $nvlsm_config_file $nvlsm_pid_file
187+
/usr/bin/nvidia-fabricmanager-start.sh --mode start \
188+
--fm-config-file $fm_config_file \
189+
--fm-pid-file $fm_pid_file \
190+
--nvlsm-config-file $nvlsm_config_file \
191+
--nvlsm-pid-file $nvlsm_pid_file
188192

189193
# If not a NVLink5+ switch, check for the presence of NVLink4 (or below) switches
190194
elif _assert_nvswitch_system; then

ubuntu24.04/precompiled/nvidia-driver

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,11 @@ _load_driver() {
184184
fm_pid_file=/var/run/nvidia-fabricmanager/nv-fabricmanager.pid
185185
nvlsm_config_file=/usr/share/nvidia/nvlsm/nvlsm.conf
186186
nvlsm_pid_file=/var/run/nvidia-fabricmanager/nvlsm.pid
187-
/usr/bin/nvidia-fabricmanager-start.sh $fm_config_file $fm_pid_file $nvlsm_config_file $nvlsm_pid_file
187+
/usr/bin/nvidia-fabricmanager-start.sh --mode start \
188+
--fm-config-file $fm_config_file \
189+
--fm-pid-file $fm_pid_file \
190+
--nvlsm-config-file $nvlsm_config_file \
191+
--nvlsm-pid-file $nvlsm_pid_file
188192

189193
# If not a NVLink5+ switch, check for the presence of NVLink4 (or below) switches
190194
elif _assert_nvswitch_system; then

0 commit comments

Comments
 (0)