Enter the parallel computing!
Closed this issue · 1 comments
araujolma commented
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
araujolma commented
Already started addressing this issue.