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

1660 Associate proxy with chain set to track automatically #1664

Merged
merged 8 commits into from
Mar 10, 2022

Conversation

lifflander
Copy link
Collaborator

Fixes #1660

@lifflander lifflander requested review from PhilMiller and nmm0 January 28, 2022 00:42
@github-actions
Copy link

github-actions bot commented Jan 28, 2022

PR tests (clang-5.0, ubuntu, mpich)

Build for 1af1cda

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Jan 28, 2022

PR tests (gcc-6, ubuntu, mpich)

Build for 1af1cda

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Jan 28, 2022

PR tests (gcc-5, ubuntu, mpich)

Build for 1af1cda

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Jan 28, 2022

PR tests (clang-3.9, ubuntu, mpich)

Build for 1af1cda

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Jan 28, 2022

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

Build for 1af1cda

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Jan 28, 2022

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

Build for 1af1cda

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Jan 28, 2022

PR tests (nvidia cuda 11.0, ubuntu, mpich)

Build for 1af1cda

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Jan 28, 2022

PR tests (clang-9, ubuntu, mpich)

Build for 1af1cda

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Jan 28, 2022

PR tests (nvidia cuda 10.1, ubuntu, mpich)

Build for 1af1cda

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Jan 28, 2022

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

Build for 1af1cda

Compilation - successful

Testing - passed

Build log

@codecov
Copy link

codecov bot commented Jan 28, 2022

Codecov Report

Merging #1664 (746ebf0) into develop (e906fc0) will decrease coverage by 0.03%.
The diff coverage is 88.07%.

❗ Current head 746ebf0 differs from pull request most recent head 1af1cda. Consider uploading reports for the commit 1af1cda to get more accurate results

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1664      +/-   ##
===========================================
- Coverage    83.58%   83.54%   -0.04%     
===========================================
  Files          799      799              
  Lines        31180    30941     -239     
===========================================
- Hits         26061    25851     -210     
+ Misses        5119     5090      -29     
Impacted Files Coverage Δ
src/vt/vrt/collection/holders/holder.h 100.00% <ø> (ø)
src/vt/messaging/collection_chain_set.h 91.07% <37.50%> (-8.93%) ⬇️
src/vt/messaging/collection_chain_set.impl.h 77.77% <77.77%> (ø)
src/vt/rdmahandle/manager.collection.impl.h 98.38% <100.00%> (ø)
src/vt/vrt/collection/holders/holder.impl.h 93.24% <100.00%> (+0.28%) ⬆️
src/vt/vrt/collection/manager.impl.h 96.02% <100.00%> (+0.06%) ⬆️
...t/termination/test_collection_chainset_tracking.cc 100.00% <100.00%> (ø)
tests/unit/termination/test_term_dep_send_chain.cc 98.64% <100.00%> (-0.01%) ⬇️
src/vt/collective/collective_ops.cc 59.61% <0.00%> (-28.91%) ⬇️
src/vt/registry/auto/auto_registry.cc 58.62% <0.00%> (-6.90%) ⬇️
... and 38 more

@github-actions
Copy link

github-actions bot commented Jan 28, 2022

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

Build for c4fd27c

Build failed for unknown reason. Check build logs


Build log

@github-actions
Copy link

github-actions bot commented Jan 28, 2022

PR tests (clang-10, alpine, mpich)

Build for 1af1cda

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Jan 28, 2022

PR tests (clang-10, ubuntu, mpich)

Build for 1af1cda

Compilation - successful

Testing - passed

Build log

@PhilMiller
Copy link
Member

I'm impressed with how simple this turned out to be

@PhilMiller
Copy link
Member

This all seems fine now.

@lifflander lifflander force-pushed the 1660-associate-proxy-chain-set branch 2 times, most recently from 7bd3cf3 to c4fd27c Compare February 8, 2022 00:26
@lifflander lifflander marked this pull request as ready for review February 9, 2022 01:28
@lifflander lifflander force-pushed the 1660-associate-proxy-chain-set branch from c4fd27c to 1af1cda Compare March 7, 2022 21:38
@lifflander lifflander requested a review from PhilMiller March 8, 2022 18:06
@lifflander lifflander merged commit fbdc1be into develop Mar 10, 2022
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.

Associate collection proxy with CollectionChainSet to automatically track indices
2 participants