1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #532 from m-a-d-n-e-s-s/JonathonMisiewicz-patch-1 More... 8 days ago
Update cmake.yml More... 8 days ago
remove stray debug print statement in world.cc More... about 1 month ago
Merge pull request #529 from m-a-d-n-e-s-s/524-moldft-with-3-processes-aborts More... about 1 month ago
fixup batched WorldGopInterface::concat0 More... about 1 month ago
Merge pull request #526 from m-a-d-n-e-s-s/524-moldft-with-2-processes-aborts More... about 1 month ago
amends batching changes to WorldGopInterface::concat0 introduced in https://github.com/m-a-d-n-e-s-s/madness/pull/520/commits/87715d98a244bff5cbff0bd2c644a8a00d882989 More... about 1 month ago
make macrotasks and related tests work again, More... about 2 months ago
Merge pull request #523 from m-a-d-n-e-s-s/evaleev/feature/memory-size-units More... about 2 months ago
merge More... about 2 months ago
envvars MAD_{BUFFER,MAX_REDUCEBCAST_MSG}_SIZE values converted to byted using cstr_to_memory_size More... about 2 months ago
removed unused world/hardware.* More... about 2 months ago
introduced madness/world/units.{h.cc} with literals and string->value conversion of memory amount with {k,K,M,G,T,P,E}{,i}B units More... about 2 months ago
removed spurious test code --- will clean it up and add it later More... about 2 months ago
more compilation fixes More... about 2 months ago
cleanup for compilation More... about 2 months ago
change default for thread binding to OFF More... about 2 months ago
switch thread binding default to false and get rid of some junk printing More... about 2 months ago
commented out test for config More... about 2 months ago
cleanup More... about 2 months ago
cleaned up periodic test and verified that all tests now pass after Ed's fix More... about 2 months ago
disambiguate call to abort() in safempi.h More... about 2 months ago
Merge pull request #522 from m-a-d-n-e-s-s/JonathonMisiewicz-patch-1 More... about 2 months ago
Update h2.cc More... about 2 months ago
typos More... about 2 months ago
Merge pull request #520 from m-a-d-n-e-s-s/evaleev/feature/can-limit-max-msg-size-for-broadcast-and-reduce More... 2 months ago
Merge pull request #521 from m-a-d-n-e-s-s/evaleev/fix/do_apply_shell_screening_logic More... 2 months ago
fix screening logic bug in do_apply More... 2 months ago
WorldGOPInterface::concat0 also uses max_reducebcast_msg_size + cleanup of reduce/broadcast More... 2 months ago
introduced WorldGopInterface::{set_,}max_reducebcast_msg_size that control the max size of buffers used by reduce/broadcast ... this may help the issues with MPI errors seen on Permutter when sum-reducing large arrays More... 2 months ago