| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int64), | intent(in) | :: | perm64(:) |
the permutation. |
||
| character(len=*), | intent(in) | :: | proc |
calling procedure, for messages. |
||
| integer(kind=int32), | intent(out), | allocatable | :: | perm32(:) |
the narrowed copy. |
|
| integer, | intent(in), | optional | :: | threads |
caller's team request. |
Narrows a 1-based int64 permutation to int32, aborting rather than truncating.