1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Free leaked buffer. More... about 14 years ago
Free leaked buffer. More... about 14 years ago
Implemented ARMCI_Mode_set. There are three modes: ALL: Exclusive locks CONFLICT_FREE: Shared + Exclusive locks (local access) CONFLICT_TREE and NO_LOAD_STORE: Shared locks, MPI_MODE_NOCHECK Bugfix to mem_regions: I was storing a pointer to the ARMCI_Group we were created on (could be on the caller's stack). Instead, now do a struct copy. More... about 14 years ago
Implemented ARMCI_Mode_set. There are three modes: ALL: Exclusive locks CONFLICT_FREE: Shared + Exclusive locks (local access) CONFLICT_TREE and NO_LOAD_STORE: Shared locks, MPI_MODE_NOCHECK Bugfix to mem_regions: I was storing a pointer to the ARMCI_Group we were created on (could be on the caller's stack). Instead, now do a struct copy. More... about 14 years ago
Freed leaked buffer. More... about 14 years ago
Freed leaked buffer. More... about 14 years ago
Updated to-do list. More... about 14 years ago
Updated to-do list. More... about 14 years ago
Doxygenation. More... about 14 years ago
Doxygenation. More... about 14 years ago
Wrapper error functions with macros to eliminate __FILE__, etc scattered throughout the source. Added file, line, function reporting for user-generated ARMCI errors. More... about 14 years ago
Wrapper error functions with macros to eliminate __FILE__, etc scattered throughout the source. Added file, line, function reporting for user-generated ARMCI errors. More... about 14 years ago
Another, more thorough test. More... about 14 years ago
Another, more thorough test. More... about 14 years ago
Documentation on the conflict tree. More... about 14 years ago
Documentation on the conflict tree. More... about 14 years ago
Integrated conflict tree with IOV code. O(log N) overlap checking is much less expensive than old O(N) code and results in a speedup of around 25% for the strided benchmark. More... about 14 years ago
Integrated conflict tree with IOV code. O(log N) overlap checking is much less expensive than old O(N) code and results in a speedup of around 25% for the strided benchmark. More... about 14 years ago
Fixed stride bug. More... about 14 years ago
Fixed stride bug. More... about 14 years ago
[svn breadcrumb: r204 @ https://svn.mcs.anl.gov/repos/armci-mpi/trunk] More... about 14 years ago
[svn breadcrumb: r204 @ https://svn.mcs.anl.gov/repos/armci-mpi/trunk] More... about 14 years ago
Fixed printf warning. More... about 14 years ago
Fixed printf warning. More... about 14 years ago
Conflict tree tests. More... about 14 years ago
Conflict tree tests. More... about 14 years ago
Finished implementation of tree balancing. More... about 14 years ago
Finished implementation of tree balancing. More... about 14 years ago
Rotate left and right with basic balancing implemented. Two more balancing cases to go, then some testing. If only C came with a decent balanced binary tree data structure, grumble grumble grumble.. More... about 14 years ago
Rotate left and right with basic balancing implemented. Two more balancing cases to go, then some testing. If only C came with a decent balanced binary tree data structure, grumble grumble grumble.. More... about 14 years ago