Re: [OMPI users] Issue handling SIGUSR1 in OpenMPI

2017-07-25 Thread Marc Cooper
elf, then you’d see every proc report it. > > On Jul 25, 2017, at 11:40 AM, Marc Cooper > wrote: > > Even this method of raising signal from user to mpiexec results in signal > handling by only one process. I've modified my earlier example where each > process publishes

Re: [OMPI users] Issue handling SIGUSR1 in OpenMPI

2017-07-25 Thread Marc Cooper
ated. > > If you are using OMPI master, or the soon-to-be-released v3.0, then you > might be able to do what you seek using the PMIx event notification system. > > On Jul 25, 2017, at 10:15 AM, Marc Cooper > wrote: > > Hi all, > > I'm working to understand sign

[OMPI users] Issue handling SIGUSR1 in OpenMPI

2017-07-25 Thread Marc Cooper
Hi all, I'm working to understand signal handling in OpenMPI. I read that "Open MPI will forward SIGUSR1 and SIGUSR2 from mpiexec to the other processes". My question is that is this feature enabled by default installation. The scenario is that one MPI process raises a SIGUSR1, which has to be de

Re: [OMPI users] Issue in installing PMIx

2017-06-09 Thread Marc Cooper
elf > > On Jun 7, 2017, at 2:50 PM, Marc Cooper wrote: > > OpenMPI 2.1.1 and PMIx v1.1 > > On 7 June 2017 at 11:54, r...@open-mpi.org wrote: > >> Ummm...what version of OMPI and PMIx are you talking about? >> >> > On Jun 6, 2017, at 2:20 PM, Marc Cooper &g

Re: [OMPI users] Issue in installing PMIx

2017-06-07 Thread Marc Cooper
OpenMPI 2.1.1 and PMIx v1.1 On 7 June 2017 at 11:54, r...@open-mpi.org wrote: > Ummm...what version of OMPI and PMIx are you talking about? > > > On Jun 6, 2017, at 2:20 PM, Marc Cooper > wrote: > > > > Hi, > > > > I've been trying to install PMIx e

[OMPI users] Issue in installing PMIx

2017-06-07 Thread Marc Cooper
Hi, I've been trying to install PMIx external to OpenMPI, with separate libevent and hwloc. My configuration script is ./configure --prefix= --with-platform=optimized --with-pmix= --with-libevent= --with-hwloc=. This is done successfully. When I 'make' it, I get the following error Making all

[OMPI users] Questions on rank-to-address mapping

2017-04-19 Thread Marc Cooper
Hi, I am trying to understand how connections are established among MPI ranks. Pardon for the list of questions. 1) Is there a global data structure that creates and stores rank to network address (uri or port number) mapping 2) How is the location of an MPI rank is determined in point-to-point