programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions
parall::parfpt Interface Reference

Given an (id, rank, value) tuple, return the local id, rank, and value corresponding to the global minimum value. More...

Collaboration diagram for parall::parfpt:
Collaboration graph

Public Member Functions

subroutine parfpt (elt_id, rank_id, val)
 

Detailed Description

Given an (id, rank, value) tuple, return the local id, rank, and value corresponding to the global minimum value.

Parameters
[in,out]elt_idelement id for which the value is the smallest (local in, global out)
[in,out]rank_idrank id for which the value is the smallest (local in, global out)
[in]valassociated local minimum value

Constructor & Destructor Documentation

subroutine parfpt ( integer(c_int), intent(inout)  elt_id,
integer(c_int), intent(inout)  rank_id,
real(c_double)  val 
)

The documentation for this interface was generated from the following file: