Class: Ignis::Collective::Algorithms::TopologyRouter::SwitchGroup
- Inherits:
-
Struct
- Object
- Struct
- Ignis::Collective::Algorithms::TopologyRouter::SwitchGroup
- Defined in:
- lib/nvruby/collective/algorithms/topology_router.rb
Overview
Switch group for routing
Instance Attribute Summary collapse
-
#bandwidth_gbps ⇒ Object
Returns the value of attribute bandwidth_gbps.
-
#gpu_ids ⇒ Object
Returns the value of attribute gpu_ids.
-
#switch_id ⇒ Object
Returns the value of attribute switch_id.
Instance Attribute Details
#bandwidth_gbps ⇒ Object
Returns the value of attribute bandwidth_gbps
17 18 19 |
# File 'lib/nvruby/collective/algorithms/topology_router.rb', line 17 def bandwidth_gbps @bandwidth_gbps end |
#gpu_ids ⇒ Object
Returns the value of attribute gpu_ids
17 18 19 |
# File 'lib/nvruby/collective/algorithms/topology_router.rb', line 17 def gpu_ids @gpu_ids end |
#switch_id ⇒ Object
Returns the value of attribute switch_id
17 18 19 |
# File 'lib/nvruby/collective/algorithms/topology_router.rb', line 17 def switch_id @switch_id end |