6.18 psb_loc_to_glob — Local to global indices conversion

call psb_loc_to_glob(x, y, desc_a, info, iact)
call psb_loc_to_glob(x, desc_a, info, iact)

Type:
Asynchronous.
On Entry
x
An integer vector of indices to be converted.
Scope: local
Type: required
Intent: in, inout.
Specified as: a rank one integer array.
desc_a
the communication descriptor.
Scope:local.
Type:required.
Intent: in.
Specified as: a structured data of type psb_desc_type.
iact
specifies action to be taken in case of range errors. Scope: global
Type: optional
Intent: in.
Specified as: a character variable Ignore, Warning or Abort, default Ignore.

On Return
x
If y is not present, then x is overwritten with the translated integer indices. Scope: global
Type: required
Intent: inout.
Specified as: a rank one integer array.
y
If y is not present, then y is overwritten with the translated integer indices, and x is left unchanged. Scope: global
Type: optional
Intent: out.
Specified as: a rank one integer array.
info
Error code.
Scope: local
Type: required
Intent: out.
An integer value; 0 means no error has been detected.