We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58cc62 commit 4b1cd04Copy full SHA for 4b1cd04
cookbooks/aws-parallelcluster-platform/resources/fabric_manager/partial/_fabric_manager_common.rb
@@ -30,7 +30,7 @@
30
end
31
32
action :configure do
33
- # Start nvidia fabric manager on NVSwitch enabled systems
+ # Start nvidia fabric manager on NVSwitch enabled systems, except for GB200 which does not need it
34
if get_nvswitches > 1 && !is_gb200_node?
35
service 'nvidia-fabricmanager' do
36
action %i(start enable)
0 commit comments