Skip to content

Commit 8213d67

Browse files
author
Mamzi Bayatpour [email protected] ()
committed
make nonblocking acc default
1 parent d91d76a commit 8213d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/osc/ucx/osc_ucx_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static void _osc_ucx_init_unlock(void)
4242
}
4343
}
4444

45-
bool enable_nonblocking_accumulate = false;
45+
static bool enable_nonblocking_accumulate = true;
4646

4747
static int component_open(void);
4848
static int component_register(void);

0 commit comments

Comments
 (0)