Hi -
I am not quite sure how to get past this. I had been running the python script create_region just fine. Then, to keep things updated, I had re-built my netcdf-c and netcdf-fortran libs and header files as well has rebuilds of MPICH, Parallel IO, and Parallel netCDF. Anyway, as a result of this, create_region is erroring out with:"from ._netCDF4 import *: libnetcdf.so.18: cannot open shared object file: No such file or directory". Indeed, I no longer have this file in my NETCDF dir. I now have libnetcdf.so.19. Is there a way to point/or re-build netCDF4 so it looks for libnetcdf.so.19 instead of libnetcdf.so.18?
Thanks for any pointers on this.
--Steve
I am not quite sure how to get past this. I had been running the python script create_region just fine. Then, to keep things updated, I had re-built my netcdf-c and netcdf-fortran libs and header files as well has rebuilds of MPICH, Parallel IO, and Parallel netCDF. Anyway, as a result of this, create_region is erroring out with:"from ._netCDF4 import *: libnetcdf.so.18: cannot open shared object file: No such file or directory". Indeed, I no longer have this file in my NETCDF dir. I now have libnetcdf.so.19. Is there a way to point/or re-build netCDF4 so it looks for libnetcdf.so.19 instead of libnetcdf.so.18?
Thanks for any pointers on this.
--Steve