Avoid cpuFaults in distritute function of mapDistribute- relevant for distributed AMI interfaces
The low level functions accessAndFlip
and flipAndCombine
of mapDistributeBase needs to be ported to gpu otherwise they will lead to excessive cpu faults.
However straightforward porting lead to compile errors given that this function can involve operation with list of list inside of kernels.