Skip to content

Conversation

@wkliao
Copy link
Member

@wkliao wkliao commented Aug 26, 2025

MPI_Offset is usually typedef-ed as long long.
In some rare cases, it is typedef-ed as long.
To silence most of the compile warnings when using %lld
in printf statement, we first check MPI_Offset and define OFFFMT
to be used in all printf statements.

@wkliao wkliao merged commit 43c1210 into master Aug 28, 2025
4 checks passed
@wkliao wkliao deleted the mpi_offset_fmt branch August 28, 2025 14:18
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.

2 participants