<div dir="ltr">Dear all FLASH users,<br><br>I tried to compile a core collapse supernova in 1D but still do not want to change the <span style="color:rgb(0,0,0);white-space:pre-wrap"><b>source/physics/Eos/EosNuclear/Config </b> because I need to work with EosNuclear as well. 
To do so, the HDF5 needs Fortran bindings and I build it with the following command:

</span><b>CC=/home/taghinia/FLASH/MPICH/mpich-install/bin/mpicc  /home/taghinia/FLASH/HDF5/hdf5-1.10.5/configure --prefix=/home/taghinia/FLASH/HDF5/HDF5-install-oldversion/  --enable-fortran  --enable-parallel --enable-shared --with-pic --with-default-api-version=v16  --with-zlib=/home/taghinia/FLASH/zlib/zlib-install/include,/home/taghinia/FLASH/zlib/zlib-install/lib<br></b><br>but it seems not working properly because after CCSN1D compilation I get the following error:<br><b>io_intfTypesModule.F90:47:0:<br><br>   47 | #if IO_USE_HDF5_MOD == 0<br>      | <br>Error: operator '==' has no left operand<br>io_intfTypesModule.F90:60:0:<br><br>   60 | #if (IO_USE_HDF5_MOD != 0)<br>      | <br>Error: operator '!=' has no left operand<br>/home/taghinia/FLASH/MPICH/mpich-install/bin/mpif90 -ggdb -c -O2 -fdefault-real-8 -fdefault-double-8 -Wuninitialized -g -O2 -Wno-argument-mismatch -DMAXBLOCKS=1000 -DNXB=16 -DNYB=1 -DNZB=1 -DN_DIM=1 Logfile_data.F90<br>io_intfTypesModule.F90:66:42:</b><br><br><b>   66 |   integer,parameter :: io_fileID_t = FLASH_IO_FILEID_T<br>      |                                          1<br>Error: Symbol ‘hid_t’ at (1) has no IMPLICIT type<br>make: *** [Makefile:115: io_intfTypesModule.mod] Error 1<br>make: *** Waiting for unfinished jobs....</b><br><span style="color:rgb(0,0,0);white-space:pre-wrap">

I also made some changes to the Makefile.h as:
</span><pre style="white-space:pre-wrap;color:rgb(0,0,0)">F90FLAGS = -I ${HDF5_PATH}/include -DH5_USE_16_API

LIB_HDF5  = -L${HDF5_PATH}/lib -lhdf5_fortran -lhdf5  -lz </pre><span style="color:rgb(0,0,0);white-space:pre-wrap"> but got the same error.

Could anyone help me with that?

Kind Regards,
Khodayar


</span></div>