Re: [OMPI devel] btl/vader: osu_bibw hangs when the number of execution loops is increased

2017-12-11 Thread DERBEY, NADIA
Nadia DERBEY wrote: Thanks Nathan, will keep you informed. Regards On 12/05/2017 11:32 PM, Nathan Hjelm wrote: Should be fixed by PR #4569 (https://github.com/open-mpi/ompi/pull/4569). Please treat and let me know. -Nathan On Dec 1, 2017, at 7:37 AM, DERBEY, NADIA mailto:nadia.der...@atos.net>

Re: [OMPI devel] btl/vader: osu_bibw hangs when the number of execution loops is increased

2017-12-11 Thread DERBEY, NADIA
Thanks Nathan, will keep you informed. Regards On 12/05/2017 11:32 PM, Nathan Hjelm wrote: Should be fixed by PR #4569 (https://github.com/open-mpi/ompi/pull/4569). Please treat and let me know. -Nathan On Dec 1, 2017, at 7:37 AM, DERBEY, NADIA mailto:nadia.der...@atos.net>> wrote: Hi

[OMPI devel] btl/vader: osu_bibw hangs when the number of execution loops is increased

2017-12-01 Thread DERBEY, NADIA
Hi, Our validation team detected a hang when running osu_bibw micro-benchmarks from the OMB 5.3 suite on openmpi 2.0.2 (note that the same hang appears with openmpi-3.0). This hang occurs when calling osu_bibw on a single node (vader btl) with the options "-x 100 -i 1000". The -x option changes

[OMPI devel] Pull request: LANL-XXX tests failing

2017-03-30 Thread DERBEY, NADIA
Hi, I just created a pull request and I have a failure in 4/8 checks, all related to LANL: LANL-CI LANL-OS-X LANL-disable-dlopen LANL-distcheck When I ask for the failures details, I repectively get the following messages: == ... libtoolize: copying file `config/lt~obsolete.m4'

Re: [OMPI devel] Missing support for 2 types in MPI_Sizeof()

2016-04-18 Thread DERBEY, NADIA
buffer parameter is: >>>> >>>> IN x a Fortran variable of numeric intrinsic type (choice) >>>> >>>> As I understand it (and my usual disclaimer here: I am *not* a Fortran >>>> expert), CHARACTER and LOGICAL types are not numeric in

Re: [OMPI devel] Missing support for 2 types in MPI_Sizeof()

2016-04-15 Thread DERBEY, NADIA
gards, Nadia On 04/15/2016 03:44 PM, Gilles Gouaillardet wrote: > Nadia, > > by any chance, could this test suite be contributed to the ompi-tests > repository ? > > Cheers, > > Gilles > > On Friday, April 15, 2016, DERBEY, NADIA <mailto:nadia.der...@atos.net>> wr

Re: [OMPI devel] Missing support for 2 types in MPI_Sizeof()

2016-04-15 Thread DERBEY, NADIA
erge > wildly on MPI_SIZEOF. :-\ > > I guess I don't have a strong opinion here. If you file a PR for this patch, > I won't object. :-) > > >> On Apr 15, 2016, at 3:22 AM, DERBEY, NADIA wrote: >> >> Hi, >> >> The following trivial exa

[OMPI devel] Missing support for 2 types in MPI_Sizeof()

2016-04-15 Thread DERBEY, NADIA
Hi, The following trivial example doesn't compile because of 2 missing types in the MPI_SIZEOF subroutines (in mpi_sizeof.f90). [derbeyn@btp0 test]$ cat mpi_sizeof.f90 program main !use mpi include 'mpif.h' integer ierr, sz, mpisize real r1