PR for #139: Improving logging to avoid concurrency issues. #167
Conversation
…-multiple-scripts
…-multiple-scripts
…-multiple-scripts
…-multiple-scripts
…-multiple-scripts
…-capture-logs-from-multiple-scripts
…-capture-logs-from-multiple-scripts
Co-authored-by: zhizhongpu <zpu@hbs.edu>
…cripts' of https://github.com/JMSLab/Template into 139-sconscriptlog-does-not-capture-logs-from-multiple-scripts
zhizhongpu
left a comment
There was a problem hiding this comment.
I think we're just waiting for @arewolinski to take a look.
|
@toogiii @arewolinski I hope you can both make sure that This is especially important as my machine sometimes runs into a known issue of matlab hanging @liaochris do you think we want to execute a run on SLURM too, just in case? If so, we might as well have @arewolinski and @toogiii do it since running the Template is typically the onboarding task for SLURM. |
|
happy to try the slurm run tomorrow. the scons and scons --clean calls still work for me locally |
@zhizhongpu works when I compile Template on slurm. FYI @arewolinski @toogiii you'll probably encounter some missing LaTeX |
|
@toogiii @arewolinski I think your reviews are the last thing blocking this pull. Here's what I think we need to do in order to merge the pull.
Lines 20 to 23 in 8d79103 Compiling the template on the RC should cover point (2) above. Let me know if you have any questions about this, and when you have done the tasks above, you can approve the pull. |
There was a problem hiding this comment.
only one thing @liaochris: should we add .sconsign.dblite to .gitignore? is there a reason we would want to git add this ever?
|
/run-actions-all --post |
|
Triggered by @liaochris on this comment Check Results (run details)
|
|
Thanks for closing this pull. Before leaving the pull, please be sure you have completed all the required steps in the workflow. This includes filling in the issue summary linked at the top of this comment. |
|
@liaochris is the SKIP here #167 (comment) expected? |
In this issue, we implemented a new logging procedure that replaces subfolder-wide
sconscript.logfiles with script-specific files in alogfolder that mirrorssourceand is not version-controlled.