“…get_partition makes the distribution of the lists visible in the structure itself. For example, get_partition on the list of type PList in Figure 2 yields the PList [[0, 2, 4], [6,8], [10,12], [14,16]] (global view). Now each processor contains only one element (local size 1), but this element is a list.…”