Skip to content

Commit d2f7475

Browse files
committed
osc/portals4: Put/Get splitting because Portals4 may restrict sizes
+ take into account the lower bound of the datatype in each portals4 call
1 parent 11e8f2a commit d2f7475

File tree

3 files changed

+288
-91
lines changed

3 files changed

+288
-91
lines changed

ompi/mca/osc/portals4/osc_portals4.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ struct ompi_osc_portals4_component_t {
5353
ptl_size_t matching_atomic_max;
5454
ptl_size_t matching_fetch_atomic_max;
5555
ptl_size_t matching_atomic_ordered_size;
56+
ptl_size_t ptl_max_msg_size; /* max size given by portals (cf PtlNIInit) */
5657
ptl_uid_t uid;
5758
opal_mutex_t lock;
5859
opal_condition_t cond;

0 commit comments

Comments
 (0)