Error with bin folder #1849
-
Replace italics below with details for this issue. Describe the ProblemI am trying to run a test cast with the MODE. I have the all the input files and the directory get an error every time about the location of the .../bin/mode not being found. I don't have this problem with any other path. I tried adding the directories myself but got this error now PermissionError: [Errno 13] Permission denied: '/gpfs/fs1/home/ac.jcorner/NIU/Masters_Thesis/metplus/bin/mode EDIT Expected BehaviorFor the test case to work EnvironmentRun on Argonne's computer Bebop cluster in a Linux environment To Reproducepython run_metplus.py -c /gpfs/fs1/home/ac.jcorner/NIU/Masters_Thesis/metplus/parm/use_cases/met_tool_wrapper/MODE/MODE.conf Relevant DeadlinesThis Thursday I have it due to my advisor |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 30 replies
-
Hi @jcorner1, I converted this issue to a discussion because that is where we provide help support. We use the issues to track new development. It sounds like you are having issues running the METplus wrappers. The first error you are receiving seem to indicate that the MET_INSTALL_DIR METplus config variable that controls where to find the MET executables is not set properly. How did you obtain the METplus wrappers? You can run Regardless if you are able to modify the defaults.conf file or not, we recommend creating a User Configuration File to store settings specific to you and the environment you are using. You can set the correct value for MET_INSTALL_DIR in this file, along with other settings like OUTPUT_BASE.
You can pass your user config file to run_metplus.py in addition to the use case config file. We recommend listing it last so that the values set in that file take priority:
However, the 2nd error you received seems to indicate that you do not have permissions to run the mode MET executable. If these binaries were created by another user, you may need to reach out to them to open up the permissions. |
Beta Was this translation helpful? Give feedback.
-
Hi @jprestop Here is the output I get when I run the compile and .generic file. I updated the .generic file to have the path you gave which definitely was helpful and didn't have an error I was having when I ran the commented out path. We seem to be very close.
Here is the screen output from running the ls command in the tar_files dir:
Furthermore, the The original output I was given when running the However I changed it like I said because I was getting an error when running it. Let me know if there is something that needs to be changed in the MET_PYTHON_CC path as well. Thanks! |
Beta Was this translation helpful? Give feedback.
Hi @jprestop
Here is the output I get when I run the compile and .generic file. I updated the .generic file to have the path you gave which definitely was helpful and didn't have an error I was having when I ran the commented out path. We seem to be very close.