From 4285d1070f0b5f927dcf4d467960c7e66e2655b0 Mon Sep 17 00:00:00 2001 From: John Heemstra Date: Mon, 6 Jan 2025 11:03:06 -0500 Subject: [PATCH] prov/cxi: disable retry logic for experimental collectives Signed-off-by: John Heemstra --- prov/cxi/src/cxip_coll.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/prov/cxi/src/cxip_coll.c b/prov/cxi/src/cxip_coll.c index ae804e3779f..2bff682369f 100644 --- a/prov/cxi/src/cxip_coll.c +++ b/prov/cxi/src/cxip_coll.c @@ -3,7 +3,7 @@ * * Copyright (c) 2014 Intel Corporation, Inc. All rights reserved. * Copyright (c) 2016 Cisco Systems, Inc. All rights reserved. - * Copyright (c) 2020-2024 Hewlett Packard Enterprise Development LP + * Copyright (c) 2020-2025 Hewlett Packard Enterprise Development LP * Support for accelerated collective reductions. */ @@ -2021,7 +2021,9 @@ bool _is_red_timed_out(struct cxip_coll_reduction *reduction) reduction->red_id); return true; } - return _tsexp(&reduction->tv_expires); + + /* disable timeout logic for now */ + return false; } /* Root node state machine progress.