I'm working on porting CESM 2 to the German supercomputer Mistral. My building is working fine. However, when I try to make any runs, I have the following error message:
Mistral is using netcdf shared libraries (one for C, one for Fortran) and I am not sure if CESM supports that (I cannot find any other example in config_machines.xml). When I'm looking to the .pio bld log file, I can find that:
Does someone has an idea what I should do? Should I contact my sysadmin?
Thanks,
Adrien
Code:
/work/aa0049/a271098/CTSM/scratch/I1850CLM50_021/bld/cesm.exe: error while loading shared libraries: libnetcdff.so.6: cannot open shared object file: No such file or directory
Mistral is using netcdf shared libraries (one for C, one for Fortran) and I am not sure if CESM supports that (I cannot find any other example in config_machines.xml). When I'm looking to the .pio bld log file, I can find that:
Code:
-- Found NetCDF_C: /sw/rhel6-x64/netcdf/netcdf_c-4.3.2-intel14/lib/libnetcdf.so
-- Checking NetCDF version
-- Checking NetCDF version - failed
-- Checking whether NetCDF has parallel support
-- Checking whether NetCDF has parallel support - no
-- Looking for nc_set_log_level
-- Looking for nc_set_log_level - not found
-- Found NetCDF_Fortran: /sw/rhel6-x64/netcdf/netcdf_fortran-4.4.3-intel14/lib/libnetcdff.so
Does someone has an idea what I should do? Should I contact my sysadmin?
Thanks,
Adrien