-
Notifications
You must be signed in to change notification settings - Fork 37
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
Unable to determine process rank #64
Comments
I'll look at this tomorrow. Meanwhile, is it possible for you to use OpenMPI? In Debian-like distributions, you typically install the packages openmpi-bin and libopenmpi-dev. |
(Also, did you really write --music-confing on the command line, or did this just happen when writing the issue text?) |
Thanks! Openmpi used to give me issues with some other software I also need, but I can try again. As for your other question; there was indeed a typo in the command, but resolving the typo did not solve the problem (I get the very same error). |
The MUSIC example works with OpenMPI! No issue with both the following commands:
OpenMPI is fine with my personal situation, but the issue seems to remain if one needs to use the mpich implementation of MPI. |
I am trying to execute the simple MUSIC demo example from the nest tutorial, but I get the following error:
I get a little more information by trying to run the example without using the music binary:
The README says this is likely due to an unexpected version of MPI, but I am not sure how to solve it. I am running mpich 3.3~a2-4, and nest-2.18.0 (installed with music and mpi) on Ubuntu 16.04. Thanks in advance.
The text was updated successfully, but these errors were encountered: