Re: [OMPI users] Error with building OMPI with PGI

2021-01-19 Thread Passant A. Hafez via users
nown switch (plus uppercase o three is a known one) At the end of the configure, make sure Fortran bindings are generated. If the link error persists, you can ldd /.../libmpi_mpifh.so | grep igatherv and confirm the symbol does indeed exists Cheers, Gilles On Tue, Jan 19, 2021 at 7:39 P

Re: [OMPI users] Error with building OMPI with PGI

2021-01-19 Thread Passant A. Hafez via users
n-mpi.org/msg10375.html__;!!Nmw4Hv0!mHuOLtyAuSwka2PpXEsyHXX5N2xzBT7digyvflX1ZBibtEeKFnwlHKCk3JyuA2ePQ7Gy0N8$> I hope this helps, Gus Correa On Thu, Jan 14, 2021 at 5:45 PM Passant A. Hafez via users mailto:users@lists.open-mpi.org>> wrote: Hello, I'm having an error when trying to build OMPI 4.0.3 (also tried 4.1) with PGI 20.1 ./configure

[OMPI users] Error with building OMPI with PGI

2021-01-14 Thread Passant A. Hafez via users
Hello, I'm having an error when trying to build OMPI 4.0.3 (also tried 4.1) with PGI 20.1 ./configure CPP=cpp CC=pgcc CXX=pgc++ F77=pgf77 FC=pgf90 --prefix=$PREFIX --with-ucx=$UCX_HOME --with-slurm --with-pmi=/opt/slurm/cluster/ibex/install --with-cuda=$CUDATOOLKIT_HOME in the make

Re: [OMPI users] Debug OMPI errors

2019-08-04 Thread Passant A. Hafez via users
User's List Cc: Passant A. Hafez Subject: Re: [OMPI users] Debug OMPI errors I'm not sure exactly what you are asking -- can you be more specific? Are you asking if Open MPI can emit more detail when an error occurs and the job aborts? > On Jul 28, 2019, at 4:12 AM, Passant A. Hafez via us

[OMPI users] Debug OMPI errors

2019-07-28 Thread Passant A. Hafez via users
Hello all, I was wondering if I can enable some reasonable level of debugging for OMPI errors, especially in the cases that just report that a process is killed (for example MPI_ABORT was invoked) and that's it. All the best, -- Passant ___ users

Re: [OMPI users] undefined reference error related to ucx

2019-06-25 Thread Passant A. Hafez via users
ned reference error related to ucx Passant, UCX 1.6.0 is not yet officially released, and it seems Open MPI (4.0.1) does not support it yet, and some porting is needed. Cheers, Gilles On Tue, Jun 25, 2019 at 5:13 PM Passant A. Hafez via users wrote: > > Hello, > > > I'm trying t

[OMPI users] undefined reference error related to ucx

2019-06-25 Thread Passant A. Hafez via users
Hello, I'm trying to build ompi 4.0.1 with external ucx 1.6.0 but I'm getting ../../../opal/.libs/libopen-pal.so: undefined reference to `uct_ep_create_connected' collect2: error: ld returned 1 exit status configure line for ompi ./configure --prefix=/opt/ompi401_ucx16 --with-slurm