shared_ragged_array_cmplx_t
subroutine sync_cmplx(this) class(shared_ragged_array_cmplx_t), intent(inout) :: this call this%data_array%sync() end subroutine sync_cmplx