Check if the local pencils cover the global space without gaps
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | all_lbounds(:,:) |
Lower bounds of local pencils for each process |
||
integer(kind=int32), | intent(in) | :: | all_sizes(:,:) |
Sizes of local pencils for each process |
||
integer(kind=int32), | intent(in) | :: | global_dims(:) |
Global dimensions of the problem |
||
integer(kind=int32), | intent(in) | :: | comm_size |
Number of processes in the communicator |