openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
ARMCI-MPI
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 19, 2023 — Jan 19, 2024
Showing page 42 of 54
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Free leaked buffer.
James Dinan
More...
about 14 years ago
Free leaked buffer.
James Dinan
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.
James Dinan
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.
James Dinan
More...
about 14 years ago
Freed leaked buffer.
James Dinan
More...
about 14 years ago
Freed leaked buffer.
James Dinan
More...
about 14 years ago
Updated to-do list.
James Dinan
More...
about 14 years ago
Updated to-do list.
James Dinan
More...
about 14 years ago
Doxygenation.
James Dinan
More...
about 14 years ago
Doxygenation.
James Dinan
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.
James Dinan
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.
James Dinan
More...
about 14 years ago
Another, more thorough test.
James Dinan
More...
about 14 years ago
Another, more thorough test.
James Dinan
More...
about 14 years ago
Documentation on the conflict tree.
James Dinan
More...
about 14 years ago
Documentation on the conflict tree.
James Dinan
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.
James Dinan
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.
James Dinan
More...
about 14 years ago
Fixed stride bug.
James Dinan
More...
about 14 years ago
Fixed stride bug.
James Dinan
More...
about 14 years ago
[svn breadcrumb: r204 @ https://svn.mcs.anl.gov/repos/armci-mpi/trunk]
James Dinan
More...
about 14 years ago
[svn breadcrumb: r204 @ https://svn.mcs.anl.gov/repos/armci-mpi/trunk]
James Dinan
More...
about 14 years ago
Fixed printf warning.
James Dinan
More...
about 14 years ago
Fixed printf warning.
James Dinan
More...
about 14 years ago
Conflict tree tests.
James Dinan
More...
about 14 years ago
Conflict tree tests.
James Dinan
More...
about 14 years ago
Finished implementation of tree balancing.
James Dinan
More...
about 14 years ago
Finished implementation of tree balancing.
James Dinan
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..
James Dinan
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..
James Dinan
More...
about 14 years ago
←
1
2
…
38
39
40
41
42
43
44
45
46
…
53
54
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree