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

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

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. | -