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

Update moose-mpi & PETSc: default Python packages, pinnings, apptainer exec fix, optimize compiler flags #28656

Open
wants to merge 6 commits into
base: next
Choose a base branch
from

Commits on Sep 18, 2024

  1. Add profiling to moose-dev

    grmnptr authored and milljm committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f33dc33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94f4422 View commit details
    Browse the repository at this point in the history
  3. Update PETSc to v3.21.5

    milljm committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cc43841 View commit details
    Browse the repository at this point in the history
  4. Remove flags. Default Python packages moose-mpi

    Remove DEBUG and other offending flags from CXXFLAGS/CPPFLAGS.
    
    When installing moose-mpi, supply a default set of python packages
    necessary to build MOOSE.
    
    Continue to constrain to a Python range. Default Python is latest
    supported version (3.11 at this commit)
    
    Pin HDF5 to 1.14.2 due to discovered issue: idaholab#28350
    
    As requested, incorporating `set` options we require when launching
    containers with exec subcommand.
    
    Bump SDK for Mac Intel (PETSc contrib requirement).
    
    Transition to files section for exec fix
    
    Pin several packages, as we are tired of experiencing issues with only small
    bumps to build versions.
    
    Refs idaholab#28427 idaholab#28283
    
    Closes idaholab#28643
    milljm committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a63ec30 View commit details
    Browse the repository at this point in the history
  5. Add requested linker flags

    milljm committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0fb0cfe View commit details
    Browse the repository at this point in the history
  6. bump hashes

    milljm committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7de692b View commit details
    Browse the repository at this point in the history