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
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
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 (
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
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)
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
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-
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.
| -
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
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.
| -
10 matches
Mail list logo