Exascale FastForward
  1. Exascale FastForward

netcdf-c

Public
AuthorCommitMessageCommit dateIssues
Scot BreitenfeldScot Breitenfeld
b2fe3d423f4updated DAOS
Scot BreitenfeldScot Breitenfeld
d421854e1afchanged H5Fclose_ff persist_flag from 1 to 0
Scot BreitenfeldScot Breitenfeld
0c95d4b9a09MMerge branch 'master' of https://github.com/brtnfld/netcdf-c
Scot BreitenfeldScot Breitenfeld
589d6e81b6aFixed _ff compiler warnings, FFWD-499FFWD-499
Neil FortnerNeil Fortner
c63bbfde469Add prefixes for attribute names. Add more testing of attributes to parallel_vara.Tested: boro
Neil FortnerNeil Fortner
452e0802369Change handling of read contexts so all ranks acquire and release the context. This allows multiple servers to be used.Tested: boro
Neil FortnerNeil Fortner
eab63d0bad3Remove unused code for overwriting attributes, as it would be difficult to implement this currently.Re-enable to to allow reading beyond the end of an unlimited dimension. Tested: boro
Neil FortnerNeil Fortner
07d8e179b6fFix bugs in unlimited dim implementation. Add test for unlimited dims (parallel_vara_unlim).Tested: boro
Neil FortnerNeil Fortner
7dee5640720Remove transaction numbers from API calls.Tested: boro
Neil FortnerNeil Fortner
7dac031bb8fFix bug in dimlist attribute creation.Tested: boro
Neil FortnerNeil Fortner
266b76191c1Add support for unlimited dimensions (for the first/slowest changing dimension only). Not yet tested.Tested (non-unlimited): boro
Neil FortnerNeil Fortner
04d584009f0Remove incorrect usage of MPI_COMM_WORLD fron NetCDF. Should allow using communicators that are not MPI_COMM_WORLD.Tested: boro
Neil FortnerNeil Fortner
3d1214ef2c3Add support for event stacks. Right now these are just a pass through to HDF5, so the app should avoid using H5ESwait. Use H5ESwait_all instead.Tested: boro
Scot BreitenfeldScot Breitenfeld
f50befa0704removed hard coded transaction numbers
Scot BreitenfeldScot Breitenfeld
10de6ed17bbskips writing a dataset if count of hyperslab selection is zero, i.e.number of elements in the dataspace selection is zero
Neil FortnerNeil Fortner
b3482a63969MMerge branch 'master' of https://github.com/brtnfld/netcdf-c
Neil FortnerNeil Fortner
0cfe4e0f4b6Modify parallel_vara.c to verify functionality of nc_inq_varndims and nc_inq_vardimid after reopen.Tested: boro
Scot BreitenfeldScot Breitenfeld
1858bad9312increment h5ff_tr_num instead of hard coding it
Neil FortnerNeil Fortner
362a95f4874Fix bug involving rank calculation - removed h5ff_rank and changed code to only use nc4_inf->comm_rank. Updated close routine to use *close_ff routines.Tested: boro
Neil FortnerNeil Fortner
6ec628582e7Add links from variables to dimensions, to enable using nc_inq_vardimid. This functionality is not yet tested.Also fixed memory errors involving transaction and version numbers. Tested: boro
Scot BreitenfeldScot Breitenfeld
711e0135438added missing interfaces
Scot BreitenfeldScot Breitenfeld
6c4b906fa22added missing interfaces
Scot BreitenfeldScot Breitenfeld
4fc4e38f7b0implemented nc_get_vara_double_ff
Scot BreitenfeldScot Breitenfeld
26e08220b88added nc_put_vara_double_ff
Scot BreitenfeldScot Breitenfeld
a57dd315345Removed transaction handling from netCDF, has issue FFWD-472 transaction id is incremented during nc_close_ffFFWD-472
Scot BreitenfeldScot Breitenfeld
36526a9097dremoved used of global variables, pass by argument instead, tested boro
Scot BreitenfeldScot Breitenfeld
58eb9f5bf82removed global h5ff_versiontested: boro
Scot BreitenfeldScot Breitenfeld
540b01c3788removed global var: hid_t h5ff_e_stack; uint64_t h5ff_tr_num; Tested: boro
Scot BreitenfeldScot Breitenfeld
8f93899519badded nc_sync_ff
Scot BreitenfeldScot Breitenfeld
ddcf9e63b6dchanged to use MPI_Init
Neil FortnerNeil Fortner
e7a500f9bfcAdd support for multiple client processesTested: boro
Scot BreitenfeldScot Breitenfeld
378691815b5changed print color
Scot BreitenfeldScot Breitenfeld
38632759db6Added print statements for demo.
Neil FortnerNeil Fortner
91cbc4b3a9dFix issue with variable readTestedL boro
Neil FortnerNeil Fortner
9e7ff352c23MMerge branch 'master' of https://github.com/brtnfld/netcdf-c
Neil FortnerNeil Fortner
c88ba719e6aFix segfault reading variable data. Issues remain.Tested: boro
Scot BreitenfeldScot Breitenfeld
cd263d08ce5Cleane-up prints.
Scot BreitenfeldScot Breitenfeld
fbba2f2d405removed printfs
Scot BreitenfeldScot Breitenfeld
e1c578eaef6MMerge branch 'master' of https://github.com/brtnfld/netcdf-c
Scot BreitenfeldScot Breitenfeld
03ce3949fa0Added array output.
Neil FortnerNeil Fortner
c9f034e753fFix issue with opening variables.Tested: boro
Scot BreitenfeldScot Breitenfeld
7be44c70c68MMerge branch 'master' of https://github.com/brtnfld/netcdf-cConflicts: examples/C/parallel_vara.c
Scot BreitenfeldScot Breitenfeld
e5e56216a43fixed example, and no more skips
Neil FortnerNeil Fortner
dcbf64dbc18Fix issue with reading groups in example, cleanup unnecessary code.Tested: boro
Neil FortnerNeil Fortner
cb6493e0eb4Fix issue with reading dimension names. Still an issue with groups.Tested: boro
Scot BreitenfeldScot Breitenfeld
e5da710d58aMMerge branch 'master' of https://github.com/brtnfld/netcdf-c
Neil FortnerNeil Fortner
c26bf2d9bbaFix type mismatches in metadata read routines.Tested: boro
Scot BreitenfeldScot Breitenfeld
9660130908fremoved warnings
Scot BreitenfeldScot Breitenfeld
fac0e7061b0removed warning for H5Aiterate and remove prints
Neil FortnerNeil Fortner
78483e9e1a8Update dataset/variable/dimension metadata reads to match write side.TestedL boro