1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
minor edits More... about 15 years ago
correcting the order of params More... about 15 years ago
adding a intrinsics sample More... about 15 years ago
adding flags to adjust packing limits for put/get/acc individually More... about 15 years ago
Adding non-contiguous accumulate numbers - armci-vs-a1 We can see that a1 looses performance over armci for larger dimensions of the array. This, I believe is because of the memory allocation overhead in the callbacks. The cross-over of packing-vs-direct for accumulate is 2KB(chunk size). This will change once we optimized the buffer allocation. Anyways, we need to have separate parameter to set packing thresholds for put/get/accumulate More... about 15 years ago
adding flushall numbers on 1024 nodes More... about 15 years ago
adding flushall timing for 512 processes More... about 15 years ago
modifyin the local and remote flush design. Adding remote callback to local flush procceed allowing asynchronous remote flush. More... about 15 years ago
adding numbers for 1024 processes More... about 15 years ago
correcting flush all results with 512 processes More... about 15 years ago
adding flush all numbers with 512 processes More... about 15 years ago
adding contiguous accumulate test for ARMCI: using AccS instead of Acc More... about 15 years ago
updating makefile for A1 More... about 15 years ago
adding device level implementation of put accumulate More... about 15 years ago
adding adl function for strided put accumulate More... about 15 years ago
adding put+flushall benchmark to svn More... about 15 years ago
fixing a pointer reference in flush_all minor changes More... about 15 years ago
adding put accumulate results More... about 15 years ago
adding put accumulate test for a1 More... about 15 years ago
minor correction in buffer allocation More... about 15 years ago
updaing strided get numbers More... about 15 years ago
checking in updated get benchmark and numbers More... about 15 years ago
adding armci tests More... about 15 years ago
adding a1 armci comparision More... about 15 years ago
using a separate protocol for strided gets response More... about 15 years ago
allowing main process to hit advance making the CHT pause between cycles adding a parameter to dynamically change the CHT pause time More... about 15 years ago
adding memory allocation wrappers at the a1d level. should these be moved to a1 level, into a1u? More... about 15 years ago
adding doxygen templates for A1D functions More... about 15 years ago
adding developer-notes and basic information about locking in A1. correcting the input parameter for disable CHT More... about 15 years ago
chaning cht flag to disalbe_cht as it is enabled by default More... about 15 years ago