Re: [OMPI users] mpi4py+OpenMPI: Qs about submitting bugs and examples

2016-11-07 Thread Dave Love
"r...@open-mpi.org" writes: >> Is this mailing list a good spot to submit bugs for OpenMPI? Or do I >> use github? > > You can use either - I would encourage the use of github “issues” when > you have a specific bug, and the mailing list for general questions I was told not to do that, and to se

Re: [OMPI users] mpi4py+OpenMPI: Qs about submitting bugs and examples

2016-11-01 Thread Jason Maldonis
Thanks for the responses, and it's great to know that you found the OMPIP bug in 2.x for dynamic process management. I tried some of the other MPI libraries for my project as well, but Open MPI seemed to be by far the best in terms of being bug-free for my code! Lisandro, I will subscribe and che

Re: [OMPI users] mpi4py+OpenMPI: Qs about submitting bugs and examples

2016-11-01 Thread Lisandro Dalcin
On 31 October 2016 at 20:39, Jason Maldonis wrote: > I may also submit bugs to mpi4py, but I don't yet know exactly where the > bugs are originating from. Do any of you know if github is the correct > place to submit bugs for mpi4py? > > https://bitbucket.org/mpi4py/mpi4py/issues You can also w

Re: [OMPI users] mpi4py+OpenMPI: Qs about submitting bugs and examples

2016-10-31 Thread r...@open-mpi.org
> On Oct 31, 2016, at 10:39 AM, Jason Maldonis wrote: > > Hello everyone, > > I am using mpi4py with OpenMPI for a simulation that uses dynamic resource > allocation via `mpi_spawn_multiple`. I've been working on this problem for > about 6 months now and I have some questions and potential b

[OMPI users] mpi4py+OpenMPI: Qs about submitting bugs and examples

2016-10-31 Thread Jason Maldonis
Hello everyone, I am using mpi4py with OpenMPI for a simulation that uses dynamic resource allocation via `mpi_spawn_multiple`. I've been working on this problem for about 6 months now and I have some questions and potential bugs I'd like to submit. Is this mailing list a good spot to submit bug