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

Conversation

wkliao
Copy link
Member

@wkliao wkliao commented Aug 28, 2024

Instead of directly using memory addresses, call MPI_Aint_diff and MPI_Aint_add
to calculate difference and addition.

examples/C/flexible_bottom.c
examples/C/vard_bottom.c
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 wkliao merged commit 485fcd9 into master Aug 28, 2024
4 checks passed
@wkliao wkliao deleted the mpi_address branch August 28, 2024 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant