Browse Source

mpi/src/starpu_mpi_cache.c: add missing call to _starpu_mpi_cache_stats_init()

Nathalie Furmento 10 years ago
parent
commit
3d53d98ef5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mpi/src/starpu_mpi_cache.c

+ 1 - 0
mpi/src/starpu_mpi_cache.c

@@ -68,6 +68,7 @@ void _starpu_mpi_cache_init(MPI_Comm comm)
 		STARPU_PTHREAD_MUTEX_INIT(&_cache_sent_mutex[i], NULL);
 		STARPU_PTHREAD_MUTEX_INIT(&_cache_received_mutex[i], NULL);
 	}
+	_starpu_mpi_cache_stats_init(comm);
 }
 
 static