sourcery_user_defined_collectives_m Module

This module contains user-defined collective subroutines.


Used by

  • module~~sourcery_user_defined_collectives_m~~UsedByGraph module~sourcery_user_defined_collectives_m sourcery_user_defined_collectives_m module~sourcery_m sourcery_m module~sourcery_m->module~sourcery_user_defined_collectives_m module~sourcery_test_result_s sourcery_test_result_s module~sourcery_test_result_s->module~sourcery_user_defined_collectives_m module~sourcery_test_s sourcery_test_s module~sourcery_test_s->module~sourcery_user_defined_collectives_m module~sourcery_user_defined_collectives_s sourcery_user_defined_collectives_s module~sourcery_user_defined_collectives_s->module~sourcery_user_defined_collectives_m module~sourcery_string_s sourcery_string_s module~sourcery_string_s->module~sourcery_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