Skip to content

Commit

Permalink
HACK! Use release_gather based intra-node bcast, reduce
Browse files Browse the repository at this point in the history
  • Loading branch information
jainsura-intel committed Apr 11, 2019
1 parent 7c20bf6 commit f556988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mpid/ch4/shm/posix/posix_coll_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f556988

Please sign in to comment.