CCLM in levante at DKRZ – in #9: CCLM

in #9: CCLM

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

  @bijanhassanabadifallah in #70c9dda

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

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