Skip to content

Commit

Permalink
Remove Windows oneAPI warning for unused function (#4878)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored Sep 26, 2024
1 parent 7d40520 commit 392fd20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testpar/t_mpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ test_mpio_overlap_writes(char *filename)
#define GB 1073741824 /* 1024**3 == 2**30 */
#define TWO_GB_LESS1 2147483647 /* 2**31 - 1 */
#define FOUR_GB_LESS1 4294967295L /* 2**32 - 1 */

#ifndef H5_HAVE_WIN32_API
/*
* Verify that MPI_Offset exceeding 2**31 can be computed correctly.
* Print any failure as information only, not as an error so that this
Expand Down Expand Up @@ -409,6 +411,7 @@ test_mpio_gb_file(char *filename)
free(buf);
return (nerrs);
}
#endif

/*
* MPI-IO Test: One writes, Many reads.
Expand Down

0 comments on commit 392fd20

Please sign in to comment.