Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | handle | = | mp_win_null_handle |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(mp_win_type), | intent(in) | :: | win |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(mp_win_type), | intent(inout) | :: | win | |||
integer, | intent(in) | :: | handle |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(mp_win_type), | intent(in) | :: | win1 | |||
class(mp_win_type), | intent(in) | :: | win2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(mp_win_type), | intent(in) | :: | win1 | |||
class(mp_win_type), | intent(in) | :: | win2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(mp_win_type), | intent(in) | :: | win1 | |||
class(mp_win_type), | intent(in) | :: | win2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(mp_win_type), | intent(in) | :: | win1 | |||
class(mp_win_type), | intent(in) | :: | win2 |
TYPE mp_win_type PRIVATE MPI_WIN_TYPE :: handle = mp_win_null_handle CONTAINS PROCEDURE, PUBLIC, PASS(win), NON_OVERRIDABLE :: get_handle => mp_get_win_handle PROCEDURE, PUBLIC, PASS(win), NON_OVERRIDABLE :: set_handle => mp_set_win_handle PROCEDURE, PRIVATE, PASS(win1), NON_OVERRIDABLE :: mp_win_op_eq GENERIC, PUBLIC :: OPERATOR(.EQ.) => mp_win_op_eq PROCEDURE, PRIVATE, PASS(win1), NON_OVERRIDABLE :: mp_win_op_ne GENERIC, PUBLIC :: OPERATOR(.NE.) => mp_win_op_ne END TYPE mp_win_type