Skip to content

Commit 0b3f4b8

Browse files
authored
Merge pull request #12806 from lrbison/alltoallv_empty_msgs
coll/han/alltoallv Bugfixes
2 parents 6e15058 + 69ac92b commit 0b3f4b8

File tree

3 files changed

+287
-143
lines changed

3 files changed

+287
-143
lines changed

ompi/mca/coll/han/coll_han.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@ typedef struct mca_coll_han_component_t {
294294
int max_dynamic_errors;
295295

296296
opal_free_list_t pack_buffers;
297+
int64_t han_packbuf_max_count;
298+
int64_t han_packbuf_bytes;
297299
} mca_coll_han_component_t;
298300

299301
/*
@@ -576,7 +578,4 @@ static inline struct mca_smsc_endpoint_t *mca_coll_han_get_smsc_endpoint (struct
576578
return (struct mca_smsc_endpoint_t *) proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_SMSC];
577579
}
578580

579-
#define COLL_HAN_PACKBUF_PAYLOAD_BYTES (128*1024)
580-
581-
582581
#endif /* MCA_COLL_HAN_EXPORT_H */

0 commit comments

Comments
 (0)