Hello - I try to install WRF and at the moment I am stuck at the HDF5 step (yes, a bit early...).
I use the following instructions (see below)
When I make the make -j it fails.
Has anyone already seen this kind of problem ?
I work on AlmaLinux.
Thanks a lot,
JRo
rm -rf hdf5*
I use the following instructions (see below)
When I make the make -j it fails.
Has anyone already seen this kind of problem ?
I work on AlmaLinux.
Thanks a lot,
JRo
| tar xzvf hdf5-1_10_5.tar.gz |
| cd hdf5-hdf5-1_10_5 |
| ./configure --prefix=$DIR/netcdf --with-zlib=$DIR/grib2 --enable-fortran --enable-shared |
| make -j $WRF_DEP_JOBS |
| make install |
| cd .. |