programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Types
parall.f90 File Reference

Module for basic MPI and OpenMP parallelism-related values. More...

Data Types

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

Detailed Description

Module for basic MPI and OpenMP parallelism-related values.