-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add and calculate coordinate container for off-rank neighbor nodes. (#…
…1081) * Add and calculate coordinate container for off-rank neighbor nodes. + Create node-coordinate map that is 1-to-1 with map to node indexes in dual ghost layout. + Add specializations on double of allgatherv and determinate_allgatherv. + Use double determinate_allgatherv to get ghost neighbor node coordinates. + Use consistent loop variable names in loops serializing data for allgatherv. + Add tests of ghost coordinate values to tstDraco_Mesh_DD unit test. + Add mesh decomposition ASCII art schematics to tstDraco_Mesh_DD tests. Note: this performs an additional allgatherv of four doubles between ranks (two doubles for each coordinate adjacent to the node and its neighbor cell). * Use soft_equiv for checking equality of doubles. * Incorporate recommended improvements from KT. + Replace push_back with emplace_back in dual ghost map generation. + Add unit tests of [in]determinate_allgatherv specializations. + Fix else branch (missing) in logic for other gatherv unit tests. * Convert type to auto in unit test, to address clang-tidy result.
- Loading branch information
1 parent
b456c8b
commit ac1d317
Showing
6 changed files
with
348 additions
and
26 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
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
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
Oops, something went wrong.