Exascale FastForward
  1. Exascale FastForward

netcdf-c

Public

Network

 
AuthorCommitMessageCommit Date
Scot BreitenfeldScot Breitenfeld
1b2c00e6283merged changes from github
Neil FortnerNeil Fortner
c51e5dff02aAdd suport for writing dimensions, changes to schema, etc. Metadata read side still needs work.
Scot BreitenfeldScot Breitenfeld
6a67bcb5ae3added read_grp_atts_ff
Scot BreitenfeldScot Breitenfeld
308f51c7e30good through open, fails in H5Literate
Scot BreitenfeldScot Breitenfeld
937265e6cd8working writes
Scot BreitenfeldScot Breitenfeld
1026bd9a31aworking with open and close
Scot BreitenfeldScot Breitenfeld
42452660ab5working, reads
Scot BreitenfeldScot Breitenfeld
81b89bccfeeworks, need to write data API
Scot BreitenfeldScot Breitenfeld
a53ec6db622works without H5DSset_scale, needs new API
Scot BreitenfeldScot Breitenfeld
00f5361003fworks with commented sections
Scot BreitenfeldScot Breitenfeld
1351640acd1working with other defs
Scot BreitenfeldScot Breitenfeld
7e9d190bac9working groups create
Scot BreitenfeldScot Breitenfeld
9dc4e438e08fails on h5fclose
Scot BreitenfeldScot Breitenfeld
a0d5695d7a4creating groups
Scot BreitenfeldScot Breitenfeld
f9cb950e76acreating groups
Scot BreitenfeldScot Breitenfeld
becad49ae23working put_att_text
Scot BreitenfeldScot Breitenfeld
c211da53bb3working create, open and close
Scot BreitenfeldScot Breitenfeld
1d79fcfb5e4working create and close APIs
Scot BreitenfeldScot Breitenfeld
57ae0ea437cMMerge branch 'master' of https://github.com/brtnfld/netcdf-c
Scot BreitenfeldScot Breitenfeld
70d96dbcf6enon-FF version
Scot BreitenfeldScot Breitenfeld
775fc170accfirst implemenation of nc_create_par
Scot BreitenfeldScot Breitenfeld
eadb4d941c4parallel_vara.c
Scot BreitenfeldScot Breitenfeld
c4db888a205Modified example to use netcdf4 and hdf5, and creates groups and added a float dataset.
Ward  FisherWard Fisher
d813448e2b6Put CONTRIBUTING.md back in top level of repository.
Ward  FisherWard Fisher
e1cfa5aca16Added a roughed-in issue template.
Ward  FisherWard Fisher
fb53bbb108cMoved CONTRIBUTING.md into .github directory.
Ward  FisherWard Fisher
08e49122d0eMMerge branch 'patch-11' of https://github.com/gsjaardema/netcdf-c into merge
Greg SjaardemaGreg Sjaardema
71af39c8b3dFix HDF5 library order -- static build When using static libraries, some systems require that the libraries be ordered in dependency order. Since libhdf5_hl.a depends on symbols from libhdf5.a, it (libhdf5_hl.a) should be listed first. This was discovered and verified on RHEL-6 with gcc-5.2.0.
Ward  FisherWard Fisher
c08ae9b7b66MMerge branch 'patch-10' of https://github.com/gsjaardema/netcdf-c into merge
Greg SjaardemaGreg Sjaardema
2da555a2d5dFix setting of HDF5 include directory path when explicitly specified The HDF5 include directory needs to be updated when explicitly setting the HDF5 libraries and include path. This is done on line 561 when FindPackage finds the hdf5 libraries, but was not being done in the manual setting.
Ward  FisherWard Fisher
da71134c8aeUpdated release notes.
Ward  FisherWard Fisher
1c1141d43e4Added missing install for cmake-based builds, netcdf_mem.h. Also, moved install directives for header files into include/CMakeLists.txt. This is in support of https://github.com/Unidata/netcdf-c/issues/227
Ward  FisherWard Fisher
81d28b859f3Deleted stray debugging file.
Ward  FisherWard Fisher
332d71fd1a6MMerge branch 'master' into gh223
Ward FisherWard Fisher
e6c2f7a15e1MMerge pull request #224 from Unidata/gh221 Fix for github issue #221
Ward FisherWard Fisher
d5afdffed79MMerge branch 'master' into gh221
Ward  FisherWard Fisher
5224607d7b0Deleted stray debugging file pre-merge.
Ward  FisherWard Fisher
a75cb302dfbRemoved an error in nc_test4/Makefile.am
Ward  FisherWard Fisher
7983e926a28Updated release notes.
Ward  FisherWard Fisher
dde10a7461fCorrected a missing suffix in Makefile.am
Ward  FisherWard Fisher
1affd12fc82Wired tests for https://github.com/Unidata/netcdf-c/issues/221 into a shell script so that the generated files can be checked easily with ncdump. Added the test and associated files to both cmake and autotools build systems.
Ward  FisherWard Fisher
db84f39adccTentative, robust fix for https://github.com/Unidata/netcdf-c/issues/221 that does not immediately introduce other issues into ncdump. Broader validation pending.
Ward  FisherWard Fisher
bb7b0d3f32aMMerge branch 'gh221' of https://github.com/Unidata/netcdf-c into gh221
Ward  FisherWard Fisher
08e8374b029Tentative fix for initial issue at http://github.com/Unidata/netcdf-c/issues/221, investigating knock-on issues now.
Ward  FisherWard Fisher
9791b1a3978Tentative fix for initial issue at http://github.com/Unidata/netcdf-c/issues/221 . investigating knock-on issues now.
Ward  FisherWard Fisher
e2eda755e3eTweaked empty test to check for limited, unlimited dimensions. Also added a gdb command file for ease of debugging.
Ward  FisherWard Fisher
791800145a5Added test file for debugging issue.
Ward  FisherWard Fisher
0eff4340987Renamed test file to be more reflective for what it is doing.
Ward  FisherWard Fisher
4ccad07a6baHave duplicated issue reported in #221 at github.
Ward  FisherWard Fisher
654a6e39e38Additional work debugging issue.