Changeset 690
- Timestamp:
- 10/27/09 16:08:37 (4 weeks ago)
- Location:
- trunk/test
- Files:
-
- 7 modified
-
fandc/csnap.c (modified) (1 diff)
-
mcoll_perf/mcoll_perf.c (modified) (2 diffs)
-
mcoll_perf/single_mcoll_perf_record.c (modified) (2 diffs)
-
test_dtype/test_darray.c (modified) (2 diffs)
-
test_int/test_write.c (modified) (1 diff)
-
testcases/ncmpi_vars_null_stride.c (modified) (1 diff)
-
testcases/vectors.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/fandc/csnap.c
r384 r690 116 116 MPI_Barrier(comm_cart); 117 117 118 printf("%3d %2d %2d %2d %4 d %4d %4d %4d %4d %4d %6d %6d %6d\n",118 printf("%3d %2d %2d %2d %4lld %4lld %4lld %4lld %4lld %4lld %6lld %6lld %6lld\n", 119 119 mype, pe_coords[0], pe_coords[1], pe_coords[2], 120 120 totsiz_3d[0], totsiz_3d[1], totsiz_3d[2], -
trunk/test/mcoll_perf/mcoll_perf.c
r658 r690 29 29 int main(int argc, char **argv) 30 30 { 31 MPI_Datatype newtype;32 31 int i, j, array_of_gsizes[3],array_of_distribs[3]; 33 32 int order, nprocs, len, **buf, bufcount, mynod; 34 33 int array_of_dargs[3], array_of_psizes[3]; 35 MPI_File fh;36 34 int status; 37 MPI_Offset s tarts[3], sizes[3], array_of_starts[3];38 double stim,write_time, *new_write_tim, write_bw;35 MPI_Offset sizes[3], array_of_starts[3]; 36 double write_time, *new_write_tim, write_bw; 39 37 MPI_Offset file_size; 40 38 double start_time, open_time, def_time, run_time; 41 39 double *new_open_tim, *new_def_tim, *new_run_tim; 42 double read_tim, new_read_tim, read_bw;43 40 char *pathname, filename[50]; 44 41 char dimname[20], varname[20]; … … 53 50 int length; 54 51 int mvar_flag = 0; 55 NCMPI_Request request;56 52 NCMPI_Request *array_of_requests; 57 53 int unlimit_flag; -
trunk/test/mcoll_perf/single_mcoll_perf_record.c
r658 r690 29 29 int main(int argc, char **argv) 30 30 { 31 MPI_Datatype newtype;32 31 int i, j, array_of_gsizes[3],array_of_distribs[3]; 33 32 int order, nprocs, len, **buf, bufcount, mynod; 34 33 int array_of_dargs[3], array_of_psizes[3]; 35 MPI_File fh;36 34 int status; 37 MPI_Offset s tarts[3], sizes[3], array_of_starts[3];38 double stim,write_time, *new_write_tim, write_bw;35 MPI_Offset sizes[3], array_of_starts[3]; 36 double write_time, *new_write_tim, write_bw; 39 37 MPI_Offset file_size; 40 38 double start_time, open_time, def_time, run_time; 41 39 double *new_open_tim, *new_def_tim, *new_run_tim; 42 double read_tim, new_read_tim, read_bw;43 40 char *pathname, filename[50]; 44 41 char dimname[20], varname[20]; … … 53 50 int length; 54 51 int mvar_flag = 0; 55 NCMPI_Request request;56 52 NCMPI_Request *array_of_requests; 57 53 -
trunk/test/test_dtype/test_darray.c
r493 r690 100 100 { 101 101 int i; 102 int cycle, remain_cycle;103 102 int pcoord; 104 103 … … 135 134 int *array_of_distribs, *array_of_dargs; 136 135 int *array_of_psizes; 137 int ncid, *dimids, varid_1 , varid_2;136 int ncid, *dimids, varid_1; 138 137 MPI_Offset *local_starts, *local_edges, *local_strides; 139 138 char dimname[20]; -
trunk/test/test_int/test_write.c
r632 r690 136 136 */ 137 137 138 printf("dimid1:% ld\n", dimid1);139 printf("dimid2:% ld\n", dimid2);140 printf("dimid3:% ld\n", dimid3);141 printf("udimid:% ld\n", udimid);138 printf("dimid1:%d\n", dimid1); 139 printf("dimid2:%d\n", dimid2); 140 printf("dimid3:%d\n", dimid3); 141 printf("udimid:%d\n", udimid); 142 142 square_dim[0] = cube_dim[0] = xytime_dim[1] = dimid1; 143 143 square_dim[1] = cube_dim[1] = xytime_dim[2] = dimid2; -
trunk/test/testcases/ncmpi_vars_null_stride.c
r571 r690 44 44 45 45 MPI_Finalize(); 46 46 return 0; 47 47 } -
trunk/test/testcases/vectors.c
r652 r690 23 23 MPI_Datatype vtype, rtype, usertype; 24 24 MPI_Aint lb, extent; 25 int userbufsz, *userbuf, * srcbuf, *cmpbuf, i, errs=0;25 int userbufsz, *userbuf, *cmpbuf, i, errs=0; 26 26 int count = 25; 27 27 double pi = 3.14159;
![(please configure the [header_logo] section in trac.ini)](/projects/parallel-netcdf/chrome/common/trac_banner.png)