#include <parallel.cpp>
Go to the source code of this file.
Namespaces | |
namespace | FrameTL |
Defines | |
#define | NBLOCKS 2 |
#define | MASTER 0 |
Functions | |
void | FrameTL::setup_coefficient_datatype () |
template<class PROBLEM > | |
void | FrameTL::send_to_Master (const InfiniteVector< double, typename PROBLEM::Index > &v) |
template<class PROBLEM > | |
void | FrameTL::receive_all_parts (const PROBLEM &P, InfiniteVector< double, typename PROBLEM::Index > &v) |
template<class PROBLEM > | |
void | FrameTL::broadcast_vec_from_Master (const PROBLEM &P, InfiniteVector< double, typename PROBLEM::Index > &v) |
void | FrameTL::broadcast_double_from_Master (double &d) |
Variables | |
MPI_Datatype | FrameTL::coefficient_datatype |