|
MPQC 3.0.0-alpha
|
Provides information about how blocks are distributed onto processes. More...
#include <chemistry/qc/lmp2/parallel.h>
Public Member Functions | |
| virtual int | block_to_node (const BlockInfo< N > &b) const =0 |
| Given a block, returns the node on which it resides. | |
Provides information about how blocks are distributed onto processes.
|
pure virtual |
Given a block, returns the node on which it resides.
Implemented in sc::sma2::CompleteBlockDistrib< N >, and sc::sma2::PairBlockDistrib< N >.
Referenced by sc::sma2::Array< N >::distributed_from_distributed().