Mentions légales du service

Skip to content

Example comm split

PRUVOST Florent requested to merge fpruvost/chameleon:example-comm-split into master

Add an example to show that Chameleon can be used with custom MPI communicators (different from MPI_COMM_WORLD).

Two different algorithms (potrf and getrf_nopiv) are called at the same time on two different communicators A (0, 2) and B (1, 3).

Merge request reports