1
1

* fix for dumb memory bug introduced in romio performance fixup code

This commit was SVN r10528.
Этот коммит содержится в:
Brian Barrett 2006-06-27 19:58:18 +00:00
родитель 9a65a7ca97
Коммит 0031e39d72

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

@ -77,7 +77,7 @@ void ADIOI_GEN_WriteStridedColl(ADIO_File fd, void *buf, int count,
ADIO_Offset *offset_list = NULL, *st_offsets = NULL, *fd_start = NULL,
*fd_end = NULL, *end_offsets = NULL;
int *buf_idx = NULL, *len_list = NULL;
char *value;
char value[MPI_MAX_INFO_VAL];
int info_flag, ompi_parallel_opts = 0;
unsigned long long min_pe_request = ULONG_MAX;
unsigned long long max_pe_request = 0;