Re: [OMPI users] openmpi compile failure

2022-09-29 Thread Zilore Mumba via users
andom=opal_random -O -fPIC -D_XOPEN_SOURCE=500 -Wall \ > > -fno-strict-aliasing -pthread -MT signal.lo -MD -MP -MF \ > > .deps/signal.Tpo -c \ > > ../../../../../../opal/mca/event/libevent2022/libevent/signal.c -fPIC \ > > -DPIC -E > signal-preprocessed.c > > -- >

Re: [OMPI users] openmpi compile failure

2022-09-28 Thread Jeff Squyres (jsquyres) via users
users@lists.open-mpi.org Subject: Re: [OMPI users] openmpi compile failure Thanks once again for that insight Jeff. Indeed it is my configuration. When I run the code snippet you sent I get exactly the result you have " NSIG is 65". So I have to ensure my configure is pointing to the right

Re: [OMPI users] openmpi compile failure

2022-09-27 Thread Zilore Mumba via users
n't compile properly, either. > > -- > Jeff Squyres > jsquy...@cisco.com > -- > *From:* Zilore Mumba > *Sent:* Tuesday, September 27, 2022 2:51 PM > *To:* Jeff Squyres (jsquyres) > *Cc:* users@lists.open-mpi.org > *

Re: [OMPI users] openmpi compile failure

2022-09-27 Thread Jeff Squyres (jsquyres) via users
Tuesday, September 27, 2022 2:51 PM To: Jeff Squyres (jsquyres) Cc: users@lists.open-mpi.org Subject: Re: [OMPI users] openmpi compile failure Thanks Jeff, I have tried with openmpi-4.1.4, but I still get the same error. The main error being ../../../../../../opal/mca/event/libevent2022/libeve

Re: [OMPI users] openmpi compile failure

2022-09-27 Thread Zilore Mumba via users
> *Sent:* Tuesday, September 27, 2022 5:10 AM > *To:* users@lists.open-mpi.org > *Cc:* Zilore Mumba > *Subject:* Re: [OMPI users] openmpi compile failure > > I am seeking help compiling openmpi. My compilation and installation > output is in dropbox at the link below > ht

Re: [OMPI users] openmpi compile failure

2022-09-27 Thread Jeff Squyres (jsquyres) via users
-mpi.org Cc: Zilore Mumba Subject: Re: [OMPI users] openmpi compile failure I am seeking help compiling openmpi. My compilation and installation output is in dropbox at the link below https://www.dropbox.com/s/1a9tv5lnwicnhds/ompi-output.tar.bz2?dl=0 Help will be appreciated.

Re: [OMPI users] openmpi compile failure

2022-09-27 Thread Zilore Mumba via users
I am seeking help compiling openmpi. My compilation and installation output is in dropbox at the link below https://www.dropbox.com/s/1a9tv5lnwicnhds/ompi-output.tar.bz2?dl=0 Help will be appreciated. On Fri, Sep 2, 2022 at 8:28 AM Zilore Mumba wrote: > I am seeking help compiling mpi, output of