MADNESS 0.10.1
|
Functions | |
static std::shared_ptr< World > | create_worlds (World &universe, const std::size_t nsubworld) |
int | main (int argc, char **argv) |
template<std::size_t NDIM> | |
int | test_size (World &world) |
|
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().
int main | ( | int | argc, |
char ** | argv | ||
) |
References madness::WorldGopInterface::fence(), madness::finalize(), madness::World::gop, madness::initialize(), k, L, madness::print(), madness::FunctionDefaults< NDIM >::set_cubic_cell(), madness::FunctionDefaults< NDIM >::set_k(), madness::FunctionDefaults< NDIM >::set_thresh(), madness::startup(), and thresh.
int test_size | ( | World & | world | ) |