Browse Source

simgrid: disable gather test again, it seems not stable

Samuel Thibault 5 years ago
parent
commit
1f57bd2d80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mpi/tests/Makefile.am

+ 1 - 1
mpi/tests/Makefile.am

@@ -128,7 +128,6 @@ starpu_mpi_TESTS +=				\
 	temporary				\
 	temporary				\
 	user_defined_datatype			\
 	user_defined_datatype			\
 	early_stuff				\
 	early_stuff				\
-	gather					\
 	sendrecv_bench
 	sendrecv_bench
 
 
 if !STARPU_SIMGRID
 if !STARPU_SIMGRID
@@ -152,6 +151,7 @@ starpu_mpi_TESTS +=				\
 	multiple_send				\
 	multiple_send				\
 	tags_checking				\
 	tags_checking				\
 	sync					\
 	sync					\
+	gather					\
 	gather2					\
 	gather2					\
 	driver
 	driver