This is a variation study of MPI-2S that tries to avoid the
synchronisation delays of the previous algorithm using one-sided data
transfer provided by MPI or SHMEM libraries. In this case the task
that reaches the orbitals computation sector can access the set of BC it needs
from the memory of the associated tasks without the need of a matching
call on their side. This algorithm has two drawbacks: i)the amount of
data to transfer between two tasks is 64 times larger than in the case
of the orbital transfer, ii) the data set to be transferred has
non-contiguous memory addresses because it is a
block of the spatial grid.