Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding tile parallelization during unwrapping #35

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

piyushrpt
Copy link
Member

  • Tiles can now be unwrapped in parallel now
  • Uses simple ProcessPoolExecutor for parallelization
  • For Hawaii dataset, unwraps in ~2 mins with the following command:

python3 -m spurt.workflows.emcf -i $SPURT_DIR/hawaii/interferograms --s-workers 3 --t-workers 1 -b 150000 --merge-parallel-ifgs 20 --pts-per-tile 80000 --unwrap-parallel-tiles 4

Copy link
Contributor

@scottstanie scottstanie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome, looks like all the knobs are in place to tinker, works for me

Copy link
Member

@gmgunter gmgunter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the holdup. This LGTM, thanks

@piyushrpt piyushrpt merged commit 563ed29 into isce-framework:main Aug 13, 2024
1 check passed
@piyushrpt piyushrpt deleted the feat/parallel_tiles branch August 13, 2024 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants