julienne_user_defined_collectives_m Module

User-defined collective subroutines.


Used by

  • module~~julienne_user_defined_collectives_m~~UsedByGraph module~julienne_user_defined_collectives_m julienne_user_defined_collectives_m module~julienne_test_result_s julienne_test_result_s module~julienne_test_result_s->module~julienne_user_defined_collectives_m module~julienne_test_s julienne_test_s module~julienne_test_s->module~julienne_user_defined_collectives_m module~julienne_user_defined_collectives_s julienne_user_defined_collectives_s module~julienne_user_defined_collectives_s->module~julienne_user_defined_collectives_m

Interfaces

interface

  • public impure elemental module subroutine co_all(boolean)

    If any image in a team calls this subroutine, then every image in the the same team must call this subroutine. This subroutine sets the "boolean" argument .true. if it is true in all participating images upon entry and .false. otherwise.

    Arguments

    Type IntentOptional Attributes Name
    logical, intent(inout) :: boolean