Skip to content

Request for expansion in user guide #4

@kyleboyle

Description

@kyleboyle

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions