Closed JarofDirt closed 2 months ago
I suspect you will need to either upgrade to a more recent version of netcdf, either v4.9.2
or v4.9.3-rc1
, or downgrade to an earlier version of libdhdf5
, something in the 1.10.x
or maybe 1.12.x
family. I believe the issue here is forward-incompatibility with an old version of netCDF and a new version of libhdf5.
I'm just following up on this in case anyone else runs into it...
The best path forward is to download/install a newer instance of NetCDF instead of trying to force the NetCDF packaged with Amber...
Using NetCDF v4.9.2
and HDF5 1.14.4-3
compiled with no issues for me.
Thanks again @WardF
Hello,
I'm trying to compile netcdf-4.6.1 through the amber package via their instructions at https://ambermd.org/InstUbuntu.php on Ubuntu 22.04.4 LTS .
A user has asked to have HDF5 enabled.
I have installed and compiled HDF5 1.14..4.2 on the system successfully with the Configure command below:
./configure --prefix=/usr/local/hdf5 --enable-hl --with-zlib --enable-parallel --enable-shared
Which compiles and installs fine.
When using the above instructions for amber, after
./run_cmake
and running themake install
I get the following error:When following the instructions provided by: https://docs.unidata.ucar.edu/nug/current/getting_and_building_netcdf.html
It seems to compile fine without a hitch...
Configure command below:
Is there something that I'm missing between CMAKE vs configure or is there something to do with Amber? Any assistance would be greatly appreciated.