subroutine distributed_matrix_vector::distributedmatrix_updateisfinished::distributed_matrix_update_isfinished |
( |
type(distributed_matrix_type), pointer |
DISTRIBUTED_MATRIX, |
|
|
logical, intent(out) |
ISFINISHED, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Tests to see if a distributed matrix update has finised.
- Parameters
-
| distributed_matrix | A pointer to the distributed matrix |
[out] | isfinished | On return ISFINISHED will be .TRUE. if the distributed matrix update has finished or .FALSE. if it has not |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3311 of file distributed_matrix_vector.f90.