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 printf warnings in t_mpi #3679

Merged
merged 2 commits into from
Oct 16, 2023
Merged

Commits on Oct 15, 2023

  1. Fix printf warnings in t_mpi

    The type of MPI_Offset varies with implementation. In MPICH, it's long,
    which raises warnings when we attempt to use long long format
    specifiers. Casting to long long fixes the warnings.
    derobins committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    2318d80 View commit details
    Browse the repository at this point in the history
  2. Format source

    derobins committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    dc187ee View commit details
    Browse the repository at this point in the history