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
Removed unnecessary check More... almost 14 years ago
Removed unnecessary check More... almost 14 years ago
New test for DLA. Note, it's easy to deadlock things if you make communication calls from within a DLA epoch. More... almost 14 years ago
New test for DLA. Note, it's easy to deadlock things if you make communication calls from within a DLA epoch. More... almost 14 years ago
[svn breadcrumb: r244 @ https://svn.mcs.anl.gov/repos/armci-mpi/trunk] More... almost 14 years ago
[svn breadcrumb: r244 @ https://svn.mcs.anl.gov/repos/armci-mpi/trunk] More... almost 14 years ago
Let autoconf worry about uint8_t. More... almost 14 years ago
Let autoconf worry about uint8_t. More... almost 14 years ago
This is an airplane-sized commit, but it's not yet everything. No guarantees that everything works right now. I'm in the process of rewriting shared buffer management for ARMCI ops to allow to behaviors: buffer shared data through local buffers and lock shared local buffers allowing ops to directly access them. In addition, a variety of other fixes are include in here. I no longer rely on having uint8_t and have defined a more portable byte_t. I cleaned up a lot, wrote more documentation. More... almost 14 years ago
This is an airplane-sized commit, but it's not yet everything. No guarantees that everything works right now. I'm in the process of rewriting shared buffer management for ARMCI ops to allow to behaviors: buffer shared data through local buffers and lock shared local buffers allowing ops to directly access them. In addition, a variety of other fixes are include in here. I no longer rely on having uint8_t and have defined a more portable byte_t. I cleaned up a lot, wrote more documentation. More... almost 14 years ago
s/ARMPCI/ARMCI/ More... almost 14 years ago
s/ARMPCI/ARMCI/ More... almost 14 years ago
Committing some notes. More... almost 14 years ago
Committing some notes. More... almost 14 years ago
Added missing declaration. More... almost 14 years ago
Added missing declaration. More... almost 14 years ago
Added environment check for ARMCI_DISABLE_IOV_CHECKS to disable expensive IOV/Strided safety checks. More... almost 14 years ago
Added environment check for ARMCI_DISABLE_IOV_CHECKS to disable expensive IOV/Strided safety checks. More... almost 14 years ago
Check for ARMCI and MPI initialization in Init and Finalize. Added allocation debugging that tests and zeroes out allocations to aid in detection MA misbehavior. This is enabled by setting ARMCI_DEBUG_ALLOC in the environment. More... almost 14 years ago
Check for ARMCI and MPI initialization in Init and Finalize. Added allocation debugging that tests and zeroes out allocations to aid in detection MA misbehavior. This is enabled by setting ARMCI_DEBUG_ALLOC in the environment. More... almost 14 years ago
Apparently you're not allowed to switch on the builtin MPI types. Trade nice clean switch for multiple nested ifs. More... almost 14 years ago
Apparently you're not allowed to switch on the builtin MPI types. Trade nice clean switch for multiple nested ifs. More... almost 14 years ago
Updating TODO notes More... almost 14 years ago
Updating TODO notes More... almost 14 years ago
Some GA tests apparently need this. More... almost 14 years ago
Some GA tests apparently need this. More... almost 14 years ago
Updated to include mode checks. More... almost 14 years ago
Updated to include mode checks. More... almost 14 years ago
Added a checkprogs target to chain properly with GA. More... almost 14 years ago
Added a checkprogs target to chain properly with GA. More... almost 14 years ago