Changeset 4889
- Timestamp:
- 07/02/09 10:19:27 (4 months ago)
- Location:
- mpich2/trunk/src/mpi/romio/adio/ad_lustre
- Files:
-
- 2 modified
-
ad_lustre_aggregate.c (modified) (2 diffs)
-
ad_lustre_wrcoll.c (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mpich2/trunk/src/mpi/romio/adio/ad_lustre/ad_lustre_aggregate.c
r4458 r4889 121 121 */ 122 122 void ADIOI_LUSTRE_Calc_my_req(ADIO_File fd, ADIO_Offset *offset_list, 123 int *len_list, int contig_access_count,123 ADIO_Offset *len_list, int contig_access_count, 124 124 int *striping_info, int nprocs, 125 125 int *count_my_req_procs_ptr, … … 274 274 275 275 int ADIOI_LUSTRE_Docollect(ADIO_File fd, int contig_access_count, 276 int *len_list, int nprocs)276 ADIO_Offset *len_list, int nprocs) 277 277 { 278 278 /* If the processes are non-interleaved, we will check the req_size. -
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,
