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:
> 
> 
> For rma-mt:
> 
> Build:
> autoreconf -vif
> configure
> 
> Run:
> cd src
> mpirun  -n 2 -N 1 (if multinode) ./rmamt_bw -o put (or get) -s flush (pscw, 
> fence, lock, etc) -t  -x (binds threads to cores)
> 
> If that exits successfully then that is a pretty good smoke-test that 
> multi-threaded RMA is working.
> 
> ARMCI:
> 
> Build:
> ./autogen.pl
> ./configure
> make
> 
> Run:
> make check
> 
> ARMCI was broken with osc/rdma for a couple of released and we didn't know. 
> It is worth running the checks with OMPI_MCA_osc=sm,rdma, 
> OMPI_MCA_osc=sm,pt2pt, and OMPI_MCA_osc=sm,ucx to test each possible 
> configuration.
> 
> -Nathan
> 
> On Jan 30, 2019, at 11:26 AM, "Jeff Squyres (jsquyres) via devel" 
>  wrote:
> 
>> 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.com
>> 
>> ___
>> devel mailing list
>> devel@lists.open-mpi.org
>> https://lists.open-mpi.org/mailman/listinfo/devel


-- 
Jeff Squyres
jsquy...@cisco.com

___
devel mailing list
devel@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/devel


[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.com

___
devel mailing list
devel@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/devel


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 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_test_suite. It deadlocks in a fetch.
>
>   George.
>
>
>
>
> ___
> devel mailing listde...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
> Link to this post: 
> http://www.open-mpi.org/community/lists/devel/2015/01/16813.php
>
>
>
> ___
> devel mailing list
> de...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
> Link to this post:
> http://www.open-mpi.org/community/lists/devel/2015/01/16814.php
>


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_test_suite. It deadlocks in a fetch.
>
>   George.
>
>
>
> ___
> devel mailing list
> de...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
> Link to this post: 
> http://www.open-mpi.org/community/lists/devel/2015/01/16813.php