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

Remove MPI_COMM_WORLD references #27

Open
jorblancoa opened this issue Apr 14, 2022 · 0 comments
Open

Remove MPI_COMM_WORLD references #27

jorblancoa opened this issue Apr 14, 2022 · 0 comments
Labels
good first issue Good for newcomers

Comments

@jorblancoa
Copy link
Collaborator

The main communicator should be received as parameter from the simulator.

A good place would be to add an extra parameter in the sonata_setup_communicators(MPI_Comm main_comm) method

void sonata_setup_communicators() {

CoreNEURON and py-neurodamus core submodule would need to be adapted also:
https://github.com/BlueBrain/CoreNeuron/blob/d0cf5503f1f41fb7d313722e800e306a596bd3b3/coreneuron/io/reports/nrnreport.cpp#L63
https://bbpgitlab.epfl.ch/hpc/sim/neurodamus-core/-/blob/main/mod/SonataReportHelper.mod#L86

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant