Commit 53b9801
Fix/animation with tqdm repairing (#47)
* Fix spinner animation with tqdm output and refactor Score-P stream reading
- Spinner no longer overlaps with tqdm due to proper threading.Event handling
- Score-P stdout and stderr are read in separate threads with chunked reading
- Animation is disabled in multicell mode when needed
- README.md and error logging improved
* multicellmode_timestamps removed from reading streams functions
* remove MCM from child process, check for multiple truthy values
* formatting, linter and bugfix in truthy values eval
* logging in files fixed, minor stream reading improvements
* disabling animations hint added
* getting stuck while reading pipes fixed
* KernelTestLogError fix
* hint message improved; logging dir renamed to logs_scorep_jupyter
* make log directory relative to project root
* error logs without suppressing and Logging Configuration section in README.md update
* logs directory name changed
* preserve subprocess output in variables to show later; hint message corrected
* hint logic changed to be shown in all cases
---------
Co-authored-by: OutlyingWest <[email protected]>
Co-authored-by: Elias Werner <[email protected]>1 parent 43e8776 commit 53b9801
2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
504 | | - | |
505 | 504 | | |
506 | 505 | | |
507 | 506 | | |
| |||
0 commit comments