0.6.0
Loading...
Searching...
No Matches
mod_global_sum Module Reference

Sums a scalar across processes in place. More...

Data Types

interface  global_sum
 

Functions/Subroutines

subroutine global_sum_integer (val)
 
subroutine global_sum_long_integer (val)
 
subroutine global_sum_double (val)
 
subroutine global_sum_double_array (val)
 

Detailed Description

Sums a scalar across processes in place.

Function/Subroutine Documentation

◆ global_sum_double()

subroutine mod_global_sum::global_sum_double ( double precision, intent(inout) val)
private

◆ global_sum_double_array()

subroutine mod_global_sum::global_sum_double_array ( double precision, dimension(:), intent(inout) val)
private

◆ global_sum_integer()

subroutine mod_global_sum::global_sum_integer ( integer, intent(inout) val)
private

◆ global_sum_long_integer()

subroutine mod_global_sum::global_sum_long_integer ( integer(kind=8), intent(inout) val)
private