From 8481fd398eabf3d0ee339fb78a9f21741dbc4b70 Mon Sep 17 00:00:00 2001 From: ferrol aderholdt Date: Tue, 20 Feb 2024 09:47:53 -0800 Subject: [PATCH] API: clarify collective mem map destruction --- src/ucc/api/ucc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ucc/api/ucc.h b/src/ucc/api/ucc.h index 76fbf0c70a..6d28276683 100644 --- a/src/ucc/api/ucc.h +++ b/src/ucc/api/ucc.h @@ -1881,6 +1881,8 @@ typedef struct ucc_coll_args { exchanged with the team associated with the collective via an allgather operation. + Memory is unmapped during + context destruction. It is recommended to use this option sparingly due to the increased overhead. Not necessary