ruk15@psu_edu
New Member
Hello,When executing the model using PBS, I got the following error:/ccsm.exe: error while loading shared libraries: libnetcdff.so.5: cannot open shared object file: No such file or directoryMy guess is that this arises because I installed NetCDF as shared libraries. Apart from reinstalling NetCDF as static, is there a way I can solve this with shared configuration ?My 'Macros' file has this : SLIBS += -L$(LIB_NETCDF) -lnetcdffwhere $LIB_NETCDF = ~/work/local/libThanksRavi