Class: Ignis::Collective::Algorithms::Ring::ChunkInfo

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

Overview

Chunk metadata for pipelining

Instance Attribute Summary collapse

Instance Attribute Details

#chunk_idObject

Returns the value of attribute chunk_id

Returns:

  • (Object)

    the current value of chunk_id



20
21
22
# File 'lib/nvruby/collective/algorithms/ring.rb', line 20

def chunk_id
  @chunk_id
end

#dst_rankObject

Returns the value of attribute dst_rank

Returns:

  • (Object)

    the current value of dst_rank



20
21
22
# File 'lib/nvruby/collective/algorithms/ring.rb', line 20

def dst_rank
  @dst_rank
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



20
21
22
# File 'lib/nvruby/collective/algorithms/ring.rb', line 20

def offset
  @offset
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



20
21
22
# File 'lib/nvruby/collective/algorithms/ring.rb', line 20

def size
  @size
end

#src_rankObject

Returns the value of attribute src_rank

Returns:

  • (Object)

    the current value of src_rank



20
21
22
# File 'lib/nvruby/collective/algorithms/ring.rb', line 20

def src_rank
  @src_rank
end