For those who are interested, I used the following setting to install int2lm and cclm on Levante.
“Note that the paths can change because
DKRZ
is still recreating the entire software tree.
It should become more stable in the near future”. The cdo and nco are not installed yet but will be soon there.
NETCDFC
_ROOT = /sw/spack-levante/netcdf-c-4.8.1-qk24yp
NETCDFF_ROOT = /sw/spack-levante/netcdf-fortran-4.5.3-k6xq5g
HDF5_ROOT = /sw/spack-levante/hdf5-1.12.1-akf2kp
SZIP_ROOT = /sw/spack-levante/libaec-1.0.5-r5sdw5
and change the following line in Fopts:
NC_LIB += -L$( SZIP _ROOT)/lib -lsz -lm
to
NC_LIB += -L$( SZIP _ROOT)/lib64 -lsz -lm
Cheers,
Bijan
Push notifications in your browser are not yet configured.
For those who are interested, I used the following setting to install int2lm and cclm on Levante.
“Note that the paths can change because DKRZ is still recreating the entire software tree.
It should become more stable in the near future”. The cdo and nco are not installed yet but will be soon there.
NETCDFC _ROOT = /sw/spack-levante/netcdf-c-4.8.1-qk24yp
NETCDFF_ROOT = /sw/spack-levante/netcdf-fortran-4.5.3-k6xq5g
HDF5_ROOT = /sw/spack-levante/hdf5-1.12.1-akf2kp
SZIP_ROOT = /sw/spack-levante/libaec-1.0.5-r5sdw5
and change the following line in Fopts:
NC_LIB += -L$( SZIP _ROOT)/lib -lsz -lm
to
NC_LIB += -L$( SZIP _ROOT)/lib64 -lsz -lm
Cheers,
Bijan