bes  Updated for version 3.20.10
dmrpp::one_chunk_args Struct Reference

Single argument structure for a thread that will process a single Chunk for a constrained array. Utilized as an argument to std::async() More...

#include <SuperChunk.h>

Collaboration diagram for dmrpp::one_chunk_args:
Collaboration graph

Public Member Functions

 one_chunk_args (const string sc_id, std::shared_ptr< Chunk > c, DmrppArray *a, const vector< unsigned long long > &a_s)
 

Public Attributes

DmrppArrayarray
 
const vector< unsigned long long > & array_shape
 
std::shared_ptr< Chunkchunk
 
std::string parent_super_chunk_id
 
std::thread::id parent_thread_id
 

Detailed Description

Single argument structure for a thread that will process a single Chunk for a constrained array. Utilized as an argument to std::async()

Definition at line 105 of file SuperChunk.h.


The documentation for this struct was generated from the following file: