Question about computing resources in topo step #412
fdelgadodelapuente
started this conversation in
General
Replies: 2 comments 2 replies
-
If you want to run multiple isce jobs, its up to you control number of threads available to each job using OMP_NUM_THREADS. If you don't do that - these jobs will just compete for all available resources. topo is demanding because it is searching 3D geometry space to determine which projects to a 2D pixel (az, rng) - it is searching a higher dimensional solution space. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks for the explanation Piyush |
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.
-
Dear ISCE developers,
I've noticed that the topo step in stripmapApp and topsApp usually consumes a huge amount of computing resources in both Mac and Linux machines. topo uses so much resources, such that if I run another interferogram with ISCE, the computing time increases exponentially for the two pairs. Why is topo so resource demanding?
Francisco
Beta Was this translation helpful? Give feedback.
All reactions