At least one pair of MPI processes are unable to reach each other for MPI communications. This means that no Open MPI device has indicated that it can be used to communicate between these processes. This is an error; Open MPI requires that all MPI processes be able to reach each other. This error can sometimes be the result of forgetting to specify the "self" BTL.
Process 1 ([[19907,1],1]) is on host: MacBook-Pro-of-Bob
Process 2 ([[19907,1],0]) is on host: MacBook-Pro-of-Bob
BTLs attempted: self tcp vader
Your MPI job is now going to abort; sorry.
----------------------------------------------------------------------------------------------------------------------------------------------------
MPI_INIT has failed because at least one MPI process is unreachable from another. This *usually* means that an underlying communication plugin -- such as a BTL or an MTL -- has either not loaded or not allowed itself to be used. Your MPI job will now abort.
You may wish to try to narrow down the problem;
* Check the output of ompi_info to see which BTL/MTL plugins are available.
* Run your application with MPI_THREAD_SINGLE.
* Set the MCA parameter btl_base_verbose to 100 (or mtl_base_verbose, if using MTL-based communications) to see exactly which communication plugins were considered and/or discarded.
Best regards,
Bob
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dealii+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/6bcd4bd4-3af0-45f6-98de-5dd102d2fb6an%40googlegroups.com.
On 27. Jun 2021, at 22:37, bob bill <vef...@gmail.com> wrote:Dear Jean-Paul,Yes, I installed deal.II with the prepacked image file .dmg for macOS, but I used to compile my deal.II projects from command line, instead of using the dealii terminal. I've just noticed that if I use the dealii terminal, and try to run in parallel my dealii projects with mpirun, it works perfectly.If, instead, I use the usual command line, I got the error in my previous message, but I don't see any "summary.log" or "detailed.log" file.Best,Bob