mimic_collect_coordinates Subroutine

public subroutine mimic_collect_coordinates(subsystems)

wrapper to request coordinates of MM part

Arguments

TypeIntentOptionalAttributesName
type(subsystem_type), dimension(:):: subsystems

array of subsystems associated with client codes


Contents


Source Code

subroutine mimic_collect_coordinates(subsystems)

    !> array of subsystems associated with client codes
    type(subsystem_type), dimension(:) :: subsystems

    call timer_start("mimic_collect_coordinates")

    call communicator%gather_coords(subsystems)

    call timer_stop

end subroutine mimic_collect_coordinates