|
@@ -768,10 +768,6 @@ static void _starpu_mpi_add_sync_point_in_fxt(void)
|
|
|
static
|
|
|
int _starpu_mpi_initialize(int initialize_mpi, int *rank, int *world_size)
|
|
|
{
|
|
|
-#ifdef STARPU_COMM_STATS
|
|
|
- if (!getenv("STARPU_SILENT")) fprintf(stderr,"Warning: StarPU was configured with --enable-comm-stats, which slows down a bit\n");
|
|
|
-#endif
|
|
|
-
|
|
|
_STARPU_PTHREAD_MUTEX_INIT(&mutex, NULL);
|
|
|
_STARPU_PTHREAD_COND_INIT(&cond_progression, NULL);
|
|
|
_STARPU_PTHREAD_COND_INIT(&cond_finished, NULL);
|