2
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Aug 14, 2024 — Aug 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Modified routines in matrix.c to use iterators. More... over 7 years ago
Modified all routines in matrix.c to use iterators. No tests for most of these routines though. More... over 7 years ago
Got rid of some debugging prints More... over 7 years ago
Replaced loops over blocks with iterators. More... over 7 years ago
Converted all routines to use iterator. More... over 7 years ago
Got rid of a few more debugging prints. More... over 7 years ago
Modified strided_put/get/acc to use iterators. More... over 7 years ago
Fixed up iterators so that it correctly handles SCALAPACK data distributions. More... over 7 years ago
another missing GA_POP_NAME More... over 7 years ago
add missing GA_POP_NAME to matmul.c More... over 7 years ago
GA_name_stack is now allocated on the heap More... over 7 years ago
Declare local arrays as char* instead of void* to avoid warnings with new iterator interface. More... over 7 years ago
add missing pnga_matmul_basic to ga-papi.h More... over 7 years ago
galinalg.h lapack routines should use BlasInt, not Integer More... over 7 years ago
Temporary checking while we look for a bug in basic matrix multiply routine. More... over 7 years ago
Fixed up ga_distribution function so that it works properly for GAs with the read-only property set. More... over 7 years ago
Created a fallback version of matmul_patch that works with block cyclic data distributions. More... over 7 years ago
Modified partitioning for read-only property so that chunk array sizes that match the processor dimension are preserved. More... over 7 years ago
Modified pnga_destroy so that it cleans up utility group and old_mapc arrays if an array is destroy with the read_only property set. More... over 7 years ago
Added Edo's fix for getting rid of Valgrind error from pgroup destroy. More... over 7 years ago
Fixed up some bugs in the read_only property. Mapc array was not getting properly reallocated. More... over 7 years ago
Modified read only test to report the number of processors per node More... over 7 years ago
eliop FreeBSD patch from Debichem https://anonscm.debian.org/viewvc/debichem/unstable/nwchem/debian/patches/06_statfs_kfreebsd.patch?view=log More... over 7 years ago
Fixed a bug in unset property when using limited memory and made sure to get rid of on-node processor group after converting back to conventional global array. More... over 7 years ago
Merge branch 'hotfix/5.6.3' into develop More... over 7 years ago
bump version to 5.6.3 More... over 7 years ago
Fixed some bugs in the set/unset property routine. More... over 7 years ago
Fixed memory leak More... over 7 years ago
MPI_Comm_split requires non-negative color More... over 7 years ago
Added functionality to convert host IDs to positive integers using a hash table to keep track of unique IDs. This keeps the MPI_Comm_split function from failing if host IDs happen to be negative. More... over 7 years ago