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

1544: Implement default_map for indices with more than 3 dimensions #1730

Merged
merged 4 commits into from
Jun 14, 2022

Conversation

JacobDomagala
Copy link
Contributor

Fixes #1544

@JacobDomagala JacobDomagala self-assigned this Apr 5, 2022
@github-actions
Copy link

github-actions bot commented Apr 5, 2022

PR tests (gcc-5, ubuntu, mpich)

Build for c5bc220

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 5, 2022

PR tests (clang-5.0, ubuntu, mpich)

Build for c5bc220

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 5, 2022

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

Build for c5bc220

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 5, 2022

PR tests (clang-3.9, ubuntu, mpich)

Build for c5bc220

Compilation - successful

Testing - passed

Build log

@codecov
Copy link

codecov bot commented Apr 5, 2022

Codecov Report

Merging #1730 (c2f3118) into develop (a9753fe) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1730      +/-   ##
===========================================
- Coverage    84.34%   84.31%   -0.03%     
===========================================
  Files          758      758              
  Lines        26708    26715       +7     
===========================================
- Hits         22526    22524       -2     
- Misses        4182     4191       +9     
Impacted Files Coverage Δ
src/vt/topos/index/dense/dense_array.h 100.00% <ø> (ø)
src/vt/topos/mapping/dense/dense.impl.h 98.03% <100.00%> (+0.16%) ⬆️
...unit/collection/test_collection_construct_common.h 100.00% <100.00%> (ø)
tests/unit/collection/test_construct.cc 100.00% <100.00%> (ø)
src/vt/phase/phase_manager.cc 92.43% <0.00%> (-1.69%) ⬇️
src/vt/vrt/collection/manager.impl.h 95.44% <0.00%> (-1.00%) ⬇️

@github-actions
Copy link

github-actions bot commented Apr 5, 2022

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

Build for c5bc220

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 5, 2022

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

Build for c5bc220

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 5, 2022

PR tests (gcc-6, ubuntu, mpich)

Build for c5bc220

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 5, 2022

PR tests (clang-9, ubuntu, mpich)

Build for c5bc220

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 5, 2022

PR tests (nvidia cuda 11.0, ubuntu, mpich)

Build for c5bc220

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 5, 2022

PR tests (nvidia cuda 10.1, ubuntu, mpich)

Build for c5bc220

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 5, 2022

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

Build for c5bc220

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 5, 2022

PR tests (clang-10, alpine, mpich)

Build for c5bc220

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Apr 5, 2022

PR tests (clang-10, ubuntu, mpich)

Build for c5bc220

Compilation - successful

Testing - passed

Build log

@JacobDomagala
Copy link
Contributor Author

Codecov issue should be resolved after #1736 is fixed.

@JacobDomagala JacobDomagala force-pushed the 1544-add-backup-option-for-default-map branch 2 times, most recently from 54c5110 to c5bc220 Compare April 20, 2022 12:08
@JacobDomagala JacobDomagala force-pushed the 1544-add-backup-option-for-default-map branch from c5bc220 to 33f9b6b Compare June 6, 2022 14:34
@github-actions
Copy link

github-actions bot commented Jun 6, 2022

Pipelines results

PR tests (clang-3.9, ubuntu, mpich)

Build for c2f3118

Compilation - successful

Testing - passed

Build log


PR tests (clang-5.0, ubuntu, mpich)

Build for c2f3118

Compilation - successful

Testing - passed

Build log


PR tests (gcc-5, ubuntu, mpich)

Build for c2f3118

Compilation - successful

Testing - passed

Build log


PR tests (gcc-6, ubuntu, mpich)

Build for c2f3118

Compilation - successful

Testing - passed

Build log


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

Build for c2f3118

Compilation - successful

Testing - passed

Build log


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

Build for c2f3118

Compilation - successful

Testing - passed

Build log


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

Build for c2f3118

Compilation - successful

Testing - passed

Build log


PR tests (clang-9, ubuntu, mpich)

Build for c2f3118

Compilation - successful

Testing - passed

Build log


PR tests (intel icpx, ubuntu, mpich)

Build for c2f3118

Compilation - successful

Testing - passed

Build log


PR tests (clang-11, ubuntu, mpich)

Build for c2f3118

Compilation - successful

Testing - passed

Build log


PR tests (clang-13, ubuntu, mpich)

Build for c2f3118

Compilation - successful

Testing - passed

Build log


PR tests (clang-12, ubuntu, mpich)

Build for c2f3118

Compilation - successful

Testing - passed

Build log


PR tests (clang-13, alpine, mpich)

Build for c2f3118

Compilation - successful

Testing - passed

Build log


PR tests (nvidia cuda 10.1, ubuntu, mpich)

Build for c2f3118

Compilation - successful

Testing - passed

Build log


PR tests (nvidia cuda 11.0, ubuntu, mpich)

Build for c2f3118

Compilation - successful

Testing - passed

Build log


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

Build for c2f3118

Compilation - successful

Testing - passed

Build log


PR tests (clang-14, ubuntu, mpich)

Build for c2f3118

Compilation - successful

Testing - passed

Build log


PR tests (gcc-11, ubuntu, mpich)

Build for c2f3118

Compilation - successful

Testing - passed

Build log


PR tests (gcc-12, ubuntu, mpich)

Build for c2f3118

Compilation - successful

Testing - passed

Build log


PR tests (clang-10, ubuntu, mpich)

Build for c2f3118

Compilation - successful

Testing - passed

Build log


PR tests (intel icpc, ubuntu, mpich)

Build for c2f3118

Compilation - successful

Testing - passed

Build log


@JacobDomagala JacobDomagala force-pushed the 1544-add-backup-option-for-default-map branch 3 times, most recently from a740792 to ddbe5bf Compare June 7, 2022 15:31
@JacobDomagala JacobDomagala marked this pull request as ready for review June 7, 2022 16:41
Copy link
Collaborator

@lifflander lifflander 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 to me!

@JacobDomagala JacobDomagala force-pushed the 1544-add-backup-option-for-default-map branch from 3b58445 to d7bb3a5 Compare June 8, 2022 17:15
@JacobDomagala JacobDomagala force-pushed the 1544-add-backup-option-for-default-map branch from d7bb3a5 to c2f3118 Compare June 9, 2022 20:51
Copy link
Contributor

@jstrzebonski jstrzebonski 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.

@lifflander lifflander merged commit 39230e6 into develop Jun 14, 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.

Indices over 3-dimensions fail to compile because DefaultMap does not have a backup option
4 participants