Home
last modified time | relevance | path

Searched refs:totsiz_3d (Results 1 – 5 of 5) sorted by relevance

/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/fandc/
H A Dcsnap.c119 find_locnx(totsiz_3d[0],pe_coords[0],numpes[0],&locsiz_3d[0],&kstart); in main()
120 find_locnx(totsiz_3d[1],pe_coords[1],numpes[1],&locsiz_3d[1],&jstart); in main()
121 find_locnx(totsiz_3d[2],pe_coords[2],numpes[2],&locsiz_3d[2],&istart); in main()
123 totsiz_2d[0] = totsiz_3d[1]; in main()
124 totsiz_2d[1] = totsiz_3d[2]; in main()
132 file_size = (((double) totsiz_3d[0])*((double) totsiz_3d[1]) in main()
133 * ((double) totsiz_3d[2])) * 1.0e-6 * sizeof(double); in main()
135 file_size = (((double) totsiz_3d[0])*((double) totsiz_3d[1]) in main()
136 * ((double) totsiz_3d[2]) in main()
151 totsiz_3d[0], totsiz_3d[1], totsiz_3d[2], in main()
[all …]
H A Dpnf_test.f236 & locsiz, locsiz_3d, totsiz_3d, wrt_l)
255 integer*8 totsiz_3d(3)
319 & (ncid, "level", totsiz_3d(1), lon_id)
321 & (ncid, "latitude", totsiz_3d(2), lat_id)
323 & (ncid, "longitude", totsiz_3d(3), lev_id)
381 & locsiz, locsiz_3d, totsiz_3d, rdt_l)
400 integer*8 totsiz_3d(3)
432 & (istart, jstart, kstart, locsiz, locsiz_3d, totsiz_3d, tt)
563 & (istart, jstart, kstart, locsiz, locsiz_3d, totsiz_3d, tt)
578 integer*8 totsiz_3d(3)
[all …]
H A Dpnctestf.f33 data totsiz_3d/10,20,30/
50 ierr = nfmpi_def_dim(ncid, "level", totsiz_3d(1), lev_id)
51 ierr = nfmpi_def_dim(ncid, "latitude", totsiz_3d(2), lat_id)
52 ierr = nfmpi_def_dim(ncid, "longitude", totsiz_3d(3), lon_id)
/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/nonblocking/
H A Dmcoll_testf77.f222 + locsiz_3d, totsiz_3d, wrt_l)
238 integer*8 totsiz_3d(3)
285 + totsiz_3d, tt1)
302 + totsiz_3d(1)*nwrites, lon_id)
304 Write_File = nfmpi_def_dim(ncid, "latitude", totsiz_3d(2),
307 Write_File = nfmpi_def_dim(ncid, "longitude", totsiz_3d(3),
407 + totsiz_3d, tt)
419 integer*8 totsiz_3d(3)
441 + (istart-1 +(ii - 1) + 1 + totsiz_3d(3)*(jstart-1 +
442 + (jj - 1) + totsiz_3d(2)*(kstart-1 +
H A Dmcoll_testf.f90197 locsiz_3d, totsiz_3d, wrt_l)
213 INTEGER(KIND=MPI_OFFSET_KIND) totsiz_3d(3) local
255 totsiz_3d, tt1)
271 Write_File = nf90mpi_def_dim(ncid, "level", totsiz_3d(1)*nwrites, &
274 Write_File = nf90mpi_def_dim(ncid, "latitude", totsiz_3d(2), lat_id)
276 Write_File = nf90mpi_def_dim(ncid, "longitude", totsiz_3d(3), lev_id)
363 totsiz_3d, tt) argument
374 INTEGER(KIND=MPI_OFFSET_KIND) totsiz_3d(3) local
395 (istart-1 +(ii - 1) + 1 + totsiz_3d(3)*(jstart-1 + &
396 (jj - 1) + totsiz_3d(2)*(kstart-1 + &