Class: Ignis::Collective::Algorithms::Ring::ChunkInfo
- Inherits:
-
Struct
- Object
- Struct
- Ignis::Collective::Algorithms::Ring::ChunkInfo
- Defined in:
- lib/nvruby/collective/algorithms/ring.rb
Overview
Chunk metadata for pipelining
Instance Attribute Summary collapse
-
#chunk_id ⇒ Object
Returns the value of attribute chunk_id.
-
#dst_rank ⇒ Object
Returns the value of attribute dst_rank.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#size ⇒ Object
Returns the value of attribute size.
-
#src_rank ⇒ Object
Returns the value of attribute src_rank.
Instance Attribute Details
#chunk_id ⇒ Object
Returns the value of attribute chunk_id
20 21 22 |
# File 'lib/nvruby/collective/algorithms/ring.rb', line 20 def chunk_id @chunk_id end |
#dst_rank ⇒ Object
Returns the value of attribute dst_rank
20 21 22 |
# File 'lib/nvruby/collective/algorithms/ring.rb', line 20 def dst_rank @dst_rank end |
#offset ⇒ Object
Returns the value of attribute offset
20 21 22 |
# File 'lib/nvruby/collective/algorithms/ring.rb', line 20 def offset @offset end |
#size ⇒ Object
Returns the value of attribute size
20 21 22 |
# File 'lib/nvruby/collective/algorithms/ring.rb', line 20 def size @size end |
#src_rank ⇒ Object
Returns the value of attribute src_rank
20 21 22 |
# File 'lib/nvruby/collective/algorithms/ring.rb', line 20 def src_rank @src_rank end |