Re: [OMPI devel] Test mail

2018-09-01 Thread Jeff Squyres (jsquyres) via devel
Heh. That was a backlog email that was delivered quite a ways after it was actually sent. Safe to ignore this thread. > On Aug 28, 2018, at 6:34 PM, Nathan Hjelm wrote: > > no > > Sent from my iPhone > >> On Aug 27, 2018, at 8:51 AM, Jeff Squyres (jsquyres) via devel >> wrote: >> >> Will

Re: [OMPI devel] Test mail

2018-08-28 Thread Nathan Hjelm via devel
no Sent from my iPhone > On Aug 27, 2018, at 8:51 AM, Jeff Squyres (jsquyres) via devel > wrote: > > Will this get through? > > -- > Jeff Squyres > jsquy...@cisco.com > > ___ > devel mailing list > devel@lists.open-mpi.org > https://lists.open-mpi

[OMPI devel] Test mail

2018-08-28 Thread Jeff Squyres (jsquyres) via devel
Will this get through? -- Jeff Squyres jsquy...@cisco.com ___ devel mailing list devel@lists.open-mpi.org https://lists.open-mpi.org/mailman/listinfo/devel

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

[OMPI devel] Test...

2014-10-01 Thread Jeff Squyres (jsquyres)
Test email... please ignore... -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/

Re: [OMPI devel] test/util/opal_path_nfs failure due to EPERM

2014-01-17 Thread Jeff Squyres (jsquyres)
Fixed. Slated for v1.7.5, because it's not too important. On Jan 13, 2014, at 11:20 PM, Paul Hargrove wrote: > I have a Linux system on which there is a fuse mount. > Users other than the owner get EPERM from statfs(). > > When opal_path_nfs() sees the EPERM it drops one path component and do

[OMPI devel] test/util/opal_path_nfs failure due to EPERM

2014-01-13 Thread Paul Hargrove
I have a Linux system on which there is a fuse mount. Users other than the owner get EPERM from statfs(). When opal_path_nfs() sees the EPERM it drops one path component and does statfs() on the parent. The issue I encountered is that the parent is a user's NFS-mounted home directory. Thus the res

Re: [OMPI devel] Test suite of openMPI 1.7.3 fails

2013-12-15 Thread George Bosilca
We have a subtle bug with the atomic selection. On Linux the CMA support is linked together with the OPAL_ASSEMBLY_ARCH. If the BUILTIN atomics are enabled, and we are on Linux and we need to define the CMA syscall# (OMPI_BTL_SM_CMA_NEED_SYSCALL_DEFS), the opal/include/opal/sys/cma.h file is un

Re: [OMPI devel] Test suite of openMPI 1.7.3 fails

2013-12-15 Thread George Bosilca
Philipp, Thanks for providing the config file. Based on it’s content I was able to replicate your issue. You just unearthed a huge bug in our atomic support and handling, one that will take some time to get fixed completely. Meanwhile, I have pushed a partial fix in the trunk (29915, 29916).

Re: [OMPI devel] Test suite of openMPI 1.7.3 fails

2013-12-12 Thread Philipp Thomas
* Jeff Squyres (jsquyres) (jsquy...@cisco.com) [20131211 21:01]: > Can you send the opal_config.h file from your build tree? > > This will help us look into what's going on. Attached. Note that it doesn't seem to be dependent on the build architecture as it fails at the same spot for all Archs

Re: [OMPI devel] Test suite of openMPI 1.7.3 fails

2013-12-11 Thread Jeff Squyres (jsquyres)
Can you send the opal_config.h file from your build tree? This will help us look into what's going on. On Dec 10, 2013, at 8:53 AM, Philipp Thomas wrote: > Two of the asm tests are failing on my machine with > Intel(R) Core(TM) i7-4960X CPU @ 3.60GHz running openSUSE 13.1 and > gcc (SUSE Linu

[OMPI devel] Test suite of openMPI 1.7.3 fails

2013-12-10 Thread Philipp Thomas
Two of the asm tests are failing on my machine with Intel(R) Core(TM) i7-4960X CPU @ 3.60GHz running openSUSE 13.1 and gcc (SUSE Linux) 4.8.1 20130909 [gcc-4_8-branch revision 202388]. Could anyone give me pointers as to what to check next? I added running 'make check' from the spec file so a fail