summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorPaul Harten <pharten@ncsa.uiuc.edu>1999-04-02 21:38:30 (GMT)
committerPaul Harten <pharten@ncsa.uiuc.edu>1999-04-02 21:38:30 (GMT)
commite5376cafb45c7c0241086b67d657f81484226f0a (patch)
tree0f08e4e7808ceccc1f6fd79a5d983ba43c56b8c6 /src/H5public.h
parent5e319027652b1187c509953f0f9bb80269244c51 (diff)
downloadhdf5-e5376cafb45c7c0241086b67d657f81484226f0a.zip
hdf5-e5376cafb45c7c0241086b67d657f81484226f0a.tar.gz
hdf5-e5376cafb45c7c0241086b67d657f81484226f0a.tar.bz2
[svn-r1172] Purpose:
New feature Problem: The h5toh4 converter tester - testh5toh4, is set up to place output files in same directory as input files. A difficulty comes up when the input files come off a write-protected media, such-as CDROM. Solution: Rather than using "cd" to change directory and referencing files by short filename only, "input directory" and "output directory" are defined explicitly, and files are always referenced with pathnames included. For cases when the converter generates the output filename, a copy of the input file is first placed in the "output directory". The copied input file is used by h5toh4 and then removed. On Solaris2.5, the following sequence of commands seemed to work fine: $ gunzip < hdf5-1.1.72.tar.gz | tar xf - $ chmod -R ugo-w hdf5-1.1.72 $ mkdir build $ cd build $ ../hdf5-1.1.72/configure --enable-production --disable-debug \ $ --with-hdf4=... --with-zlib=... $ make check This change should allow the tester to be used when the hdf5 source is on a read only media like a CDROM. Platform tested: Solaris2.5
Diffstat (limited to 'src/H5public.h')
0 files changed, 0 insertions, 0 deletions