-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mpir/nodemap: use fallback collectives during init
In MPIR_nodeid_init use MPIR_Allgather_fallback and MPIR_Bcast_fallback to avoid the complication of collective algorithm selection. It causes issue here beause the bcast smp_new algorithm does not have proper CVAR fallback check yet. The proper fix need add coll_attr to most communicator checking routines, and will need coll_attr to be universally added to all collective interfaces including nonblocking and persistent collectives. Let's postpone that big change for now.
- Loading branch information
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters