From e9176d2c0962f1ffc0bec8fa7d0b626a4bb0b2b8 Mon Sep 17 00:00:00 2001 From: Surabhi Jain Date: Mon, 7 Jan 2019 13:43:55 -0600 Subject: [PATCH] HACK! Use release_gather based intra-node bcast, reduce --- src/mpid/ch4/shm/posix/posix_coll_init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mpid/ch4/shm/posix/posix_coll_init.c b/src/mpid/ch4/shm/posix/posix_coll_init.c index b1df0988405..5839f1a5b86 100644 --- a/src/mpid/ch4/shm/posix/posix_coll_init.c +++ b/src/mpid/ch4/shm/posix/posix_coll_init.c @@ -20,7 +20,7 @@ - name : MPIR_CVAR_BCAST_POSIX_INTRA_ALGORITHM category : COLLECTIVE type : string - default : auto + default : release_gather class : device verbosity : MPI_T_VERBOSITY_USER_BASIC scope : MPI_T_SCOPE_ALL_EQ @@ -33,7 +33,7 @@ - name : MPIR_CVAR_REDUCE_POSIX_INTRA_ALGORITHM category : COLLECTIVE type : string - default : auto + default : release_gather class : device verbosity : MPI_T_VERBOSITY_USER_BASIC scope : MPI_T_SCOPE_ALL_EQ