~ubuntu-branches/ubuntu/vivid/mpich/vivid-proposed

« back to all changes in this revision

Viewing changes to src/mpi/rma/get.c

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-04-01 20:24:20 UTC
  • mfrom: (5.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20140401202420-t5ey1ia2klt5dkq3
Tags: 3.1-4
* [c3e3398] Disable test_primitives, which is unreliable on some platforms.
            (Closes: #743047)
* [265a699] Add minimal autotest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
 
99
99
            MPIR_ERRTEST_COUNT(origin_count, mpi_errno);
100
100
            MPIR_ERRTEST_DATATYPE(origin_datatype, "origin_datatype", mpi_errno);
 
101
            MPIR_ERRTEST_USERBUFFER(origin_addr, origin_count, origin_datatype, mpi_errno);
101
102
            MPIR_ERRTEST_COUNT(target_count, mpi_errno);
102
103
            MPIR_ERRTEST_DATATYPE(target_datatype, "target_datatype", mpi_errno);
103
104
            if (win_ptr->create_flavor != MPI_WIN_FLAVOR_DYNAMIC)