T.J. Alumbaugh
T.J. Alumbaugh
- Instead of scattering the Parameters object prior to each call to the dask client, scatter it once and put the resulting future in module level scope. Retrieve it using...
Put a wrapper around calls to `opt.root` so we can see how much time each call takes.
Not really sure what's going on but I'm getting a crash when running the example with a recently synced version of OG-USA + OG-Core. I'm running in a Linux terminal...
Use dask "preload" capability to cProfile every Dask worker and then dump the pstats file. This is just for profiling purposes and should not be merged.