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

Parallelize over CPUs #20

Merged
merged 17 commits into from
Aug 9, 2024
Merged

Parallelize over CPUs #20

merged 17 commits into from
Aug 9, 2024

Conversation

CodyCBakerPhD
Copy link
Member

To avoid race conditions and other complexities, the strategy is as follows:

  • Write each CPUs parsed logs to a separate folder (temporary directory)
  • After all jobs are complete, merge all parsed logs into a single folder (by stacking contents per asset file) (still in a temporary directory)
  • The resulting parsed log folder will be out of chronological order, so write an ordered copy to the final intended destination

@CodyCBakerPhD CodyCBakerPhD self-assigned this Aug 5, 2024
@CodyCBakerPhD CodyCBakerPhD changed the title Parallelize over CPU Parallelize over CPUs Aug 5, 2024
Copy link

codecov bot commented Aug 6, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@CodyCBakerPhD CodyCBakerPhD marked this pull request as ready for review August 9, 2024 23:05
@CodyCBakerPhD CodyCBakerPhD merged commit 5e2ef3b into main Aug 9, 2024
2 checks passed
@CodyCBakerPhD CodyCBakerPhD deleted the parallelize branch August 9, 2024 23:05
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.

1 participant