Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update RMA tests
authordegomme <augustin.degomme@unibas.ch>
Sun, 12 Feb 2017 00:20:37 +0000 (01:20 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Sun, 12 Feb 2017 01:08:28 +0000 (02:08 +0100)
commit4cdc0f888550cbaefe6094ae801230336d005337
tree9a63cb3d7a99b69c27a4fd4450ef35fa1fd370e5
parentaac4ba41ea27fe8168bebed009abebd7e5c3f006
Update RMA tests
125 files changed:
teshsuite/smpi/mpich3-test/rma/CMakeLists.txt
teshsuite/smpi/mpich3-test/rma/acc-loc.c
teshsuite/smpi/mpich3-test/rma/acc-pairtype.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/accfence1.c
teshsuite/smpi/mpich3-test/rma/accfence2.c
teshsuite/smpi/mpich3-test/rma/accfence2_am.c
teshsuite/smpi/mpich3-test/rma/accpscw1.c
teshsuite/smpi/mpich3-test/rma/adlb_mimic1.c
teshsuite/smpi/mpich3-test/rma/aint.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/allocmem.c
teshsuite/smpi/mpich3-test/rma/at_complete.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/atomic_get.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/atomic_rmw_cas.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/atomic_rmw_fop.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/atomic_rmw_gacc.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/attrorderwin.c
teshsuite/smpi/mpich3-test/rma/baseattrwin.c
teshsuite/smpi/mpich3-test/rma/compare_and_swap.c
teshsuite/smpi/mpich3-test/rma/contention_put.c
teshsuite/smpi/mpich3-test/rma/contention_putget.c
teshsuite/smpi/mpich3-test/rma/contig_displ.c
teshsuite/smpi/mpich3-test/rma/derived-acc-flush_local.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/epochtest.c
teshsuite/smpi/mpich3-test/rma/fence_shm.c
teshsuite/smpi/mpich3-test/rma/fetch_and_op.c
teshsuite/smpi/mpich3-test/rma/fetchandadd.c
teshsuite/smpi/mpich3-test/rma/fetchandadd_am.c
teshsuite/smpi/mpich3-test/rma/fetchandadd_tree.c
teshsuite/smpi/mpich3-test/rma/fetchandadd_tree_am.c
teshsuite/smpi/mpich3-test/rma/fkeyvalwin.c
teshsuite/smpi/mpich3-test/rma/flush.c
teshsuite/smpi/mpich3-test/rma/get-struct.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/get_acc_local.c
teshsuite/smpi/mpich3-test/rma/get_accumulate.c
teshsuite/smpi/mpich3-test/rma/getfence1.c
teshsuite/smpi/mpich3-test/rma/getgroup.c
teshsuite/smpi/mpich3-test/rma/ircpi.c [deleted file]
teshsuite/smpi/mpich3-test/rma/large-acc-flush_local.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/large-small-acc.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/linked_list.c
teshsuite/smpi/mpich3-test/rma/linked_list_bench_lock_all.c
teshsuite/smpi/mpich3-test/rma/linked_list_bench_lock_excl.c
teshsuite/smpi/mpich3-test/rma/linked_list_bench_lock_shr.c
teshsuite/smpi/mpich3-test/rma/linked_list_fop.c
teshsuite/smpi/mpich3-test/rma/linked_list_lockall.c
teshsuite/smpi/mpich3-test/rma/lock_contention_dt.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/lock_dt.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/lock_dt_flush.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/lock_dt_flushlocal.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/lock_nested.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/lockall_dt.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/lockall_dt_flush.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/lockall_dt_flushall.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/lockall_dt_flushlocal.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/lockall_dt_flushlocalall.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/lockcontention.c
teshsuite/smpi/mpich3-test/rma/lockcontention2.c
teshsuite/smpi/mpich3-test/rma/lockcontention3.c
teshsuite/smpi/mpich3-test/rma/locknull.c
teshsuite/smpi/mpich3-test/rma/lockopts.c
teshsuite/smpi/mpich3-test/rma/manyget.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/manyrma2.c
teshsuite/smpi/mpich3-test/rma/mcs-mutex.c
teshsuite/smpi/mpich3-test/rma/mixedsync.c
teshsuite/smpi/mpich3-test/rma/mutex_bench.c
teshsuite/smpi/mpich3-test/rma/nb_test.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/nullpscw.c
teshsuite/smpi/mpich3-test/rma/overlap_wins_rma.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/pscw_ordering.c
teshsuite/smpi/mpich3-test/rma/put_base.c
teshsuite/smpi/mpich3-test/rma/put_bottom.c
teshsuite/smpi/mpich3-test/rma/putfence1.c
teshsuite/smpi/mpich3-test/rma/putfidx.c
teshsuite/smpi/mpich3-test/rma/putpscw1.c
teshsuite/smpi/mpich3-test/rma/racc_local_comp.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/req_example.c
teshsuite/smpi/mpich3-test/rma/reqops.c
teshsuite/smpi/mpich3-test/rma/rget-unlock.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/rmanull.c
teshsuite/smpi/mpich3-test/rma/rmazero.c
teshsuite/smpi/mpich3-test/rma/rput_local_comp.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/selfrma.c
teshsuite/smpi/mpich3-test/rma/strided_acc_indexed.c
teshsuite/smpi/mpich3-test/rma/strided_acc_onelock.c
teshsuite/smpi/mpich3-test/rma/strided_acc_subarray.c
teshsuite/smpi/mpich3-test/rma/strided_get_indexed.c
teshsuite/smpi/mpich3-test/rma/strided_getacc_indexed.c
teshsuite/smpi/mpich3-test/rma/strided_getacc_indexed_shared.c
teshsuite/smpi/mpich3-test/rma/strided_putget_indexed.c
teshsuite/smpi/mpich3-test/rma/strided_putget_indexed_shared.c
teshsuite/smpi/mpich3-test/rma/test1.c
teshsuite/smpi/mpich3-test/rma/test1_am.c
teshsuite/smpi/mpich3-test/rma/test1_dt.c
teshsuite/smpi/mpich3-test/rma/test2.c
teshsuite/smpi/mpich3-test/rma/test2_am.c
teshsuite/smpi/mpich3-test/rma/test3.c
teshsuite/smpi/mpich3-test/rma/test3_am.c
teshsuite/smpi/mpich3-test/rma/test4.c
teshsuite/smpi/mpich3-test/rma/test4_am.c
teshsuite/smpi/mpich3-test/rma/test5.c
teshsuite/smpi/mpich3-test/rma/test5_am.c
teshsuite/smpi/mpich3-test/rma/testlist
teshsuite/smpi/mpich3-test/rma/transpose1.c
teshsuite/smpi/mpich3-test/rma/transpose2.c
teshsuite/smpi/mpich3-test/rma/transpose3.c
teshsuite/smpi/mpich3-test/rma/transpose4.c
teshsuite/smpi/mpich3-test/rma/transpose5.c
teshsuite/smpi/mpich3-test/rma/transpose6.c
teshsuite/smpi/mpich3-test/rma/transpose7.c
teshsuite/smpi/mpich3-test/rma/win_dynamic_acc.c
teshsuite/smpi/mpich3-test/rma/win_flavors.c
teshsuite/smpi/mpich3-test/rma/win_info.c
teshsuite/smpi/mpich3-test/rma/win_large_shm.c
teshsuite/smpi/mpich3-test/rma/win_shared.c
teshsuite/smpi/mpich3-test/rma/win_shared_create.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/win_shared_noncontig.c
teshsuite/smpi/mpich3-test/rma/win_shared_noncontig_put.c
teshsuite/smpi/mpich3-test/rma/win_shared_put_flush_get.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/win_shared_rma_flush_load.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/win_shared_zerobyte.c [new file with mode: 0644]
teshsuite/smpi/mpich3-test/rma/wincall.c
teshsuite/smpi/mpich3-test/rma/window_creation.c
teshsuite/smpi/mpich3-test/rma/winname.c
teshsuite/smpi/mpich3-test/rma/wintest.c
teshsuite/smpi/mpich3-test/rma/wrma_flush_get.c [new file with mode: 0644]