tarcadius / LDAR_Sim

MIT License
8 stars 8 forks source link

Parallel simulations #6

Closed tbarchyn closed 4 years ago

tbarchyn commented 4 years ago

First step in parallelizing simulations. 1) function to run the simulations put in a separate function 2) all parameters necessary to run the simulation are passed through a list of parameters constructed at the beginning.

Next steps: 1) confirm it works and/or is a good idea. 2) maybe make less verbose so that the console doesn't get filled with messages from all the workers.

Test this branch out, lets discuss, and maybe I'll do some more work prior to hitting merge.

tarcadius commented 4 years ago

Thanks Tom - this is so much better! This is why we need real computer experts working on LDAR-Sim ;)

I tested it out and it works great on my end (aside from the print outs being unhelpful, as you mentioned). I will hold off on merging because you indicated you may want to do a bit more work on this branch.