From f556988101800ce093c9cf888892d5960dae8de7 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 080d9723d4f..363ca76def9 100644 --- a/src/mpid/ch4/shm/posix/posix_coll_init.c +++ b/src/mpid/ch4/shm/posix/posix_coll_init.c @@ -19,7 +19,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 @@ -32,7 +32,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