|
|
|
|
|
by robmccoll
4361 days ago
|
|
Using multiple processes for this is a big leap since you have to plan your data sharing scheme. Assuming the program is currently only single threaded, dropping some OpenMP on it in the right places would be an easier path to using all of your cores. |
|