Re: [OMPI devel] One-sided tests in MTT

2019-02-07 Thread Jeff Squyres (jsquyres) via devel
I'm re-sending this back to the devel list, because I just now realized that Nathan sent this to the devel list from an address that was not subscribed, so it was rejected / never went through to the entire list (I got it because I was CC'ed). > On Jan 30, 2019, at 1:55 PM, Nathan Hjelm wrote

[OMPI devel] One-sided tests in MTT

2019-01-30 Thread Jeff Squyres (jsquyres) via devel
Yo Nathan -- I see you just added 2 suites of one-sided tests to the MTT repo. Huzzah! Can you provide some simple recipes -- frankly, for someone who doesn't want/care to know how the tests work :-) -- on how to: 1. Build the test suites 2. Run in MTT Thanks! -- Jeff Squyres jsquy...@cisco

Re: [OMPI devel] One sided tests

2015-01-22 Thread George Bosilca
Thanks Gilles. It looks more than a tentative ;) I commented out on the patch, but so far it fixes all the issues related to one-sided. Thanks, George. On Wed, Jan 21, 2015 at 11:51 PM, Gilles Gouaillardet < gilles.gouaillar...@iferc.org> wrote: > George, > > a tentative fix is available

Re: [OMPI devel] One sided tests

2015-01-21 Thread Gilles Gouaillardet
George, a tentative fix is available at https://github.com/open-mpi/ompi/pull/355 i asked Nathan to review it before it lands into the master Cheers, Gilles On 2015/01/22 7:08, George Bosilca wrote: > Current trunk compiled with any compiler (gcc or icc) fails the one sided > tests from mpi_te

[OMPI devel] One sided tests

2015-01-21 Thread George Bosilca
Current trunk compiled with any compiler (gcc or icc) fails the one sided tests from mpi_test_suite. It deadlocks in a fetch. George.