LLNL / MACSio

A Multi-purpose, Application-Centric, Scalable I/O Proxy Application
https://computing.llnl.gov/projects/co-design/macsio
Other
34 stars 16 forks source link

H5pubconf.h not in my configuration #3

Closed gflofst closed 9 years ago

gflofst commented 9 years ago

I have a H5pubconf-64.h. I think there is a difference in how it gets configured for 64-bit setups or something? There are some problems with my setup. Please close this issue. Will make a new one if it is still a problem.

markcmiller86 commented 9 years ago

Hmm. Wonder if HDF5 names that file differently depending on config options. If so, MACSio needs to be smart enough to include the correct one, either with a -DUSING_64BIT_HDF5 or something else.

gflofst commented 9 years ago

The module on chama at Sandia is setup that way. When I pointed things "correctly", it broke elsewhere in HDF5 headers looking for the version without -64 suffix. I switched to my private HDF5 build and it worked fine.

markcmiller86 commented 9 years ago

Ok, on that basis, lets close this.