Is there any kind of feedback for processing when there's a lot of data? #148
Unanswered
PeterGrace
asked this question in
Q&A
Replies: 1 comment
-
|
Hello, It seems the PPP job is hanging after "Starting epoch 1" without any progress. Given that the log shows "max 16 threads" but only one core is active, and considering the product files are from 2019, there might be a mismatch between the observation data and the product files. This could lead to the process stalling or being unable to find the necessary data. To troubleshoot:
By addressing these areas, we can better understand the cause of the delay and work towards a solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I'm running a ppp job attempting to process approximately 7 hours of 1-second resolution rinex data from a mosaic-x5 gnss receiver. It's been running now for hours at 100% cpu usage (on a single core in my ryzen 7800x3d system) which leads me to believe things are happening, but, there's no console output that indicates anything's going on (see output below.) Is this thing hung or does it just take a ridiculous amount of time to process 1-second-resolution data? It has been in this state for at least 17 hours at this point.
Also, the output says "max 16 threads" but I'm running in a docker container per the README. I'm not sure if I need to pass extra arguments to docker to tell it to use as much cpu as it desires.
Thanks in advance for any insights!
Beta Was this translation helpful? Give feedback.
All reactions