Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 24, 2023
1 parent 196bb2a commit 66baf64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testpar/testphdf5.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,8 @@ main(int argc, char **argv)
*/
#if defined(OPEN_MPI) && defined(OMPI_MAJOR_VERSION) && (OMPI_MAJOR_VERSION < 5)
if (MAINPROCESS)
printf("OpenMPI major version is < 5. Atomicity tests will be skipped due to support for atomicity operations not being implemented.\n");
printf("OpenMPI major version is < 5. Atomicity tests will be skipped due to support for atomicity "
"operations not being implemented.\n");
#else
if ((mpi_size < 2) && MAINPROCESS) {
printf("Atomicity tests need at least 2 processes to participate\n");
Expand Down

0 comments on commit 66baf64

Please sign in to comment.