-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed multiple bugs in data store (#2325)
* Fixed a bug in the data store where the call to get_empty_node was not using a proper mutex for the m_data structure. Added additional instances of locking to avoid thread race conditions. Fixed shared memory segment so that only rank 0 on a node will try to unlink it. * Fixed the order of memory unmapping and unlinking. * Added clang-format * Fixed the locking within the exchange_local_cache function using more fine grained locks to avoid nesting locks.
- Loading branch information
Showing
2 changed files
with
137 additions
and
115 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