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 Feb 21, 2019
1 parent 5649a11 commit a2bdd2f
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 @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a2bdd2f

Please sign in to comment.