tst_parallel3.c#707 int ncFile; #720 if (nc_create_par("test.nc", NC_NETCDF4 | NC_MPIIO, MPI_COMM_WORLD, MPI_INFO_NULL, &ncFile)) ERR; #723 if (nc_def_dim(ncFile, "partitions", procs, &ncDimPart)) ERR; #724 if (nc_def_dim(ncFile, "vertices", NC_UNLIMITED, &ncDimVrtx)) ERR; #729 if (nc_def_var(ncFile, "vertex", NC_INT, 2, dimsVrtx, &ncVarVrtx)) ERR; #732 if (nc_enddef(ncFile)) ERR; #735 if (nc_var_par_access(ncFile, ncVarVrtx, flag)) ERR; #742 if (nc_put_vara_int(ncFile, ncVarVrtx, start, count, vertices)) ERR; #745 if (nc_close(ncFile)) ERR;
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed