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

Cluster parallel simulation #1817

Closed
jiaduxie opened this issue Oct 28, 2020 · 1 comment
Closed

Cluster parallel simulation #1817

jiaduxie opened this issue Oct 28, 2020 · 1 comment
Assignees
Labels
I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) S: Normal Handle this with default priority T: Discussion Still searching for the right way to proceed / suggestions welcome

Comments

@jiaduxie
Copy link

Hi,jarsi,I am now simulating a small network for testing on two machines, and run it with the following command. It seems that the two machines run by themselves without interaction,running your own.

mpirun.mpich -np 2 -host work0,work1 python ./multi_test.py

Can nest simulate a network in a multi-node cluster environment? If yes, how do the nodes exchange data?

@stinebuu stinebuu added I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) S: Normal Handle this with default priority T: Discussion Still searching for the right way to proceed / suggestions welcome labels Oct 28, 2020
@jarsi
Copy link
Contributor

jarsi commented Oct 28, 2020

Yes, NEST is very well capable of simulating networks in a multi-node environment. I guess your question is related to the question you poster in the multi-area model issues.

What you are describing should not happen. NEST should not run two independent copies which do not interact with each other. The copies should interact with each other and distribute the workload. Usually this should work out of the box when installing NEST with mpi support. It would be important to know what job scheduler your system runs. And what is inside the hostfiles?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) S: Normal Handle this with default priority T: Discussion Still searching for the right way to proceed / suggestions welcome
Projects
None yet
Development

No branches or pull requests

3 participants