-
Dear all, I have successfully compiled the LIS and all went well and it generated the exe. However, when I try to run it on the test case, it was showing me following errors. My environment variables are listed below and I have also attached the configuration file. It would be helpful if someone could provide me any suggestion, thanks. export LIS_ARCH=linux_gfortran export LD_LIBRARY_PATH=$LIS_HDF5/lib:$LIS_LIBESMF:$LIS_NETCDF/lib:${LIS_ECCODES}/lib:$LD_LIBRARY_PATH Program aborted. Backtrace: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Realone24, thanks for your message. I have a few questions:
It may also be helpful if you re-compile lis with debug optimization so that a more informative stacktrace is produced. To do so change into the |
Beta Was this translation helpful? Give feedback.
Hi @Realone24, thanks for your message. I have a few questions:
It may also be helpful if you re-compile lis with debug optimization so that a more informative stacktrace is produced. To do so change into the
lis/
directory, runmake -C make realclean
, run./configure
and select -1 at prompt 2, then compile again.