|
@@ -1,7 +1,7 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
* Copyright (C) 2011, 2012, 2013, 2014, 2015, 2016 CNRS
|
|
|
- * Copyright (C) 2011-2016 Université de Bordeaux
|
|
|
+ * Copyright (C) 2011-2015 Université de Bordeaux
|
|
|
* Copyright (C) 2014 INRIA
|
|
|
*
|
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
@@ -130,7 +130,7 @@ int _starpu_mpi_comm_test_recv(MPI_Status *status, struct _starpu_mpi_envelope *
|
|
|
{
|
|
|
/* test whether an envelope has arrived. */
|
|
|
#ifdef STARPU_SIMGRID
|
|
|
- MSG_process_sleep(0.000001);
|
|
|
+ MSG_process_sleep(0.000010);
|
|
|
#endif
|
|
|
res = MPI_Test(&_comm->request, &flag, status);
|
|
|
STARPU_ASSERT(res == MPI_SUCCESS);
|