|
|
|
|
|
by ChrisRackauckas
2793 days ago
|
|
Judging from the linked code, you're using multiprocessing. Using multiprocessing is not similar to OpenMP. If you want something like C+OpenMP, then you'd need to use threading. This parallel task runtime will use multithreading like OpenMP, and should be similar in speed. |
|