-
Notifications
You must be signed in to change notification settings - Fork 0
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
#62: Speed up file upload #67
Conversation
a3df782
to
a458aa8
Compare
There's a bug in the slicing analysis pipeline. To recreate, try to show the slice lines on the Events Plot |
@cwschilly I was able to replicate the bug with the 120 rank CabanaMD data, not the 4 rank |
@cwschilly I'm also pushing the updated |
10205f1
to
06d0ad6
Compare
06d0ad6
to
c033a6e
Compare
Fixes #62
Fixes #70
Current solution: distribute file upload, wait until everything is uploaded, then distribute processing.
Outcome: MD 250 case uploads & processes in 65 seconds
More substantial improvements/changes will need to be made in Phase 2 to scale the app well.
Note: The investigation of streaming vs. writing has been moved to PR #72