Skip to content

Commit

Permalink
Merge pull request #7222 from hzhou/2411_romio_check
Browse files Browse the repository at this point in the history
romio/test: fix test/aggregation1 on mac clang

Approved-by: Ken Raffenetti
  • Loading branch information
hzhou authored Nov 22, 2024
2 parents d1b04e8 + 9f5bb08 commit a111912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpi/romio/test/aggregation1.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* Test case from John Bent (ROMIO req #835)
* Aggregation code was not handling certain access patterns when collective
* buffering forced */
#define _XOPEN_SOURCE 500 /* strdup not in string.h otherwise */
#define _XOPEN_SOURCE 600 /* strdup not in string.h otherwise */
#include <unistd.h>
#include <stdlib.h>
#include <mpi.h>
Expand Down

0 comments on commit a111912

Please sign in to comment.