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

Use MPI_Aint_diff and MPI_Aint_add #148

Merged
merged 3 commits into from
Aug 28, 2024
Merged

Use MPI_Aint_diff and MPI_Aint_add #148

merged 3 commits into from
Aug 28, 2024

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    ca0f07b View commit details
    Browse the repository at this point in the history
  2. Add examples of using MPI_BOTTOM in flexible APIs

    examples/C/flexible_bottom.c
    examples/C/vard_bottom.c
    wkliao committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d725cad View commit details
    Browse the repository at this point in the history
  3. Silence compile warning of defined but not used.

    Making tests in ncmpidiff
    In file included from src/utils/ncmpidiff/cdfdiff.c:27:
    src/utils/ncvalidator/ncvalidator.c:2481:1: warning: check_signature defined but not used [-Wunused-function]
     check_signature(char *filename)
     ^~~~~~~~~~~~~~~
    src/utils/ncvalidator/ncvalidator.c:2458:1: warning: remove_file_system_type_prefix defined but not used [-Wunused-function]
     remove_file_system_type_prefix(const char *filename)
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    wkliao committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    12ccc70 View commit details
    Browse the repository at this point in the history