search for: h5fopen

Displaying 3 results from an estimated 3 matches for "h5fopen".

2013 Feb 04
1
Problem loading hdf5 file
...hdf5load("my_file.h5", verbosity=3) *I get this error message: * Errore in hdf5load("my_file.h5", verbosity = 1) : unable to open HDF file: my_file.h5 > HDF5-DIAG: Error detected in HDF5 (1.8.4-patch1) thread 0: #000: /Builds/unix/hdf5-1.8.4-patch1/src/H5F.c line 1514 in H5Fopen(): unable to open file major: File accessability minor: Unable to open file #001: /Builds/unix/hdf5-1.8.4-patch1/src/H5F.c line 1218 in H5F_open(): unable to open file major: File accessability minor: Unable to open file #002: /Builds/unix/hdf5-1.8.4-patch1/src/H5FD.c line 107...
2011 Mar 04
2
Fixing the HDF5 package: the on.exit mystery
...quot;, call, sys.frame(sys.parent()), fid, PACKAGE="hdf5")) } #---------------------------------------------------------------- /*---------------------------------------------------------------*/ SEXP do_hdf5load (SEXP args) { /* Code to process args snipped */ if ((fid = H5Fopen (path, H5F_ACC_RDONLY, H5P_DEFAULT)) < 0) errorcall (call, "unable to open HDF file: %s", path); setup_onexit (fid, env); /* Messy code to walk tree structure of file snipped */ } /* The following function shown in its entirety */ setup_onexit (hid_t fid, SEXP env) { ev...
2002 Mar 01
1
Building hdf5 on Windows
Hi all, I try to use the hdf5 package. I downloaded the Windows binary version, and it claims it requires hdf5dll.dll library, so I download the whole hdf5 1.4.3 package from NCSA. Unfortunatelly, it crashes R. I suspect it is because the package was probably compiled against version 1.2 of hdf5 (as evoked in the help file?) or any other previous version, so I downloaded the source of the package