Stop unnecessary MPI sends?
When ghost tasks are marked as skip the associated rho sends are queued immediately along with the xv sends. This duplicates the data sent per proxy cell. Ideally we should not do this. The tricky part could be handling the recv tasks on the receiving end.