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

Distributed DataWrangling #207

Closed
wants to merge 820 commits into from

Conversation

simone-silvestri
Copy link
Collaborator

This PR is a proposal to solve #206

It introduces a couple of distributed utilities:

blocking_download(url, filepath; kw...) # only rank 0 downloads
blocking_run(cmd) # only rank 0 executes the command
distributed_run(cmd) # if `cmd isa Union{AbstractVector, Tuple}` split the commands throughout the ranks

We would have to find a way to test this since distributed tests are not in place yet

@simone-silvestri
Copy link
Collaborator Author

Closed in favor of #208

@simone-silvestri simone-silvestri deleted the ss/mpi-simulations-for-conferenve branch October 31, 2024 11:21
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.

2 participants