Ver código fonte

mpi/tests/early_stuff: return 0 instead of 77, some mpi implementations do not like 77

Nathalie Furmento 5 anos atrás
pai
commit
d97ee5ee70
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      mpi/tests/early_stuff.c

+ 1 - 1
mpi/tests/early_stuff.c

@@ -27,7 +27,7 @@ int main(int argc, char **argv)
 	if (!mpi_init)
 		MPI_Finalize();
 
-	return STARPU_TEST_SKIPPED;
+	return 0;
 }
 
 #else