Class: Ignis::Collective::Algorithms::TopologyRouter::SwitchGroup

Inherits:
Struct
  • Object
show all
Defined in:
lib/nvruby/collective/algorithms/topology_router.rb

Overview

Switch group for routing

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidth_gbpsObject

Returns the value of attribute bandwidth_gbps

Returns:

  • (Object)

    the current value of bandwidth_gbps



17
18
19
# File 'lib/nvruby/collective/algorithms/topology_router.rb', line 17

def bandwidth_gbps
  @bandwidth_gbps
end

#gpu_idsObject

Returns the value of attribute gpu_ids

Returns:

  • (Object)

    the current value of gpu_ids



17
18
19
# File 'lib/nvruby/collective/algorithms/topology_router.rb', line 17

def gpu_ids
  @gpu_ids
end

#switch_idObject

Returns the value of attribute switch_id

Returns:

  • (Object)

    the current value of switch_id



17
18
19
# File 'lib/nvruby/collective/algorithms/topology_router.rb', line 17

def switch_id
  @switch_id
end