[OMPI users] Warnings while building openmpi-5.0.1

2024-01-05 Thread Chandran, Arun via users
Hi All, I am building openmpi-5.0.1 as shown below. a) Download (wget https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.1.tar.gz) and untar b) make distclean; ./configure --prefix=~/install_path --enable-mca-no-build=btl-uct --with-hwloc=internal --with-libevent=internal --wit

Re: [OMPI users] Warnings

2020-05-05 Thread Kulshrestha, Vipul via users
via users Sent: Monday, May 4, 2020 11:36 PM To: Open MPI Users Cc: Gilles Gouaillardet Subject: Re: [OMPI users] Warnings Hi, how many MPI tasks are you running? are you running from a terminal? from two different jobs? two mpirun within the same job? what happens next? hang? abort? crash? app

Re: [OMPI users] Warnings

2020-05-04 Thread Gilles Gouaillardet via users
Hi, how many MPI tasks are you running? are you running from a terminal? from two different jobs? two mpirun within the same job? what happens next? hang? abort? crash? app runs just fine? fwiw, the message says that rank 3 received an unexpected connection from rank 4 Cheers, Gilles On Tue, M

[OMPI users] Warnings

2020-05-04 Thread Kulshrestha, Vipul via users
Hi, Could somebody explain what does these warning imply? Is this caused if 2 distinct openmpi application end up running on same machine? I am using 4.0.1 version. Thanks, Vipul Message in the stdout of the application [orw-med-fenway1][[61362,1],3][btl_tcp_endpoint.c:626:mca_btl_tcp_endpoin

[OMPI users] warnings building openmpi-v2.x-dev-950-g995993b

2016-01-07 Thread Siegmar Gross
Hi, perhaps sombody is interested in some warnings which I got building openmpi-v2.x-dev-950-g995993b on my machines (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1 x86_64) with gcc-5.1.0 and Sun C 5.13. I got the same warnings on Solaris sparc and x86_64. I've produced the attache

Re: [OMPI users] warnings and anachronisms in openmpi-1.7.4

2014-02-10 Thread Siegmar Gross
Hi Oscar, I always favor no warnings, but it's not me to make this decision. Kind regards and thank you very much for your replies Siegmar > Quoting Siegmar Gross : > > > Hi Oscar, > > > >> The warnings of type "cast to pointer from integer of different size" > >> are provoked when a jlong (

Re: [OMPI users] warnings and anachronisms in openmpi-1.7.4

2014-02-09 Thread Oscar Vega-Gisbert
Quoting Siegmar Gross : Hi Oscar, The warnings of type "cast to pointer from integer of different size" are provoked when a jlong (64 bit handle in Java) is copied to a C pointer (32 bit) or vice versa. These warnings could be avoided with methods like these: void* ompi_java_cHandle(jlo

Re: [OMPI users] warnings and anachronisms in openmpi-1.7.4

2014-02-09 Thread Siegmar Gross
Hi Oscar, > The warnings of type "cast to pointer from integer of different size" > are provoked when a jlong (64 bit handle in Java) is copied to a C > pointer (32 bit) or vice versa. > > These warnings could be avoided with methods like these: > > void* ompi_java_cHandle(jlong handle)

Re: [OMPI users] warnings and anachronisms in openmpi-1.7.4

2014-02-09 Thread Oscar Vega-Gisbert
Hi, The warnings of type "cast to pointer from integer of different size" are provoked when a jlong (64 bit handle in Java) is copied to a C pointer (32 bit) or vice versa. These warnings could be avoided with methods like these: void* ompi_java_cHandle(jlong handle) { unio

[OMPI users] warnings and anachronisms in openmpi-1.7.4

2014-02-07 Thread Siegmar Gross
Hi, yesterday I compiled 32- and 64-bit versions of openmpi-1.7.4 for my platforms (Solaris 10 sparc, Solaris 10 x86_64, and openSUSE Linux 12.1 x86_64) with Sun C 5.12 and gcc-4.8.0. I could build a 64-bit version for Linux with gcc without warnings. Everything else showed warnings. I received ma

Re: [OMPI users] Warnings in Ubuntu Hardy

2008-09-08 Thread Jeff Squyres
The libibverbs message is from libibverbs; you'll need to talk to Roland about that on the OpenFabrics list. The help message between the lines of is ours, though. The real issue is something that came up a month or two on the OMPI devel list: libibverbs is now being included in main-

Re: [OMPI users] Warnings in Ubuntu Hardy

2008-09-08 Thread Eugene Loh
Dirk Eddelbuettel wrote: On 6 September 2008 at 22:13, Davi Vercillo C. Garcia () wrote: | I'm trying to execute some programs in my notebook (Ubuntu 8.04) using | OpenMPI, and I always get a warning message like: | | libibverbs: Fatal: couldn't read uverbs ABI version. | -

Re: [OMPI users] Warnings in Ubuntu Hardy

2008-09-06 Thread Davi Vercillo C. Garcia (デビッド)
Thanks ! On Sat, Sep 6, 2008 at 10:34 PM, Dirk Eddelbuettel wrote: > > On 6 September 2008 at 22:13, Davi Vercillo C. Garcia () wrote: > | I'm trying to execute some programs in my notebook (Ubuntu 8.04) using > | OpenMPI, and I always get a warning message like: > | > | libibverbs: Fatal: co

Re: [OMPI users] Warnings in Ubuntu Hardy

2008-09-06 Thread Dirk Eddelbuettel
On 6 September 2008 at 22:13, Davi Vercillo C. Garcia () wrote: | I'm trying to execute some programs in my notebook (Ubuntu 8.04) using | OpenMPI, and I always get a warning message like: | | libibverbs: Fatal: couldn't read uverbs ABI version. | -

[OMPI users] Warnings in Ubuntu Hardy

2008-09-06 Thread Davi Vercillo C. Garcia (デビッド)
Hi, I'm trying to execute some programs in my notebook (Ubuntu 8.04) using OpenMPI, and I always get a warning message like: libibverbs: Fatal: couldn't read uverbs ABI version. -- [0,0,0]: OpenIB on host juliana was unable t