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 a couple of minor issues with IOR output #493

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 20, 2024

  1. Fix a couple of minor issues with IOR output

    This commit fixes two issues:
    
     - The AIO backend prints the max outstanding transactions when starting. This is printed by every MPI rank and doesn't add much. Probably is left over from some debugging.
    
     - Init MPI ***before*** parsing the command line. Without this every rank thinks it is rank 0 so messages that should only be printed by rank 0 are printed n times.
    
    Signed-off-by: Nathan Hjelm <[email protected]>
    hjelmn committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e79e76e View commit details
    Browse the repository at this point in the history