Error With PB2NC Tool in MET make_test.log File #2122
-
It's me again -- back with some more MET installation issues. I had a previous discussion that involved installation issues that have since been resolved. However, I am trying to now install the newest versions of MET (11.0.2) and METplus. I am able to get all the way to the compilation of MET, to the point where make test is run. I am also using a different Conda env than I was last time (/cpc/met/MET11/python-env). I believe there is an issue with finding the correct version/location of the libgfortran file, which I have had issues with before. For reference, the version of libgfortran (v5) that I would like installed is here: /cpc/met/MET11/python-env/lib However, I believe version 5 of libgfortran is being used for compilation (just showing one of the lines of output): ldd /cpc/home/jhicks/MET11/MET-11.0.0-beta3/bin/pb2nc libgfortran.so.5 => /cpc/met/MET11/python-env/lib/libgfortran.so.5 (0x00007fa38983e000) Here is the error I am getting in the make_test.log file: FATAL ERROR (SEGFAULT): Process 37275 got signal 11 @ local time = 2023-04-12 22:38:04Z Here is my compile_MET_all.sh and environmental variable file that I pass in. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
Hi @jhicks14. Could you please pass along your config.log file from MET? I agree that I think the problem lies where you said:
Do you remember how you solved this problem the last time and can you try that again? |
Beta Was this translation helpful? Give feedback.
Hi @jhicks14. My apologies for my delayed response. I was out of the office. Upgrading to the latest version of RedHat Linux, could have caused problems. It's hard to say. Since you weren't experiencing these problems previously and I don't see anything obvious in the files you sent, please go ahead an reinstall all of the library dependencies as you suggested, by commenting out the bottom part of the env vars file (starting with MET_GSL and ending with MET_NETCDF) Also, please leave this line commented the whole time and see what happens.
Please let us know how it goes.