Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combi dyn split -- non-uniform distributions of full grids onto process groups #104

Open
wants to merge 53 commits into
base: main
Choose a base branch
from

Conversation

freifrauvonbleifrei
Copy link
Contributor

No description provided.

Alfredo Hinojosa and others added 30 commits March 1, 2017 11:13
Conflicts:
	distributedcombigrid/examples/gene_distributed/src/manager.cpp
it's nonsensical to send communicators to other processes.
Since setApplicationComm is never actually used, we can assume
applicationCommSet_ = false and remove
the purpose of this change is the make it simpler to switch to
something like ::boost::mpi::communicator later on. OOP will
make it easier to track who owns stuff and to cache communicator
properties like size/rank
pretty low level code. Internally in Sim_FT a MPI_Comm is used anyway.
The idea is that it might be possible to extract code as in
if(ENABLE_FT) by just using a special CommunicatorType.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants