- 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_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.
