bm_file.c#1006 | cmode |= NC_MPIIO; |
dfile.c#131 | int use_parallel = ((flags & NC_MPIIO) == NC_MPIIO); |
#768 | if(mode & (NC_WRITE|NC_MPIIO|NC_MPIPOSIX|NC_MMAP)) |
#1690 | if((cmode & NC_MPIIO) == NC_MPIIO) |
#1734 | if((cmode & NC_MPIIO) && (cmode & NC_MPIPOSIX)) |
#1838 | if(useparallel) flags |= NC_MPIIO; |
#1881 | if((cmode & NC_MPIIO && cmode & NC_MPIPOSIX)) |
dparallel.c#26 | if (!(cmode & NC_MPIIO || cmode & NC_MPIPOSIX) && |
#52 | if ((mode & NC_MPIIO) || (mode & NC_MPIPOSIX)) { |
nc4file.c#228 | int use_parallel = ((flags & NC_MPIIO) == NC_MPIIO); |
#366 | if ((cmode & NC_MPIIO) || (cmode & NC_MPIPOSIX)) |
#369 | if (cmode & NC_MPIIO) /* MPI/IO */ |
#533 | if((cmode & (NC_MPIIO|NC_MPIPOSIX)) == (NC_MPIIO|NC_MPIPOSIX)) |
#537 | if((cmode & (NC_MPIIO | NC_MPIPOSIX)) && (cmode & NC_DISKLESS)) |
#547 | cmode |= NC_MPIIO; |
#2262 | if (mode & NC_MPIIO || mode & NC_MPIPOSIX) |
#2265 | if (mode & NC_MPIIO) /* MPI/IO */ |
#2837 | if((mode & (NC_MPIIO|NC_MPIPOSIX)) == (NC_MPIIO|NC_MPIPOSIX)) |
#2847 | mode |= NC_MPIIO; |
nc4var.c#839 | if (nc->mode & (NC_MPIIO | NC_MPIPOSIX)) { |
ncpdispatch.c#33 | static const int LEGAL_CREATE_FLAGS = (NC_NOCLOBBER | NC_64BIT_OFFSET | NC_CLASSIC_MODEL | NC_SHARE | NC_LOCK | NC_64BIT_DATA | NC_MPIIO); |
#35 | static const int LEGAL_OPEN_FLAGS = (NC_WRITE | NC_NOCLOBBER | NC_SHARE | NC_LOCK | NC_CLASSIC_MODEL | NC_64BIT_OFFSET | NC_64BIT_DATA | NC_MPIIO); |
#56 | if((cmode & (NC_MPIIO|NC_MPIPOSIX)) == (NC_MPIIO|NC_MPIPOSIX)) |
#122 | if((cmode & (NC_MPIIO|NC_MPIPOSIX)) == (NC_MPIIO|NC_MPIPOSIX)) |
netcdf.h#158 | #define NC_MPIIO 0x2000 |
#165 | #define NC_PNETCDF (NC_MPIIO) /**< Use parallel-netcdf library; alias for NC_MPIIO. */ |
tst_files.c#56 | if (nc_open(FILE_NAME, NC_MPIIO|NC_MPIPOSIX, &ncid) != NC_EINVAL) ERR; |
#59 | if (nc_create(FILE_NAME, NC_CLASSIC_MODEL|NC_MPIIO|NC_MPIPOSIX, &ncid) != NC_EINVAL) ERR; |
#60 | if (nc_create(FILE_NAME, NC_MPIIO|NC_MPIPOSIX, &ncid) != NC_EINVAL) ERR; |
tst_mode.c#24 | if ((retval = nc_create_par(FILE_NAME, NC_CLOBBER|NC_NETCDF4|NC_MPIIO, MPI_COMM_WORLD, MPI_INFO_NULL, &ncid))) ERR; |
#31 | if ((retval = nc_create_par(FILE_NAME, NC_CLOBBER|NC_NETCDF4|NC_MPIIO, MPI_COMM_WORLD, MPI_INFO_NULL, &ncid))) ERR; |
tst_nc4perf.c#123 | (facc_type == NC_MPIIO ? "MPI-IO " : "MPI-POSIX"), |
#236 | (facc_type == NC_MPIIO ? "MPI-IO " : "MPI-POSIX"), |
#264 | int mpi_mode[NUM_MODES] = {NC_MPIIO, NC_MPIPOSIX}; |
tst_parallel.c#100 | if ((res = nc_create_par(file_name, NC_NETCDF4|NC_MPIIO, comm, |
tst_parallel3.c#95 | facc_type = NC_NETCDF4|NC_MPIIO; |
#96 | facc_type_open = NC_MPIIO; |
#720 | if (nc_create_par("test.nc", NC_NETCDF4 | NC_MPIIO, MPI_COMM_WORLD, MPI_INFO_NULL, &ncFile)) ERR; |
tst_parallel4.c#110 | if (nc_create_par(file_name, NC_NETCDF4|NC_MPIIO, comm, info, &ncid)) ERR; |
#175 | if ((ret = nc_open_par(file_name, NC_NOWRITE|NC_MPIIO, comm, info, &ncid))) |
tst_simplerw_coll_r.c#118 | if (nc_create_par(FILE_NAME, NC_NETCDF4|NC_MPIIO, comm, info, &ncid)) ERR; |
#184 | if ((ret = nc_open_par(FILE_NAME, NC_NOWRITE|NC_MPIIO, comm, info, &ncid))) |
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed