HDF source code change & licensing

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 clients.

Thanks
Saurabh

···

--
View this message in context: http://hdf-forum.184993.n3.nabble.com/HDF-source-code-change-licensing-tp814315p814315.html
Sent from the hdf-forum mailing list archive at Nabble.com.

Hi Saurabh,

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.

  Great! This is in our roadmap, but it would be nice to accelerate that with your changes. Does your patched version pass all the tests? (with 'make check')

I was wondering if I need to do something more like including this info
somewhere when the final product goes to end clients.

  If you are interested in submitting your changes as a patch to go into official releases, contact me privately: koziol@hdfgroup.org

  Quincey

···

On May 13, 2010, at 1:40 AM, sranjan wrote: