|
interface | parcmx |
| Compute the global maximum of an integer in case of parellism. More...
|
|
interface | parmax |
| Compute the global maximum of a real number in case of parellism. More...
|
|
interface | parcmn |
| Compute the global minimum of an integer in case of parellism. More...
|
|
interface | parmin |
| Compute the global minimum of a real number in case of parellism. More...
|
|
interface | parcpt |
| Compute the global sum of an integer in case of parellism. More...
|
|
interface | parsom |
| Compute the global sum of a real number in case of parellism. More...
|
|
interface | parimx |
| Compute the global maxima of an array of integers in case of parellism. More...
|
|
interface | parrmx |
| Compute the global maxima of an array of real numbers in case of parellism. More...
|
|
interface | parimn |
| Compute the global minima of an array of integers in case of parellism. More...
|
|
interface | parrmn |
| Compute the global minima of an array of real numbers in case of parellism. More...
|
|
interface | parism |
| Compute the global sums of an array of integers in case of parellism. More...
|
|
interface | parrsm |
| Compute the global sums of an array of real numbers in case of parellism. More...
|
|
interface | parall_bcast_i |
| Broadcast an integer in case of parellism. More...
|
|
interface | parall_bcast_r |
| Broadcast a real number in case of parellism. More...
|
|
interface | parbci |
| Broadcast an array of integers in case of parellism. More...
|
|
interface | parbcr |
| Broadcast an array of real numbers in case of parellism. More...
|
|
interface | parmxl |
| Maximum value of a real and the value of related array on all default communicator processes. More...
|
|
interface | parmnl |
| Minimum value of a real and the value of related array on all default communicator processes. More...
|
|
interface | parfpt |
| Given an (id, rank, value) tuple, return the local id, rank, and value corresponding to the global minimum value. More...
|
|
interface | cs_parall_allgather_r |
| Build a global array from each local array in each domain. More...
|
|
interface | parbar |
| Set a barrier on all default communicator processes. More...
|
|
Module for basic MPI and OpenMP parallelism-related values.