2
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Aug 07, 2024 — Aug 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed up ga_print_distribution so that it works for block-cyclic data layouts More... over 5 years ago
Fixed some bugs in the pnga_pgroup_duplicate function. Should work now. More... over 5 years ago
Modified code so that it is using the agressive check contiguous function. More... over 5 years ago
Got rid of some debugging prints More... over 5 years ago
Merge branch 'develop' of https://github.com/GlobalArrays/ga into develop More... over 5 years ago
Modified _get_world_ranks so that it uses MPI_Allgather instead of MPI_Translate_group_ranks. This seems to be much higher performing on Summit. More... over 5 years ago
Merge pull request #153 from GlobalArrays/feature/sicm More... over 5 years ago
Merge branch 'develop' into feature/sicm More... over 5 years ago
Make the source tree more similar to the develop branch. Added the tiled irregular codes. Pre test More... over 5 years ago
option to specify sicm_dev More... over 5 years ago
Modified iterators so that block cyclic distributions should work on process groups. More... over 5 years ago
Fixed ga_access_block_segment so that it is group aware. More... over 5 years ago
Added a couple examples More... over 5 years ago
Added some utility functions for duplicate groups and returning the group with only the calling process in it. More... over 5 years ago
add sicm to configure More... over 5 years ago
Fixed some documentation More... over 5 years ago
Added an option for creating irregular tiled arrays to the GA library and modified test.F to create arrays using this data structure. More... over 5 years ago
Cleaned up declarations of 64 bit version of block cyclic set functions and added a declaration of GA_MPI_Comm_pgroup call in base.h to eliminate warning in base.c More... almost 6 years ago
Added 64 bit versions of set block cyclic proc grid functions More... almost 6 years ago
Added some code to duplicate the world communicator so that libraries using MPI have less chance of interfering with internal GA communication. More... almost 6 years ago
Got rid of unecessary declaration armci_group_comm More... almost 6 years ago
armci_group_comm no longer returns a duplicate of the communicator used inside comex. This will expose more potential hangs, but will keep the armci_group_comm function local. More... almost 6 years ago
Added 64 bit version of Set_block_cyclic_proc_grid function to C interface. More... almost 6 years ago
Made some modifications to make testing more rigourous for non-blocking calls. Tests fail with these modifications, which are currently commented out for less rigorous tests so that all tests pass. More... almost 6 years ago
xcode 9.2 removed More... almost 6 years ago
replaced xcode 9.1 with 9.2 More... almost 6 years ago
added detection of powerpc, mips and arm for NOUSE_MMAP More... almost 6 years ago
added NOUSE_MMAP for 32bit linux More... almost 6 years ago
Fixed uninitialized return value in ngai_has_negative_element. More... almost 6 years ago
Attemping MPI3 backend changes -J More... almost 6 years ago