Closed cwschilly closed 6 days ago
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 data/cali/md_...
. Pushing a fix now, I'll let you check if it works on some larger scale data as well (I don't have the compute available for that right now :)).
@cwschilly I'm also pushing the updated package-lock.json
, after running npm audit fix
, in regards to #70.
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