[FLASH-USERS] Compilation error with Parallel HDF5 1.10.5
Klaus Weide
klaus at flash.uchicago.edu
Mon Mar 11 12:58:58 EDT 2019
On Sat, 9 Mar 2019, Mattia Cipriani wrote:
> Dear Klaus,
>
> thank you very much for the patch, which allowed to reach the end of the compilation.
> However now, when I run the code, I get the following error, at the moment of outputting the first hdf5 file:
> flash4: symbol lookup error: flash4: undefined symbol: H5Pset_fapl_mpio
I think this indicates that the HDF5 library with which you have linked
FLASH has not been built with parallel support - although it is surprising
that you did not already get an error at link time (i.e., in the last
stage of running 'make').
There may be additional sources of problems if you are running flash4 in a
different environment from that in which it was built - in particular, if
you are running under a batch system - relating to locations of
dynamically linked libraries, LD_LIBRARY_PATH, etc.
This is hard to impossible to diagnose remotely without access to the
system.
Klaus
More information about the flash-users
mailing list