[Hdf-forum] HDF source code change licensing

2010-05-13 Thread sranjan
Hi, Currently HDF5-1.8.4-patch1 is using some deprecated MPI calls (for parallel I/O). I have modified the code to use the current MPI functions and successfully compiled. I was wondering if I need to do something more like including this info somewhere when the final product goes to end

Re: [Hdf-forum] Efficiently creating and writing to 20, 000 datasets

2010-05-13 Thread Quincey Koziol
Hi Xunlei, On May 13, 2010, at 8:43 AM, Dr. X wrote: Hi Quincey, My understanding on parallel HDF5 is that it depends on the availability of parallel file system, i.e. GPFS. For instance, I am out of luck whether I am using Windows XP/7 or Windows server (2008), right? Yes - we

Re: [Hdf-forum] Efficiently creating and writing to 20, 000 datasets

2010-05-13 Thread Dr. X
Hi Quincey, Yes - we don't support the parallel I/O VFDs (MPI-IO and MPI-POSIX) on Windows currently. Is the windows support in the roadmap? As for Linux (kernel 2.4), according to ftp://ftp.hdfgroup.org/HDF5/current/src/unpacked/release_docs/INSTALL_parallel even on a

Re: [Hdf-forum] Efficiently creating and writing to 20, 000 datasets

2010-05-13 Thread Quincey Koziol
On May 13, 2010, at 8:53 AM, Dr. X wrote: Hi Quincey, Yes - we don't support the parallel I/O VFDs (MPI-IO and MPI-POSIX) on Windows currently. Is the windows support in the roadmap? As for Linux (kernel 2.4), according to

[Hdf-forum] trying to build h4toh5 tools

2010-05-13 Thread Matt Funk
Hi, i am having problem building the h4toh5 tools on a machine. I tried the binaries first but that gave me a a core dump. Anyway, i build the hdf5-1.8.4-patch1 libs and then configured h4h5tools (and pointed the hdf5 build). The h4h5tools configures alright. However, when i issue: make i get

Re: [Hdf-forum] trying to build h4toh5 tools

2010-05-13 Thread Matt Funk
Thanks for the reply. so wait though, do i need to point the configure to the hdf4 or hdf5 library? Currently i am pointing it to the hdf5 library (in fact i haven't even build the hdf4 library) thanks matt On 5/13/2010 2:20 PM, H. Joe Lee wrote: Hi, Matt! You may want to try '%make

Re: [Hdf-forum] trying to build h4toh5 tools

2010-05-13 Thread H. Joe Lee
Hi, Matt! You need to point the configure to both hdf4 and hdf5 libraries. Typing %configure --help will give --with-hdfeos2=DIR Specify path to external hdfeos2 library. option to specify the location of hdfeos2 library and the hdfeos2 library is built on top of the hdf4

Re: [Hdf-forum] trying to build h4toh5 tools

2010-05-13 Thread Matt Funk
Hi, how come it have to build the hdf-eos2 libraries. All i want to do is convert a regular hdf4 to hdf5 library matt On 5/13/2010 2:52 PM, H. Joe Lee wrote: Hi, Matt! You need to point the configure to both hdf4 and hdf5 libraries. Typing %configure --help will give

Re: [Hdf-forum] trying to build h4toh5 tools

2010-05-13 Thread H. Joe Lee
Hi, Matt! Building HDF-EOS2 is an option, not a requirement. However, having HDF4 library is a must. Here's the simplest way to configure and build h4toh5 tool if you want to skip building HDF-EOS2. %./configure --with-hdf5=/path/to/hdf5_library_install_prefix