File tree Expand file tree Collapse file tree 3 files changed +2779
-438
lines changed Expand file tree Collapse file tree 3 files changed +2779
-438
lines changed Original file line number Diff line number Diff line change 11/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
22/*
3- * Copyright (c) 2011-2013 Sandia National Laboratories. All rights reserved.
3+ * Copyright (c) 2011-2017 Sandia National Laboratories. All rights reserved.
44 * Copyright (c) 2015 Los Alamos National Security, LLC. All rights
55 * reserved.
66 * Copyright (c) 2015 Research Organization for Information Science
2323
2424#define REQ_OSC_TABLE_ID 4
2525
26+ #define OSC_PORTALS4_IOVEC_MAX 64
27+
2628#define OSC_PORTALS4_MB_DATA 0x0000000000000000ULL
2729#define OSC_PORTALS4_MB_CONTROL 0x1000000000000000ULL
2830
@@ -95,6 +97,11 @@ struct ompi_osc_portals4_module_t {
9597 int64_t opcount ;
9698 ptl_match_bits_t match_bits ; /* match bits for module. Same as cid for comm in most cases. */
9799
100+ ptl_iovec_t * origin_iovec_list ; /* list of memory segments that compose the noncontiguous region */
101+ ptl_handle_md_t origin_iovec_md_h ; /* memory descriptor describing a noncontiguous region in this window */
102+ ptl_iovec_t * result_iovec_list ; /* list of memory segments that compose the noncontiguous region */
103+ ptl_handle_md_t result_iovec_md_h ; /* memory descriptor describing a noncontiguous region in this window */
104+
98105 ptl_size_t atomic_max ; /* max size of atomic messages. Will guarantee ordering IF ordering requested */
99106 ptl_size_t fetch_atomic_max ; /* max size of fetchatomic messages. Will guarantee ordering IF ordering requested */
100107
You can’t perform that action at this time.
0 commit comments