Skip to content

Commit 16ff51e

Browse files
authored
Merge pull request #7754 from hpcraink/fixes
Restore testing all datatypes.
2 parents e21c31f + a8cdc0d commit 16ff51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/datatype/to_self.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ static int do_test_for_ddt( int doop, MPI_Datatype sddt, MPI_Datatype rddt, int
504504

505505
int main( int argc, char* argv[] )
506506
{
507-
int run_tests = DO_STRUCT_MERGED_WITH_GAP_RESIZED; /* do all datatype tests by default */
507+
int run_tests = 0xffff; /* do all datatype tests by default */
508508
int rank, size;
509509
MPI_Datatype ddt;
510510

0 commit comments

Comments
 (0)