kyletm / trip_generator

0 stars 0 forks source link

Integrating Parallel and Serial Modules in Module 5 #31

Closed kyletm closed 6 years ago

kyletm commented 6 years ago

For many modules, we will be developing (very basic) parallel implementations of previously serial algorithms in order to try to reduce overall runtime. To do this, it makes sense to implement the entire module itself (e.g. in module5.py) as supporting both serial and parallel with a flag to support it (e.g. -mode) in module_runner.py. This means that the differences between module5parallel.py and module5.py need to be reconciled and merged together. I'm going to test this out with Module 5 first and see how it goes.

kyletm commented 6 years ago

Resolved in fc60c42.