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

ROMIO: avoid using global variables, as not thread-safe #6972

Closed
wants to merge 2 commits into from

Commits on Apr 7, 2024

  1. ROMIO: avoid using global variables, as not thread-safe

    move the following global variables defined in ad_tuning.c into
    ADIOI_FileD struct as members of a file handle.
        int romio_write_aggmethod;
        int romio_read_aggmethod;
        int romio_onesided_no_rmw;
        int romio_onesided_always_rmw;
        int romio_onesided_inform_rmw;
        int romio_tunegather;
    wkliao committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    74ddb79 View commit details
    Browse the repository at this point in the history
  2. ROMIO: spell check

    wkliao committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    9cd1c91 View commit details
    Browse the repository at this point in the history