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

Fix parallel build issues #788

Merged
merged 7 commits into from
Oct 11, 2024
Merged

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    7e6fd4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53f4d2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fc8ca9 View commit details
    Browse the repository at this point in the history
  4. Rename modules to make 100% sure they are not mixed up with the ones …

    …from the burgers example.
    vehre committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2351334 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Purge communicator before free on mpich4+.

    Mpich from 4.0 on seems to bug when there is a message dangling on
    freeing the communicator.
    vehre committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5491714 View commit details
    Browse the repository at this point in the history
  2. Use a global property for indicating openmpi.

    Using just a variable to indicate openmpi did not work reliably with
    all generators, i.e. at least with ninja the variable was not set
    in the top-level CMakeLists.txt and therefore additional options
    were not set leading to test failures.
    vehre committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2bae115 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Merge pull request #789 from sourceryinstitute/vehre/issue-781-clear-…

    …communicator-4-mpich
    
    Fix test failures with mpich 4+.
    rouson authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    6636fc5 View commit details
    Browse the repository at this point in the history