-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move monitoring wrapper code into its own module (#2468)
This is to avoid capturing so much in the closure of the monitoring wrapper, which prior to this patch, captured a lot of surprising stuff. This reduces serialisation load (time and space). With parsl/tests/test_bash/test_basic.py, using Work Queue and monitoring, the five serialized function sizes are: before this commit: 8400 bytes after this commit: 7252 bytes saving 1148 bytes per function invocation.
- Loading branch information
1 parent
93b4bdd
commit dbffcce
Showing
2 changed files
with
285 additions
and
255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.