Re: [OMPI devel] test/class/opal_fifo failure on ppc64

2015-01-09 Thread Adrian Reber
Thanks. mtt on my ppc64 system is happy again. On Thu, Jan 08, 2015 at 09:16:43AM -0700, Nathan Hjelm wrote: > > Fixed on master. I forgot a write memory barrier in the 64-bit version > of opal_fifo_pop_atomic. > > -Nathan > > On Thu, Jan 08, 2015 at 02:29:05PM +0100, Adrian Reber wrote: > > I

Re: [OMPI devel] test/class/opal_fifo failure on ppc64

2015-01-08 Thread George Bosilca
Why do you need the memory write barrier inside the loop ? George. On Thu, Jan 8, 2015 at 11:16 AM, Nathan Hjelm wrote: > > Fixed on master. I forgot a write memory barrier in the 64-bit version > of opal_fifo_pop_atomic. > > -Nathan > > On Thu, Jan 08, 2015 at 02:29:05PM +0100, Adrian Reber

Re: [OMPI devel] test/class/opal_fifo failure on ppc64

2015-01-08 Thread Nathan Hjelm
Fixed on master. I forgot a write memory barrier in the 64-bit version of opal_fifo_pop_atomic. -Nathan On Thu, Jan 08, 2015 at 02:29:05PM +0100, Adrian Reber wrote: > I am trying to build OMPI git master on ppc64 (PPC970MP) and > test/class/opal_fifo fails during make check most of the time. >

Re: [OMPI devel] test/class/opal_fifo failure on ppc64

2015-01-08 Thread Nathan Hjelm
I will take a look if you can give me ssh access. -Nathan On Thu, Jan 08, 2015 at 02:29:05PM +0100, Adrian Reber wrote: > I am trying to build OMPI git master on ppc64 (PPC970MP) and > test/class/opal_fifo fails during make check most of the time. > > [adrian@bimini class]$ ./opal_fifo > Single

[OMPI devel] test/class/opal_fifo failure on ppc64

2015-01-08 Thread Adrian Reber
I am trying to build OMPI git master on ppc64 (PPC970MP) and test/class/opal_fifo fails during make check most of the time. [adrian@bimini class]$ ./opal_fifo Single thread test. Time: 0 s 99714 us 99 nsec/poppush Atomics thread finished. Time: 0 s 347577 us 347 nsec/poppush Atomics thread finishe