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

Use earthshot slurm account at PNNL (deception & newell) #114

Merged
merged 27 commits into from
Apr 3, 2024

Conversation

jaelynlitz
Copy link
Contributor

Transition CI to use the earthshot account on PNNL HPC resources

Merge request type

  • New feature
  • Resolves bug
  • Documentation
  • Other

Relates to

  • OPFLOW
  • SOPFLOW
  • SCOPFLOW
  • TCOPFLOW
  • CMake build system
  • Spack configuration
  • Manual
  • Web docs
  • CI

This MR updates

  • Header files
  • Source code
  • CMake build system
  • Spack configuration
  • Web docs
  • Manual
  • Other

@cameronrutherford
Copy link
Contributor

I at least kicked off a new pipeline... Things are still failing and looks like we need to bugfix quite a few edge cases in our spack scripts that didn't present until now...

@cameronrutherford
Copy link
Contributor

Okay I tried poking around, and some very confusing error messages.

  • Newell was able to build, but now we are seeing errors running tests about various MPI/networking related services being unavailable. I am guessing a quick hack around to get MPI hello world working will highlight any issues
  • Deception/Incline are both having the same issue building PETSc. For some reason:
    • Latest PETSc version in spack in 3.20.4. Latest released minor version is 3.20.9
    • PETSc is trying to execute mpiexec -n 1 --oversubscribe in the configure stage of building on both platforms, and both processes are timing out. You would assume that Newell would have the same behavior, but it doesn't

Debugging steps I have brainstormed:

  • Try a different MPI / Compiler
  • Try downgrading PETSc and reporting a PETSc bug
  • Modifying SLURM arguments to correctly allocate threads/cores
  • Running build process manually to reproduce

@jaelynlitz I will leave this until you get back...

@jaelynlitz jaelynlitz changed the title Use earthshot slurm account at PNNL Use earthshot slurm account at PNNL (deception & newell) Mar 27, 2024
@jaelynlitz jaelynlitz mentioned this pull request Mar 27, 2024
13 tasks
Copy link
Contributor

@cameronrutherford cameronrutherford left a comment

Choose a reason for hiding this comment

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

Some minor documentation clarifications, but looks great! Hopefully Incline isn't too bad from here

.gitlab/pnnl/.gitlab-ci.yml Show resolved Hide resolved
.gitlab/pnnl/README.md Outdated Show resolved Hide resolved
.gitlab/pnnl/README.md Outdated Show resolved Hide resolved
.gitlab/pnnl/README.md Outdated Show resolved Hide resolved
.gitlab/pnnl/README.md Show resolved Hide resolved
buildsystem/spack/incline/spack.yaml Show resolved Hide resolved
@cameronrutherford cameronrutherford merged commit 2b58f65 into develop Apr 3, 2024
10 checks passed
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.

2 participants