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

Run benchmarks weekly in CI #1245

Merged
merged 25 commits into from
Nov 4, 2024
Merged

Conversation

chapman39
Copy link
Contributor

@chapman39 chapman39 commented Oct 9, 2024

This PR...

  • Adds run_benchmarks.py script that builds Serac, runs benchmarks, and moves resulting Caliper files in shared location on LC.
  • Sets up CI such that this script is run on all platforms (ruby, lassen, tioga)
  • Setup weekly Pipeline Schedule on Gitlab

Also,

  • Disables benchmarks on full builds (since benchmarks are being compiled on src already)
  • Fixes cray full CI builds? (it was not using the spec in specs.json)
  • Fixes physics_benchmark_solid_nonlinear_solve benchmark to handle petsc being disabled
  • Disables all cray CI jobs until all developers have access (only on-push was disabled previously)

@chapman39 chapman39 added CI Continuous Integration testing Related to testing labels Oct 9, 2024
@chapman39 chapman39 self-assigned this Oct 9, 2024
@chapman39 chapman39 changed the title Create run benchmarks script and setup in CI Run benchmarks weekly in CI Oct 9, 2024
.gitlab-ci.yml Outdated Show resolved Hide resolved
@chapman39 chapman39 marked this pull request as ready for review October 25, 2024 21:20
@chapman39
Copy link
Contributor Author

chapman39 commented Oct 25, 2024

In a future PR I'll update the docs to explain how to properly view this data on SPOT, but it's more or less the following:

  • Go to https://lc.llnl.gov/spot2/?sf=/usr/WS2/smithdev/califiles
  • Click the check mark button on the top right
  • Ensure "cluster" is ticked on
  • Click on "ruby" under the cluster pie chart (of whatever machine you want to view)
  • Click on the benchmark you want to view under the "executable" pie chart
  • Scroll down to the table and and select the "compare" tab
  • Above the charts set "Group by" to "mpi.world.size"

You'll notice at the moment each chart is practically a straight line, because there haven't been any changes to Serac yet. If you want to view another cluster or executable, click on the previous one to deselect it before selecting a new one. That way to you don't view both at the same time.

@chapman39
Copy link
Contributor Author

Weekly pipeline passing https://lc.llnl.gov/gitlab/smith/serac/-/pipelines/472258

@chapman39
Copy link
Contributor Author

@chapman39 chapman39 merged commit 5b35e5d into develop Nov 4, 2024
2 checks passed
@chapman39 chapman39 deleted the feature/chapman39/run-benchmarks-ci branch November 4, 2024 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration testing Related to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants