- Timestamp:
- 07/02/09 10:19:27 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
mpich2/trunk/src/mpi/romio/adio/ad_lustre/ad_lustre_wrcoll.c
r4458 r4889 19 19 ADIOI_Access *my_req, 20 20 ADIO_Offset *offset_list, 21 int *len_list,21 ADIO_Offset *len_list, 22 22 int contig_access_count, 23 23 int *striping_info, … … 27 27 char **send_buf, 28 28 ADIO_Offset *offset_list, 29 int *len_list, int *send_size,29 ADIO_Offset *len_list, int *send_size, 30 30 MPI_Request *requests, 31 31 int *sent_to_proc, int nprocs, … … 40 40 ADIOI_Flatlist_node *flat_buf, 41 41 ADIO_Offset *offset_list, 42 int *len_list, int *send_size,42 ADIO_Offset *len_list, int *send_size, 43 43 int *recv_size, ADIO_Offset off, 44 44 int size, int *count, … … 83 83 ADIO_Offset orig_fp, start_offset, end_offset, off; 84 84 ADIO_Offset *offset_list = NULL, *st_offsets = NULL, *end_offsets = NULL; 85 int *buf_idx = NULL, *len_list = NULL, *striping_info = NULL; 85 ADIO_Offset *len_list = NULL; 86 int *buf_idx = NULL, *striping_info = NULL; 86 87 int old_error, tmp_error; 87 88 … … 284 285 ADIOI_Access *my_req, 285 286 ADIO_Offset *offset_list, 286 int *len_list, int contig_access_count, 287 ADIO_Offset *len_list, 288 int contig_access_count, 287 289 int *striping_info, int *buf_idx, 288 290 int *error_code) … … 573 575 ADIOI_Flatlist_node *flat_buf, 574 576 ADIO_Offset *offset_list, 575 int *len_list, int *send_size,577 ADIO_Offset *len_list, int *send_size, 576 578 int *recv_size, ADIO_Offset off, 577 579 int size, int *count, … … 839 841 char **send_buf, 840 842 ADIO_Offset *offset_list, 841 int *len_list, int *send_size,843 ADIO_Offset *len_list, int *send_size, 842 844 MPI_Request *requests, 843 845 int *sent_to_proc, int nprocs,
