Re: [OMPI devel] 2.0.2 SRPM in "install_in_opt" configuration creates file outside /opt

2017-04-04 Thread Kevin Buckley
On 5 April 2017 at 13:01, Kevin Buckley wrote: > I also note that as things stand, the Relocation is used for all > files except the Environment Module file, resulting from the > rpmbuild beig done as follows > > --define 'install_shell_scripts 1' \ > --define 'install_modulefile 1' \ >

Re: [OMPI devel] 2.0.2 SRPM in "install_in_opt" configuration creates file outside /opt

2017-04-04 Thread Kevin Buckley
Just in case anyone is interested in following this, I'll try and document what I'm doing here I have a forked repo and added a branch here https://github.com/vuw-ecs-kevin/ompi/tree/make-specfile-scl-capable and have applied a series of small changes that allow for the building of an RPM that a

Re: [OMPI devel] bug in MPI_Comm_accept?

2017-04-04 Thread r...@open-mpi.org
There is a particular use-case that is not currently supported, but will be fixed as time permits. Jobs launched by the same mpirun can currently execute MPI_Comm_connect/accept. > On Apr 4, 2017, at 5:33 AM, Kawashima, Takahiro > wrote: > > I filed a PR against v1.10.7 though v1.10.7 may no

[OMPI devel] Open MPI WebEx:

2017-04-04 Thread Geoffrey Paulsen
WebEx: https://cisco.webex.com/ciscosales/j.php?MTID=me125278da54f7bbeb722fc30d5b73a2f   Agenda / Minutes: https://github.com/open-mpi/ompi/wiki/WeeklyTelcon_20170404   + MTT testing of Master ---Geoffrey PaulsenSoftware Engineer, IBM Spectrum MPIPhone: 720-349-2832Email: gpaul...@us.ibm.comwww.ibm

Re: [OMPI devel] Print-related error when using f2py-wrapped, mpif90-compiled module in python

2017-04-04 Thread Austin Herrema
> > on your system where compilation fails with mpif90, you can > mpif90 --showme ... > in order to get the gfotran command line that is used by the wrapper > then you can compare it to your own gfortran command line that is working, > and then try to figure out which difference is involved in the

Re: [OMPI devel] bug in MPI_Comm_accept?

2017-04-04 Thread Kawashima, Takahiro
I filed a PR against v1.10.7 though v1.10.7 may not be released. https://github.com/open-mpi/ompi/pull/3276 I'm not aware of v2.1.x issue, sorry. Other developer may be able to answer. Takahiro Kawashima, MPI development team, Fujitsu > Bullseye! > > Thank you, Takahiro, for your quick answe

Re: [OMPI devel] bug in MPI_Comm_accept?

2017-04-04 Thread marcin.krotkiewski
Bullseye! Thank you, Takahiro, for your quick answer. Brief tests with 1.10.6 show that this did indeed solve the problem! I will look at this in more detail, but it looks really good now. About MPI_Comm_accept in 2.1.x. I've seen a thread here by Adam Sylvester, where it essentially says th

Re: [OMPI devel] bug in MPI_Comm_accept?

2017-04-04 Thread marcin.krotkiewski
Bullseye! Thank you, Takahiro, for your quick answer. Brief tests with 1.10.6 show that this did indeed solve the problem! I will look at this in more detail, but it looks really good now. About MPI_Comm_accept in 2.1.x. I've seen a thread here by Adam Sylvester, where it essentially says th

Re: [OMPI devel] bug in MPI_Comm_accept?

2017-04-04 Thread Kawashima, Takahiro
Hi, I encountered a similar problem using MPI_COMM_SPAWN last month. Your problem my be same. The problem was fixed by commit 0951a34 in Open MPI master and backported to v2.1.x v2.0.x but not backported to v1.8.x and v1.10.x. https://github.com/open-mpi/ompi/commit/0951a34 Please try the att

Re: [OMPI devel] bug in MPI_Comm_accept?

2017-04-04 Thread marcin.krotkiewski
Dear Developers, This is an old problem, which I described in an email to the users list in 2015, but I continue to struggle with it. In short, MPI_Comm_accept / MPI_Comm_disconnect combo causes any communication over openib btl (e.g., also a barrier) to hang after a few clients connect and d