JMSLab / Template

Template for research repository using scons.
9 stars 1 forks source link

PR for #72: Updated DAG to fix gap preventing `-j` parallelization from working #73

Closed MosesStewart closed 1 year ago

MosesStewart commented 1 year ago

Closes #72

Created source/figures/SConscript which contains code to let scons know that #source/figures/gdp_educ.lyx and #source/figures/gdp_educ.tex are dependent on #output/analysis/plots/gdp_educ.eps. Also updated SConstruct to contain a call to source/figures/SConscript

This prevents scons from building gdp_educ.eps and template.pdf in parallel when using the -j option, opening up parallelization in the repository.

Adding @jmshapir and @rcalvo12 as reviewers per https://github.com/JMSLab/Template/issues/72#issuecomment-1371515874

MosesStewart commented 1 year ago

summary in https://github.com/JMSLab/Template/issues/72#issuecomment-1372682099