Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coll/han/alltoallv Bugfixes #12806

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions ompi/mca/coll/han/coll_han.h
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ typedef struct mca_coll_han_component_t {
int max_dynamic_errors;

opal_free_list_t pack_buffers;
int64_t han_packbuf_max_count;
int64_t han_packbuf_bytes;
} mca_coll_han_component_t;

/*
Expand Down Expand Up @@ -576,7 +578,4 @@ static inline struct mca_smsc_endpoint_t *mca_coll_han_get_smsc_endpoint (struct
return (struct mca_smsc_endpoint_t *) proc->proc_endpoints[OMPI_PROC_ENDPOINT_TAG_SMSC];
}

#define COLL_HAN_PACKBUF_PAYLOAD_BYTES (128*1024)


#endif /* MCA_COLL_HAN_EXPORT_H */
Loading
Loading