~james-page/ubuntu/precise/openmpi1.5/new

« back to all changes in this revision

Viewing changes to ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c

  • Committer: Bazaar Package Importer
  • Author(s): Manuel Prinz
  • Date: 2009-04-23 14:01:21 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090423140121-vsi3pqa6g30j4qiy
Tags: 1.3.2-1
* New upstream release. (Closes: #520597, #515116)
  - Manpage and VampirTrace patches removed, included upstream.
* Fixed build issues on Alpha. Huge thanks to Arthur Loiret for providing
  access to his machines for testing! (Closes: #510845, #517543)
* Fixed build issues on Sparc. (Closes: #519725)
* Fixed manpage-has-errors-from-man lintian warnings.
* Faked SONAME change by renaming library package. (Closes: #512616)
* Made libopenmpi-dev depend on libibverbs-dev. (Closes: #522153)
* Support for "nocheck" build option in debian/rules.
* Updated Standards-Version in debian/control.
* Changed section of libopenmpi-dbg to "debug".
* Updated debian/copyright.

* Dirk Eddelbuettel removed himself from Uploaders. The team thanks Dirk
  for his long-term contribution and effort to get Open MPI back to life.
  I personally thank Dirk for encouraging me to become a Debian Developer
  and his support and mentoring on that way and beyond.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 *                         University of Stuttgart.  All rights reserved.
8
8
 * Copyright (c) 2004-2005 The Regents of the University of California.
9
9
 *                         All rights reserved.
10
 
 * Copyright (c) 2008      Sun Microsystems, Inc.  All rights reserved.
 
10
 * Copyright (c) 2008-2009 Sun Microsystems, Inc.  All rights reserved.
11
11
 * $COPYRIGHT$
12
12
 * 
13
13
 * Additional copyrights may follow
28
28
#include "opal/sys/atomic.h"
29
29
#include "ompi/mca/pml/pml.h"
30
30
#include "ompi/datatype/datatype.h"
 
31
#include "ompi/op/op.h"
31
32
#include "ompi/mca/osc/base/base.h"
32
33
#include "ompi/mca/osc/base/osc_base_obj_convert.h"
33
34
#include "ompi/memchecker.h"
660
661
    /* lock the window for accumulates */
661
662
    OPAL_THREAD_LOCK(&longreq->req_module->p2p_acc_lock);
662
663
 
663
 
    if (longreq->req_op == &ompi_mpi_op_replace) {
 
664
    if (longreq->req_op == &ompi_mpi_op_replace.op) {
664
665
        ompi_convertor_t convertor;
665
666
        struct iovec iov;
666
667
        uint32_t iov_count = 1;
750
751
        /* lock the window for accumulates */
751
752
        OPAL_THREAD_LOCK(&module->p2p_acc_lock);
752
753
 
753
 
        if (op == &ompi_mpi_op_replace) {
 
754
        if (op == &ompi_mpi_op_replace.op) {
754
755
            ompi_convertor_t convertor;
755
756
            struct iovec iov;
756
757
            uint32_t iov_count = 1;