Ward Fisher
25417880f7
Updated libdispatch/ files with copyright notice.
2018-12-06 14:29:57 -07:00
Wei-keng Liao
82d7ae2a93
revise comments about collective I/O mode
2018-10-02 01:19:44 -05:00
Wei-keng Liao
0ed70756cc
Ignore flags NC_MPIIO and NC_MPIPOSIX.
2018-09-22 20:22:34 -05:00
Wei-keng Liao
01da14da6f
if cmode does not contain NC_NETCDF4, then it is for PnetCDF
2018-09-22 18:21:45 -05:00
Wei-keng Liao
bc63c08f41
add a check for MPI_Info_f2c
2018-09-21 17:32:36 -05:00
Wei-keng Liao
740a50d1f2
add more descriptions for parallel APIs
2018-09-20 12:59:19 -05:00
Wei-keng Liao
5ed6c239e1
More replacement of "parallel-netcdf" with "PnetCDF".
2018-09-20 11:45:25 -05:00
Wei-keng Liao
28512f77f0
remove unused variables
2018-09-18 01:27:57 -05:00
Wei-keng Liao
a537312895
nc_create_par() and nc_open_par() implies parallel I/O, so
...
using NC_MPIIO or NC_MPIPOSIX explicitly is not necessary.
These 2 subroutines call NC_create() and NC_open() with argument
useparallel set to 1, which should be used to tell which I/O
driver to use underneath.
2018-09-17 17:18:48 -05:00
Ed Hartnett
c02f976d84
more tests
2018-08-20 17:05:29 -06:00
Ed Hartnett
6252d25866
add docs for nc_create_par() and other functions
2017-11-08 03:05:22 -07:00
Ed Hartnett
b28aaab6d7
documentation for nc_par_var_access() and nc_open_par()
2017-11-02 12:57:16 -06:00
Ward Fisher
374a8f4193
More cleaning up of documentation (there will probably be a lot of this) and tweaking files so that documentation renders as expected.
2016-01-14 16:02:00 -07:00
Ward Fisher
3f27ec6db4
Tightening the Doxygen documentation.
2016-01-14 15:33:50 -07:00
Ward Fisher
75b0bcf07e
Trying to sort out why netcdf parallel documentation isn't being generated.
2016-01-14 11:02:23 -07:00
dmh
859f105005
merge-squash
2015-08-15 16:26:35 -06:00
Russ Rew
6cd8fca60d
Quincey's fixes for NCF-250, netCDF-4 parallel independent access with
...
unlimited dimension hanging. Extending the size of an unlimited
dimension in HDF5 must be a collective operation, so now an error is
returned if trying to extend in independent access mode.
Quincey's bug fixes for parallel build portability, particularly
OpenMPI on MacOS-X.
2013-07-08 21:31:13 +00:00
Dennis Heimbigner
0d8c0b9276
more pnetcdf fixes
2013-01-18 02:25:12 +00:00
Ward Fisher
e55d002dbc
Merged Dennis' changes from trunk.
2012-09-06 21:15:37 +00:00
Dennis Heimbigner
5ca78309cc
The effect of this change is to make the struct NC structure
...
contain as little file-type specific info as possible. It
modifies especially libsrc so that all of the netcdf-3 data
that used to be in struct NC is now kept in a separate chunk
of data pointed to by the struct NC. This makes all of
current protocols consistent: netcdf-3, netcdf-4, and dap.
2012-09-06 19:44:03 +00:00
Ward Fisher
419c6a3b0a
2012-09-04 22:10:32 +00:00
Dennis Heimbigner
faa1c81671
fix a cosmetic issue with config.h
2012-08-01 17:18:58 +00:00
Dennis Heimbigner
88f7950d6f
fix a bunch of uninitialized variables
2012-03-16 22:29:09 +00:00
Russ Rew
0a8c4dba22
Merge my branch back into trunk!
2011-12-21 21:16:29 +00:00
Ed Hartnett
fd4a63c4d2
changed file names to allow visual studio to cope
2011-07-14 09:50:37 +00:00