- 积分
- 10
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2019-10-23
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
CMAQ5.3
./run_cctm_Bench_2016_12SE1.csh,提示libnetcdf.so.6找不到
/home/lidaowei/local/CMAQv53/CCTM/scripts/BLD_CCTM_v53_gcc4.8.5/CCTM_v53.exe: error while loading shared libraries: libnetcdff.so.6: cannot open shared object file: No such file or directory
/home/lidaowei/local/CMAQv53/CCTM/scripts/BLD_CCTM_v53_gcc4.8.5/CCTM_v53.exe: error while loading shared libraries: libnetcdff.so.6: cannot open shared object file: No such file or directory
/home/lidaowei/local/CMAQv53/CCTM/scripts/BLD_CCTM_v53_gcc4.8.5/CCTM_v53.exe: error while loading shared libraries: libnetcdff.so.6: cannot open shared object file: No such file or directory
/home/lidaowei/local/CMAQv53/CCTM/scripts/BLD_CCTM_v53_gcc4.8.5/CCTM_v53.exe: error while loading shared libraries: libnetcdff.so.6: cannot open shared object file: No such file or directory
/home/lidaowei/local/CMAQv53/CCTM/scripts/BLD_CCTM_v53_gcc4.8.5/CCTM_v53.exe: error while loading shared libraries: libnetcdff.so.6: cannot open shared object file: No such file or directory
/home/lidaowei/local/CMAQv53/CCTM/scripts/BLD_CCTM_v53_gcc4.8.5/CCTM_v53.exe: error while loading shared libraries: libnetcdff.so.6: cannot open shared object file: No such file or directory
/home/lidaowei/local/CMAQv53/CCTM/scripts/BLD_CCTM_v53_gcc4.8.5/CCTM_v53.exe: error while loading shared libraries: libnetcdff.so.6: cannot open shared object file: No such file or directory
/home/lidaowei/local/CMAQv53/CCTM/scripts/BLD_CCTM_v53_gcc4.8.5/CCTM_v53.exe: error while loading shared libraries: libnetcdff.so.6: cannot open shared object file: No such file or directory
bashrc配置正确:
export NETCDF=/home/lidaowei/local/netcdf
export PATH=/home/lidaowei/local/netcdf/bin:$PATH
export LD_LIBRARY_PATH=/home/lidaowei/local/netcdf/lib:$LD_LIBRARY_PATH
export INCLUDE=/home/lidaowei/local/netcdf/include:$INCLUDE
export CPPFLAGS='-I/home/lidaowei/local/netcdf/include'
export LDFLAGS='-L/home/lidaowei/local/netcdf/lib'
请问怎么解决
|
|