Scot Breitenfeld b2fe3d423f4 updated DAOS 02 May 2017 Scot Breitenfeld d421854e1af changed H5Fclose_ff persist_flag from 1 to 0 07 Jun 2016 Scot Breitenfeld 0c95d4b9a09 M Merge branch 'master' of https://github.com/brtnfld/netcdf-c 27 May 2016 Scot Breitenfeld 589d6e81b6a Fixed _ff compiler warnings, FFWD-499 27 May 2016 FFWD-499 Neil Fortner c63bbfde469 Add prefixes for attribute names. Add more testing of attributes to parallel_vara. Tested: boro 27 May 2016 Neil Fortner 452e0802369 Change handling of read contexts so all ranks acquire and release the context. This allows multiple servers to be used. Tested: boro 26 May 2016 Neil Fortner eab63d0bad3 Remove 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 25 May 2016 Neil Fortner 07d8e179b6f Fix bugs in unlimited dim implementation. Add test for unlimited dims (parallel_vara_unlim). Tested: boro 24 May 2016 Neil Fortner 7dee5640720 Remove transaction numbers from API calls. Tested: boro 20 May 2016 Neil Fortner 7dac031bb8f Fix bug in dimlist attribute creation. Tested: boro 20 May 2016 Neil Fortner 266b76191c1 Add support for unlimited dimensions (for the first/slowest changing dimension only). Not yet tested. Tested (non-unlimited): boro 19 May 2016 Neil Fortner 04d584009f0 Remove incorrect usage of MPI_COMM_WORLD fron NetCDF. Should allow using communicators that are not MPI_COMM_WORLD. Tested: boro 18 May 2016 Neil Fortner 3d1214ef2c3 Add 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 16 May 2016 Scot Breitenfeld f50befa0704 removed hard coded transaction numbers 11 May 2016 Scot Breitenfeld 10de6ed17bb skips writing a dataset if count of hyperslab selection is zero, i.e. number of elements in the dataspace selection is zero 10 May 2016 Neil Fortner b3482a63969 M Merge branch 'master' of https://github.com/brtnfld/netcdf-c 05 May 2016 Neil Fortner 0cfe4e0f4b6 Modify parallel_vara.c to verify functionality of nc_inq_varndims and nc_inq_vardimid after reopen. Tested: boro 05 May 2016 Scot Breitenfeld 1858bad9312 increment h5ff_tr_num instead of hard coding it 05 May 2016 Neil Fortner 362a95f4874 Fix 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 05 May 2016 Neil Fortner 6ec628582e7 Add 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 04 May 2016 Scot Breitenfeld 711e0135438 added missing interfaces 29 Apr 2016 Scot Breitenfeld 6c4b906fa22 added missing interfaces 29 Apr 2016 Scot Breitenfeld 4fc4e38f7b0 implemented nc_get_vara_double_ff 28 Apr 2016 Scot Breitenfeld 26e08220b88 added nc_put_vara_double_ff 27 Apr 2016 Scot Breitenfeld a57dd315345 Removed transaction handling from netCDF, has issue FFWD-472 transaction id is incremented during nc_close_ff 22 Apr 2016 FFWD-472 Scot Breitenfeld 36526a9097d removed used of global variables, pass by argument instead, tested boro 21 Apr 2016 Scot Breitenfeld 58eb9f5bf82 removed global h5ff_version tested: boro 19 Apr 2016 Scot Breitenfeld 540b01c3788 removed global var: hid_t h5ff_e_stack;
uint64_t h5ff_tr_num;
Tested: boro 19 Apr 2016 Scot Breitenfeld 8f93899519b added nc_sync_ff 11 Apr 2016 Scot Breitenfeld ddcf9e63b6d changed to use MPI_Init 24 Mar 2016 Neil Fortner e7a500f9bfc Add support for multiple client processes Tested: boro 24 Mar 2016 Scot Breitenfeld 378691815b5 changed print color 23 Mar 2016 Scot Breitenfeld 38632759db6 Added print statements for demo. 23 Mar 2016 Neil Fortner 91cbc4b3a9d Fix issue with variable read TestedL boro 23 Mar 2016 Neil Fortner 9e7ff352c23 M Merge branch 'master' of https://github.com/brtnfld/netcdf-c 22 Mar 2016 Neil Fortner c88ba719e6a Fix segfault reading variable data. Issues remain. Tested: boro 22 Mar 2016 Scot Breitenfeld cd263d08ce5 Cleane-up prints. 22 Mar 2016 Scot Breitenfeld fbba2f2d405 removed printfs 22 Mar 2016 Scot Breitenfeld e1c578eaef6 M Merge branch 'master' of https://github.com/brtnfld/netcdf-c 22 Mar 2016 Scot Breitenfeld 03ce3949fa0 Added array output. 22 Mar 2016 Neil Fortner c9f034e753f Fix issue with opening variables. Tested: boro 22 Mar 2016 Scot Breitenfeld 7be44c70c68 M Merge branch 'master' of https://github.com/brtnfld/netcdf-c Conflicts:
examples/C/parallel_vara.c 22 Mar 2016 Scot Breitenfeld e5e56216a43 fixed example, and no more skips 22 Mar 2016 Neil Fortner dcbf64dbc18 Fix issue with reading groups in example, cleanup unnecessary code. Tested: boro 22 Mar 2016 Neil Fortner cb6493e0eb4 Fix issue with reading dimension names. Still an issue with groups. Tested: boro 22 Mar 2016 Scot Breitenfeld e5da710d58a M Merge branch 'master' of https://github.com/brtnfld/netcdf-c 22 Mar 2016 Neil Fortner c26bf2d9bba Fix type mismatches in metadata read routines. Tested: boro 22 Mar 2016 Scot Breitenfeld 9660130908f removed warnings 22 Mar 2016 Scot Breitenfeld fac0e7061b0 removed warning for H5Aiterate and remove prints 22 Mar 2016 Neil Fortner 78483e9e1a8 Update dataset/variable/dimension metadata reads to match write side. TestedL boro 22 Mar 2016