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

Warning in performance test step-68 #15712

Closed
bangerth opened this issue Jul 10, 2023 · 3 comments
Closed

Warning in performance test step-68 #15712

bangerth opened this issue Jul 10, 2023 · 3 comments
Labels

Comments

@bangerth
Copy link
Member

/scratch/users/testsuite/testsuite-hSJKfnb8/dealii/tests/performance/timing_step_68.cc: In instantiation of 'void Step68::ParticleTracking<dim>::generate_particles() [with int dim = 2]':
/scratch/users/testsuite/testsuite-hSJKfnb8/dealii/tests/performance/timing_step_68.cc:428:5:   required from 'Measurement Step68::ParticleTracking<dim>::run() [with int dim = 2]'
/scratch/users/testsuite/testsuite-hSJKfnb8/dealii/tests/performance/timing_step_68.cc:507:31:   required from here
/scratch/users/testsuite/testsuite-hSJKfnb8/dealii/tests/performance/timing_step_68.cc:267:18: warning: unused variable 'outer_radius' [-Wunused-variable]
  267 |     const double outer_radius = 0.50;
      |                  ^~~~~~~~~~~~
/scratch/users/testsuite/testsuite-hSJKfnb8/dealii/tests/performance/timing_step_68.cc:268:18: warning: unused variable 'inner_radius' [-Wunused-variable]
  268 |     const double inner_radius = 0.01;
      |                  ^~~~~~~~~~~~

Seen in https://cdash.dealii.org/test/1393689

@tamiko tamiko added the Tests label Jul 10, 2023
@tamiko
Copy link
Member

tamiko commented Jul 10, 2023

@blaisb ping

@blaisb
Copy link
Member

blaisb commented Jul 11, 2023

Noted @tamiko ! Will open a PR this morning

@blaisb
Copy link
Member

blaisb commented Jul 12, 2023

the merger of #15717 should have fixed this issue. I think you can close it now.

@tjhei tjhei closed this as completed Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants