Skip to content

Commit 195c3cb

Browse files
Mamzi Bayatpour  mbayatpour@nvidia.com ()janjust
andcommitted
OSC/UCX: Fix for issues/11114 (non-debug build failure)
Signed-off-by: Mamzi Bayatpour <mbayatpour@nvidia.com> Co-authored-by: Tomislav Janjusic <tomislavj@nvidia.com>
1 parent bc31f5f commit 195c3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/common/ucx/common_ucx_wpool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ extern opal_atomic_int64_t opal_common_ucx_unpacked_rkey_counts;
6868
opal_atomic_add_fetch_64(&(_var), (_val)); \
6969
} while(0);
7070
#else
71-
#define OPAL_COMMON_UCX_DEBUG_ATOMIC_ADD(&(_var), (_val));
71+
#define OPAL_COMMON_UCX_DEBUG_ATOMIC_ADD(_var, _val);
7272
#endif
7373

7474
/* Worker Pool Context (wpctx) is an object that is comprised of a set of UCP

0 commit comments

Comments
 (0)