Unable to lock file, Tiling images failed! Error in geometric module - different from closed #213 #296
Replies: 2 comments 8 replies
-
Update: |
Beta Was this translation helpful? Give feedback.
-
Hi @davedavemckay, my first suspect is usually memory.
How much RAM is available on the nodes? 36 * 8GB would be required to run it safely. Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hi all,
Unsure if I'm getting errors as a quirk of my setup. I am processing Sentinel-2 L1C images with force-level2 and get many failures, but not all. I'm working on a large number of images (393 .SAFE folders) and get 327 errors. e.g.
I am running, for this series, 11 concurrent Singularity containers (10 with with a queue of 36 images and a final smaller queue of 33 images). My thinking is there's a stage where my two Sentinel-2 tiles (T30UVG and T30VVH) overlap, (or S2A and S2B overlap? are these combined by force-level2?) and two runs are trying to write to the same file at the same time; one gets the file lock first and the other errors. Does this seem plausible?
My plan is: retry with the same parallelization scheme, but restricting to one tile at a time. Will report back!
Beta Was this translation helpful? Give feedback.
All reactions