Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1376 improve lbargs for gossiplb #1422

Merged
merged 27 commits into from
May 28, 2021
Merged

Conversation

nlslatt
Copy link
Collaborator

@nlslatt nlslatt commented May 3, 2021

Makes LB args for GossipLB more human readable, improves error handling, adds the (default) ability to have vt choose an appropriate fanout and number of gossiping rounds, makes asynchronous informs the default, and sets the number of trials to 1 (more lightweight) by default.

Closes #1376.

@github-actions
Copy link

github-actions bot commented May 3, 2021

PR tests (gcc-5, ubuntu, mpich)

Build for feba7b7

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 3, 2021

PR tests (gcc-10, ubuntu, openmpi, no LB)

Build for feba7b7

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 3, 2021

PR tests (nvidia cuda 11.0, ubuntu, mpich)

Build for feba7b7

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 3, 2021

PR tests (gcc-7, ubuntu, mpich, trace runtime, LB)

Build for feba7b7

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 3, 2021

PR tests (gcc-6, ubuntu, mpich)

Build for feba7b7

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 3, 2021

PR tests (clang-3.9, ubuntu, mpich)

Build for feba7b7

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 3, 2021

PR tests (clang-5.0, ubuntu, mpich)

Build for feba7b7

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 3, 2021

PR tests (gcc-9, ubuntu, mpich, zoltan)

Build for feba7b7

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 3, 2021

PR tests (gcc-8, ubuntu, mpich, address sanitizer)

Build for feba7b7

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 3, 2021

PR tests (intel 19, ubuntu, mpich)

Build for feba7b7

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 3, 2021

PR tests (nvidia cuda 10.1, ubuntu, mpich)

Build for feba7b7

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 3, 2021

PR tests (clang-9, ubuntu, mpich)

Build for feba7b7

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 3, 2021

PR tests (intel 18.03, ubuntu, mpich)

Build for feba7b7

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 3, 2021

PR tests (clang-8, alpine, mpich)

Build for 2e5a7be



The following tests FAILED:
  488 - vt:*/TestSequencerExtensive.test_wait_1/*_proc_2 (Timeout)

Build log

@github-actions
Copy link

github-actions bot commented May 3, 2021

PR tests (clang-10, ubuntu, mpich)

Build for feba7b7

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 11, 2021

PR tests (clang-10, alpine, mpich)

Build for feba7b7

Compilation - successful

Testing - passed

Build log

@codecov
Copy link

codecov bot commented May 11, 2021

Codecov Report

Merging #1422 (8fa1feb) into develop (145a258) will decrease coverage by 0.09%.
The diff coverage is 80.85%.

❗ Current head 8fa1feb differs from pull request most recent head feba7b7. Consider uploading reports for the commit feba7b7 to get more accurate results
Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1422      +/-   ##
===========================================
- Coverage    82.86%   82.76%   -0.10%     
===========================================
  Files          760      760              
  Lines        28736    28780      +44     
===========================================
+ Hits         23811    23821      +10     
- Misses        4925     4959      +34     
Impacted Files Coverage Δ
src/vt/vrt/collection/balance/gossiplb/gossiplb.h 100.00% <ø> (ø)
src/vt/vrt/collection/balance/gossiplb/gossiplb.cc 68.73% <69.56%> (-2.18%) ⬇️
.../vt/vrt/collection/balance/gossiplb/gossip_enums.h 86.66% <86.66%> (ø)
tests/unit/collection/test_lb.extended.cc 86.84% <100.00%> (-0.34%) ⬇️
tests/unit/lb/test_gossiplb.nompi.cc 100.00% <100.00%> (ø)
src/vt/configs/error/error.impl.h 0.00% <0.00%> (-100.00%) ⬇️
src/vt/termination/dijkstra-scholten/comm.cc 54.54% <0.00%> (-12.73%) ⬇️
src/vt/topos/location/location.impl.h 90.49% <0.00%> (-3.69%) ⬇️
src/vt/collective/collective_ops.cc 56.00% <0.00%> (-3.62%) ⬇️
... and 13 more

@nlslatt nlslatt marked this pull request as ready for review May 17, 2021 22:08
@nlslatt
Copy link
Collaborator Author

nlslatt commented May 24, 2021

@lifflander @PhilMiller This still needs to be reviewed.

@nlslatt nlslatt force-pushed the 1376-improve-lbargs-for-gossiplb branch from 3c0b43f to 47989b1 Compare May 28, 2021 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve LB args for GossipLB
4 participants