Browse Source

tests/main/display_binding.c: disable when mpi master slave mode is enabled

Nathalie Furmento 4 years ago
parent
commit
67c7eaee62
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tests/main/display_binding.c

+ 3 - 0
tests/main/display_binding.c

@@ -29,6 +29,9 @@ int main(void)
 #else
 int main(void)
 {
+#if defined(STARPU_USE_MPI_MASTER_SLAVE)
+	return EXIT_SUCCESS;
+#endif
 	setenv("STARPU_DISPLAY_BINDINGS", "1", 1);
 
 	int ret = starpu_init(NULL);