|
subroutine | distributed_matrix_update_finish (DISTRIBUTED_MATRIX, ERR, ERROR,) |
| Finishes the update procedure for a distributed matrix. This routine will wait until all transfers have completed! More...
|
|
subroutine distributed_matrix_vector::distributedmatrix_updatefinish::distributed_matrix_update_finish |
( |
type(distributed_matrix_type), pointer |
DISTRIBUTED_MATRIX, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Finishes the update procedure for a distributed matrix. This routine will wait until all transfers have completed!
- Parameters
-
| distributed_matrix | A pointer to the distributed matrix |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3262 of file distributed_matrix_vector.f90.