MADNESS 0.10.1
Functions
test_memory_measurement.cc File Reference
#include <madness/mra/memory_measurement.h>
#include <madness/mra/mra.h>
Include dependency graph for test_memory_measurement.cc:

Functions

static std::shared_ptr< Worldcreate_worlds (World &universe, const std::size_t nsubworld)
 
int main (int argc, char **argv)
 
template<std::size_t NDIM>
int test_size (World &world)
 

Function Documentation

◆ create_worlds()

static std::shared_ptr< World > create_worlds ( World universe,
const std::size_t  nsubworld 
)
static

for each process create a world using a communicator shared with other processes by round-robin copy-paste from test_world.cc

References madness::WorldMpiInterface::comm(), madness::WorldGopInterface::fence(), madness::World::gop, madness::World::mpi, madness::World::rank(), and SafeMPI::Intracomm::Split().

Referenced by test_size().

◆ main()

int main ( int  argc,
char **  argv 
)

◆ test_size()

template<std::size_t NDIM>
int test_size ( World world)