-
Notifications
You must be signed in to change notification settings - Fork 9
Request for expansion in user guide #4
Description
In the user guide http://www.i3s.unice.fr/~hogie/software/grph/doc/manuals/grph-user-manual.pdf you have written the following. I'm wondering if you could point to an example that finishes your thought at the end?
5.6.5 Parallelism
Modern computers embed a multi-core processor, enabling threads and processes
to run in parallel. In order to take advantage of this parallelism, whenever
possible split the computation in a number of independant jobs that are
executed in parallel, within distinct threads, on the local computer.
Depending on the algorithms, the speed off varies from near-to-zero to
n,nbeing the number of processors/cores available on the computer.
Grph comes with a basic parallelization framework for the execution of a
certain class of algorithms: if an algorithm can be decomposed in routines called
independently on every vertex, it may be invoked by the following code pattern: