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 descdatapsb_desc_type.
- iact
- specifies action to be taken in case of range errors.
Scope: global
Type: optional
Intent: in.
Specified as: a character variable I
gnore, W
arning or
A
bort, default I
gnore.
- On Return
-
- x
- If is not present,
then is overwritten with the translated integer indices.
Scope: global
Type: required
Intent: inout.
Specified as: a rank one integer array.
- y
- If is not present,
then is overwritten with the translated integer indices, and
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.