<div dir="ltr"><div>Hi Mattia,</div><div><br></div><div>I haven't played around with hdf5 much, but I found that for my version of hdf5 (1.8.20+intelmpi-5.1+intel-16.0) that H5D_MPIO_FILTERS is defined in ${HDF5_DIR}/include/H5Ppublic.h</div><div><br></div><div>I'm guessing your problem is that that was present in your HDF5 1.10.4 serial but not 1.10.5 parallel.</div><div>I'm not sure how to solve your problem. You could check if the hdf5 user guide / manual for 1.10.5 has a list of changes from the previous version which might explain what to do with instances of H5D_MPIO_FILTERS.</div><div>Or, perhaps someone with more hdf5 experience than me can chime in.</div><div><br></div><div>Best,<br></div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr">--------<div>Ryan</div></div></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Mar 6, 2019 at 4:37 AM Mattia Cipriani <<a href="mailto:mattia.cipriani@enea.it">mattia.cipriani@enea.it</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dear FLASH Users,<br>
<br>
I am compiling FLASH4.5 code by using OpenMPI 3.1.2 and HDF5 1.10.5, to take advantage of OpenMPI for parallel data output.<br>
I have the following issue:<br>
<br>
/usr/mpi/gcc730/openmpi-3.1.2/bin/mpicc -I/afs/<a href="http://enea.it/project/iner/SIMULAZIONI/software/build/hdf5/include" rel="noreferrer" target="_blank">enea.it/project/iner/SIMULAZIONI/software/build/hdf5/include</a> -DH5_USE_16_API -I/afs/<a href="http://enea.it/project/iner/SIMULAZIONI/software/build/hypre/include" rel="noreferrer" target="_blank">enea.it/project/iner/SIMULAZIONI/software/build/hypre/include</a> -ggdb -c -O2 -Wuninitialized -D_FORTIFY_SOURCE=2 -DFLASH_3T -DMAXBLOCKS=1000 -DNXB=16 -DNYB=16 -DNZB=1 -DN_DIM=2 io_h5_report_xfer_method.c<br>
io_h5_report_xfer_method.c: In function ‘io_h5_report_xfer_method’:<br>
io_h5_report_xfer_method.c:105:26: error: ‘H5D_MPIO_FILTERS’ undeclared (first use in this function)<br>
if (global_cause & H5D_MPIO_FILTERS) {<br>
^<br>
io_h5_report_xfer_method.c:105:26: note: each undeclared identifier is reported only once for each function it appears in<br>
make: *** [io_h5_report_xfer_method.o] Error 1<br>
<br>
What can be the problem?<br>
I am succesfully running the same FLASH version with HDF5 1.10.4 serial.<br>
<br>
Best regards,<br>
Mattia<br>
<br>
</blockquote></div>