-
Notifications
You must be signed in to change notification settings - Fork 2
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
#42: Zoltan: Assess MPI_COMM_WORLD usage and implement a getter #48
#42: Zoltan: Assess MPI_COMM_WORLD usage and implement a getter #48
Conversation
35aac90
to
50a1677
Compare
69ad444
to
9dfddc4
Compare
@JacobDomagala @stmcgovern Zoltan contains also a directory called |
Thanks for picking this up @thearusable . In my opinion, I think that we should not touch siMPI. |
…iver and fdriver directories
bbf804a
to
1ba29cd
Compare
@JacobDomagala The global comm header is installed properly |
Fixes #42
This is still a work in progress.
This PR includes:
MPI_Comm_Default()
to return currentlyMPI_COMM_WORLD
MPI_Comm_Default()
instead ofMPI_COMM_WORLD
insrc/zoltan/src/driver
,src/zoltan/src/fdriver
,src/zoltan/src/util/memory_usage
,src/zoltan/src/util/network_topology
,src/zoltan/src/Utilities/Timer
,src/zoltan/src/Utilities/Communication
,src/zoltan/src/Utilities/Memory
,src/zoltan/src/ch
,src/zoltan/src/hier
,src/zoltan/src/lb
,src/zoltan/src/order
,src/zoltan/src/phg
,src/zoltan/src/tpls
,src/zoltan/src/zz
and developer README.