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

1876 Fix number of processors for perf tests #1877

Merged
merged 1 commit into from
Jul 28, 2022

Conversation

nlslatt
Copy link
Collaborator

@nlslatt nlslatt commented Jul 20, 2022

I corrected a use of the wrong variable and also made 2 the minimum number of ranks to use for perf tests. ping_pong had been trying to run on only 1 rank, which was breaking Gitlab CI.

Fixes #1876

@github-actions
Copy link

github-actions bot commented Jul 20, 2022

Pipelines results

PR tests (clang-5.0, ubuntu, mpich)

Build for bda9a9d

Compilation - successful

Testing - passed

Build log


PR tests (clang-3.9, ubuntu, mpich)

Build for bda9a9d

Compilation - successful

Testing - passed

Build log


PR tests (gcc-6, ubuntu, mpich)

Build for bda9a9d

Compilation - successful

Testing - passed

Build log


PR tests (gcc-5, ubuntu, mpich)

Build for bda9a9d

Compilation - successful

Testing - passed

Build log


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

Build for bda9a9d

Compilation - successful

Testing - passed

Build log


PR tests (clang-13, alpine, mpich)

Build for bda9a9d

Compilation - successful

Testing - passed

Build log


PR tests (clang-9, ubuntu, mpich)

Build for bda9a9d

Compilation - successful

Testing - passed

Build log


PR tests (nvidia cuda 10.1, ubuntu, mpich)

Build for bda9a9d

Compilation - successful

Testing - passed

Build log


PR tests (intel icpx, ubuntu, mpich)

Build for bda9a9d

Compilation - successful

Testing - passed

Build log


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

Build for bda9a9d

Compilation - successful

Testing - passed

Build log


PR tests (clang-11, ubuntu, mpich)

Build for bda9a9d

Compilation - successful

Testing - passed

Build log


PR tests (clang-12, ubuntu, mpich)

Build for bda9a9d

Compilation - successful

Testing - passed

Build log


PR tests (gcc-11, ubuntu, mpich)

Build for bda9a9d

Compilation - successful

Testing - passed

Build log


PR tests (clang-14, ubuntu, mpich)

Build for bda9a9d

Compilation - successful

Testing - passed

Build log


PR tests (clang-13, ubuntu, mpich)

Build for bda9a9d

Compilation - successful

Testing - passed

Build log


PR tests (gcc-12, ubuntu, mpich)

Build for bda9a9d

Compilation - successful

Testing - passed

Build log


PR tests (clang-10, ubuntu, mpich)

Build for bda9a9d

Compilation - successful

Testing - passed

Build log


PR tests (intel icpc, ubuntu, mpich)

Build for bda9a9d

Compilation - successful

Testing - passed

Build log


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

Build for bda9a9d

Compilation - successful

Testing - passed

Build log


PR tests (nvidia cuda 11.0, ubuntu, mpich)

Build for bda9a9d

Compilation - successful

Testing - passed

Build log


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

Build for bda9a9d

Compilation - successful

Testing - passed

Build log


Copy link
Contributor

@prwolfe prwolfe left a comment

Choose a reason for hiding this comment

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

Makes sense to me.

@codecov
Copy link

codecov bot commented Jul 28, 2022

Codecov Report

Merging #1877 (bda9a9d) into develop (41a66fb) will decrease coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1877      +/-   ##
===========================================
- Coverage    84.43%   84.37%   -0.06%     
===========================================
  Files          760      760              
  Lines        26790    26791       +1     
===========================================
- Hits         22621    22606      -15     
- Misses        4169     4185      +16     
Impacted Files Coverage Δ
src/vt/topos/location/location.impl.h 88.19% <0.00%> (-5.91%) ⬇️
tutorial/tutorial_1h.h 100.00% <0.00%> (ø)

@nlslatt nlslatt merged commit de1593b into develop Jul 28, 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.

Fix number of processors for perf tests
2 participants