|
MADNESS 0.10.1
|
A pmap that spatially decomposes the domain and by default slightly overdcomposes to attempt to load balance. More...


Public Member Functions | |
| PartitionPmap () | |
| PartitionPmap (size_t nproc, const Level target_level=0) | |
| ProcessID | owner (const Key< 3 > &key) const |
| Find the owner of a given key. | |
Public Member Functions inherited from madness::WorldDCPmapInterface< Key< 3 > > | |
| virtual | ~WorldDCPmapInterface () |
| void | deregister_callback (ptrT ptr) |
| Deregisters object for receipt of redistribute callbacks. | |
| virtual DistributionType | distribution_type () const |
| by default the map is distributed | |
| std::size_t | global_size (World &world) const |
| Counts global number of entries in all containers associated with this process map. | |
| std::size_t | local_size () const |
| Counts local number of entries in all containers associated with this process map. | |
| virtual void | print () const |
| void | print_data_sizes (World &world, const std::string msg="") const |
| Prints size info to std::cout. | |
| void | redistribute (World &world, const std::shared_ptr< WorldDCPmapInterface< Key< 3 > > > &newpmap) |
| Invoking this switches all registered objects from this process map to the new one. | |
| void | register_callback (ptrT ptr) |
| Registers object for receipt of redistribute callbacks. | |
Private Attributes | |
| const int | nproc |
| Level | target_level |
Additional Inherited Members | |
Public Types inherited from madness::WorldDCPmapInterface< Key< 3 > > | |
| typedef WorldDCRedistributeInterface< Key< 3 > > * | ptrT |
A pmap that spatially decomposes the domain and by default slightly overdcomposes to attempt to load balance.
|
inline |
References nproc, p(), and target_level.
Find the owner of a given key.
Implements madness::WorldDCPmapInterface< Key< 3 > >.
References madness::Key< NDIM >::hash(), madness::Key< NDIM >::level(), nproc, madness::Key< NDIM >::parent(), and target_level.
|
private |
Referenced by PartitionPmap(), and owner().
|
private |
Referenced by PartitionPmap(), and owner().