Rocoto issues on hera #2662
Replies: 3 comments 9 replies
-
Indeed, /apps/rocoto/default/bin/rocotorun is version 1.3.7, which is the latest. I had a similar issue like that on Hera shortly after it was upgraded to Rocky 8, which was the cause for the upgrade to 1.3.7 across systems. Hera's system Ruby was very slow, so they had to upgrade it. However, newer versions of Ruby were resulting in buggy interactions with the experiment's database and would sometimes corrupt the database, but this would result in "UNAVAILABLE" statuses for jobs. @christopherwharrop-noaa resolved that with upgrades to the libxml, libxml-ruby, and sqlite3 libraries built within the rocoto package and some fixes within the rocoto source code. If you want to try an older version of rocoto without those bug fixes and an older version of Ruby, you can try this: module use /home/David.Huber/modules
module load rocoto/1.3.6_mine If that works for you, then perhaps there is still an issue in 1.3.7 that needs to be resolved. |
Beta Was this translation helpful? Give feedback.
-
Make certain you are using version |
Beta Was this translation helpful? Give feedback.
-
@JessicaMeixner-NOAA |
Beta Was this translation helpful? Give feedback.
-
Anyone else having rocoto issues on hera? I have a lot of my crons for rocoto break. A job will say "submitting" or "running" forever. You can try to rewind or force complete and there are no changes to the status of the job. I have asked around and havne't found anyone else who's had this problem, but as it just happened to me again, for the 4-5th time the past 2 weeks I thought I'd ask here. I do see that in https://rdhpcs-common-docs.rdhpcs.noaa.gov/wiki/index.php?title=Rocoto_-_The_Workflow_Manager#Rocoto_Best_Practices that it recommends pointing to /apps/rocoto/default/bin/rocotorun i don't know if that will help or not? It seems i'm using the latest version otherwise?
Beta Was this translation helpful? Give feedback.
All reactions