./ungrib.exe: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory

Aditya Jaiswal

New member
I am trying the set up the WRF model in the HPC cluster I ave bulit the installation of both WRF and WPS. I am trying to run a test case given in the tutorial. However, while executing ./ungrib.exe, I am facing an error regarding loading of shared libraries. The libraries exists in the system, but somehow it is unable to load them. Could you please help me with this issue. I have attached the snapshots of the error messages for your reference.
 

Attachments

  • Screenshot (38).png
    Screenshot (38).png
    205.6 KB · Views: 12
I think you may need to add the directory containing the 'libimf.so' file to your LD_LIBRARY_PATH environment variable.
 
I am trying the set up the WRF model in the HPC cluster I ave bulit the installation of both WRF and WPS. I am trying to run a test case given in the tutorial. However, while executing ./ungrib.exe, I am facing an error regarding loading of shared libraries. The libraries exists in the system, but somehow it is unable to load them. Could you please help me with this issue. I have attached the snapshots of the error messages for your reference.
Hello, Aditya
Could you update whether you were able to solve this problem? If yes, please share the solution.
 
Back
Top