araujolma/SOAR

Enter the parallel computing!

Closed this issue · 1 comments

The LMPBVP function (specifically, the generation of Ns+1 solutions) is well suitable for parallel computing. This issue is a reminder to do it eventually.

Some references:
http://chriskiehl.com/article/parallelism-in-one-line/
https://docs.python.org/3/library/multiprocessing.html

Already started addressing this issue.