struct gather_receive_instruction_record
Declaration
struct gather_receive_instruction_record : public implement_acceptor { /* full declaration omitted */ };
Description
IDAG record type for a gather_receive_instruction
.
Inherits from: implement_acceptor
Member Variables
- detail::transfer_id transfer_id
- std::string buffer_name
- detail::allocation_id allocation_id
- size_t node_chunk_size
- box<3> gather_box
- size_t num_nodes
Member Function Overview
- gather_receive_instruction_record(const gather_receive_instruction & grinstr, std::string buffer_name, const box<3> & gather_box, size_t num_nodes)
Member Functions
¶gather_receive_instruction_record(
const gather_receive_instruction& grinstr,
std::string buffer_name,
const box<3>& gather_box,
size_t num_nodes)
gather_receive_instruction_record(
const gather_receive_instruction& grinstr,
std::string buffer_name,
const box<3>& gather_box,
size_t num_nodes)
Parameters
- const gather_receive_instruction& grinstr
- std::string buffer_name
- const box<3>& gather_box
- size_t num_nodes