mp_win_create Interface

public interface mp_win_create

Module Procedures

private subroutine mp_win_create_iv(base, comm, win)

Window initialization function for vector data

Read more…

Arguments

Type IntentOptional Attributes Name
integer(kind=int_4), CONTIGUOUS, DIMENSION(:) :: base
type(mp_comm_type), intent(in) :: comm
type(mp_win_type), intent(out) :: win

private subroutine mp_win_create_lv(base, comm, win)

Window initialization function for vector data

Read more…

Arguments

Type IntentOptional Attributes Name
integer(kind=int_8), CONTIGUOUS, DIMENSION(:) :: base
type(mp_comm_type), intent(in) :: comm
type(mp_win_type), intent(out) :: win

private subroutine mp_win_create_dv(base, comm, win)

Window initialization function for vector data

Read more…

Arguments

Type IntentOptional Attributes Name
real(kind=real_8), CONTIGUOUS, DIMENSION(:) :: base
type(mp_comm_type), intent(in) :: comm
type(mp_win_type), intent(out) :: win

private subroutine mp_win_create_rv(base, comm, win)

Window initialization function for vector data

Read more…

Arguments

Type IntentOptional Attributes Name
real(kind=real_4), CONTIGUOUS, DIMENSION(:) :: base
type(mp_comm_type), intent(in) :: comm
type(mp_win_type), intent(out) :: win

private subroutine mp_win_create_zv(base, comm, win)

Window initialization function for vector data

Read more…

Arguments

Type IntentOptional Attributes Name
complex(kind=real_8), CONTIGUOUS, DIMENSION(:) :: base
type(mp_comm_type), intent(in) :: comm
type(mp_win_type), intent(out) :: win

private subroutine mp_win_create_cv(base, comm, win)

Window initialization function for vector data

Read more…

Arguments

Type IntentOptional Attributes Name
complex(kind=real_4), CONTIGUOUS, DIMENSION(:) :: base
type(mp_comm_type), intent(in) :: comm
type(mp_win_type), intent(out) :: win