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

#476 allow migrations to same node #1729

Merged
merged 13 commits into from
May 26, 2022
Merged

Conversation

jstrzebonski
Copy link
Contributor

@jstrzebonski jstrzebonski commented Apr 4, 2022

Fixes #476

@jstrzebonski jstrzebonski self-assigned this Apr 4, 2022
@jstrzebonski jstrzebonski force-pushed the 476-allow-migrations-to-same-node branch from 27f4cd1 to 616818b Compare April 4, 2022 13:54
@github-actions
Copy link

github-actions bot commented Apr 4, 2022

PR tests (clang-3.9, ubuntu, mpich)

Build for 9b16989

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 4, 2022

PR tests (clang-5.0, ubuntu, mpich)

Build for 9b16989

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 4, 2022

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

Build for 9b16989

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 4, 2022

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

Build for 9b16989

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 4, 2022

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

Build for 9b16989

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 4, 2022

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

Build for 9b16989

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 4, 2022

PR tests (gcc-6, ubuntu, mpich)

Build for 9b16989

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 4, 2022

PR tests (clang-9, ubuntu, mpich)

Build for 9b16989

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 4, 2022

PR tests (clang-10, ubuntu, mpich)

Build for 9b16989

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 4, 2022

PR tests (gcc-5, ubuntu, mpich)

Build for 9b16989

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 4, 2022

PR tests (nvidia cuda 11.0, ubuntu, mpich)

Build for 9b16989

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 4, 2022

PR tests (nvidia cuda 10.1, ubuntu, mpich)

Build for 9b16989

Compilation - successful

Testing - passed

Build log

@jstrzebonski jstrzebonski changed the title 476 allow migrations to same node #476 allow migrations to same node Apr 8, 2022
@jstrzebonski jstrzebonski force-pushed the 476-allow-migrations-to-same-node branch from 1d36b61 to 0a19691 Compare April 8, 2022 17:00
@github-actions
Copy link

github-actions bot commented Apr 8, 2022

PR tests (clang-10, alpine, mpich)

Build for 30c12e1

Compilation - successful

Testing - passed

Build log

@jstrzebonski jstrzebonski force-pushed the 476-allow-migrations-to-same-node branch from 60ea9c5 to 46bf614 Compare April 21, 2022 15:30
@jstrzebonski jstrzebonski force-pushed the 476-allow-migrations-to-same-node branch from 46bf614 to 36e78ad Compare May 4, 2022 11:49
@github-actions
Copy link

github-actions bot commented May 4, 2022

PR tests (clang-11, ubuntu, mpich)

Build for 9b16989

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 4, 2022

PR tests (intel icpx, ubuntu, mpich)

Build for 9b16989

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 4, 2022

PR tests (clang-12, ubuntu, mpich)

Build for 9b16989

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 4, 2022

PR tests (clang-13, ubuntu, mpich)

Build for 9b16989

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 4, 2022

PR tests (gcc-11, ubuntu, mpich)

Build for 9b16989

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 4, 2022

PR tests (clang-14, ubuntu, mpich)

Build for 9b16989

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented May 4, 2022

PR tests (gcc-12, ubuntu, mpich)

Build for 9b16989

Compilation - successful

Testing - passed

Build log

@jstrzebonski jstrzebonski force-pushed the 476-allow-migrations-to-same-node branch 2 times, most recently from 7e7194c to 0d6cccf Compare May 17, 2022 07:12
@jstrzebonski jstrzebonski force-pushed the 476-allow-migrations-to-same-node branch 2 times, most recently from f26a390 to 7bbf7d3 Compare May 19, 2022 13:53
@jstrzebonski jstrzebonski requested a review from nlslatt May 19, 2022 15:35
@jstrzebonski jstrzebonski force-pushed the 476-allow-migrations-to-same-node branch 2 times, most recently from 9ef572d to 30c12e1 Compare May 24, 2022 14:23
@github-actions
Copy link

github-actions bot commented May 24, 2022

PR tests (intel icpc, ubuntu, mpich)

Build for 9b16989

Compilation - successful

Testing - passed

Build log

@jstrzebonski jstrzebonski force-pushed the 476-allow-migrations-to-same-node branch from 1b84452 to 02c4eb2 Compare May 24, 2022 17:49
Copy link
Collaborator

@nlslatt nlslatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

tests/unit/collection/test_lb.extended.cc Outdated Show resolved Hide resolved
@jstrzebonski jstrzebonski force-pushed the 476-allow-migrations-to-same-node branch from 02c4eb2 to 52d890f Compare May 24, 2022 18:15
@nlslatt nlslatt force-pushed the 476-allow-migrations-to-same-node branch from 52d890f to 04fdf98 Compare May 24, 2022 22:17
@github-actions
Copy link

github-actions bot commented May 25, 2022

PR tests (alpine, clang-13, mpich)

Build for 620597a

Compilation - successful

Testing - passed

Build log

@jstrzebonski jstrzebonski force-pushed the 476-allow-migrations-to-same-node branch from 04fdf98 to 620597a Compare May 25, 2022 06:54
@nlslatt nlslatt force-pushed the 476-allow-migrations-to-same-node branch from 620597a to ca878f6 Compare May 25, 2022 20:09
@github-actions
Copy link

github-actions bot commented May 25, 2022

PR tests (clang-13, alpine, mpich)

Build for 9b16989

Compilation - successful

Testing - passed

Build log

@jstrzebonski jstrzebonski force-pushed the 476-allow-migrations-to-same-node branch from ca878f6 to 9b16989 Compare May 26, 2022 12:22
@nlslatt nlslatt merged commit c6639bd into develop May 26, 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.

Allow migrations to same node for testing serialization
4 participants