Skip to content

Commit 68d2053

Browse files
committed
[Documentation] Add note to explain that we do not start Fabric Manager on GB200 because it does not actually need it.
1 parent 6c17bff commit 68d2053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-platform/resources/fabric_manager/partial/_fabric_manager_common.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
end
3131

3232
action :configure do
33-
# Start nvidia fabric manager on NVSwitch enabled systems
33+
# Start nvidia fabric manager on NVSwitch enabled systems, except for GB200 which does not need it
3434
if get_nvswitches > 1 && !is_gb200_node?
3535
service 'nvidia-fabricmanager' do
3636
action %i(start enable)

0 commit comments

Comments
 (0)