1
1
Found by Christoph Niethammer using the mpi_test_suite

This commit was SVN r19523.
Этот коммит содержится в:
Rainer Keller 2008-09-09 08:01:41 +00:00
родитель 8558ba1f51
Коммит 1d7fd1f51d

Просмотреть файл

@ -256,6 +256,9 @@ static void file_constructor(ompi_file_t *file)
/* Construct the io request freelist */
OBJ_CONSTRUCT(&file->f_io_requests, opal_list_t);
/* Construct the per-module io request freelist */
OBJ_CONSTRUCT(&file->f_io_requests_lock, opal_mutex_t);
/* If the user doesn't want us to ever free it, then add an extra
RETAIN here */