geodesymiami / rsmas_insar

RSMAS InSAR code
https://rsmas-insar.readthedocs.io/
GNU General Public License v3.0
58 stars 22 forks source link

Known problem: run_08 copy-data-to-tmp failure for numConnections=20 #515

Closed falkamelung closed 2 years ago

falkamelung commented 2 years ago

Occasionally you may get an out-of-disk-space error for a run_08_generate_burst_igram. Currently the number of tasks per job assumes that every task has the same memory/disk space requirement. This is true for memory, but not for disk space which depends on the number of acquisitions. For example for numConnections>=8 (or 7?) we can have the situation that 8 tasks require 10 SLC (150 GB as each SLC is 15 GB) and we get a failure.

So I will adjust the required memory so that 1 job contains only 7 tasks.

falkamelung commented 2 years ago

Adjusted job_defaults