|
| 1 | +.. |
| 2 | + Copyright (C) 2023 Dimitra Karatza |
| 3 | +
|
| 4 | + SPDX-License-Identifier: BSL-1.0 |
| 5 | + Distributed under the Boost Software License, Version 1.0. (See accompanying |
| 6 | + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
| 7 | + |
| 8 | +.. _public_distributed_api: |
| 9 | + |
| 10 | +====================== |
| 11 | +Public distributed API |
| 12 | +====================== |
| 13 | + |
| 14 | +Our Public Distributed API offers a rich set of tools and functions that enable developers |
| 15 | +to harness the full potential of distributed computing. Here, you'll find a comprehensive |
| 16 | +list of header files, classes and functions for various distributed computing features |
| 17 | +provided by |hpx|. |
| 18 | + |
| 19 | +.. _public_distr_api_header_barrier: |
| 20 | + |
| 21 | +``hpx/barrier.hpp`` |
| 22 | +=================== |
| 23 | + |
| 24 | +The header :hpx-header:`libs/full/include/include,hpx/barrier.hpp` includes |
| 25 | +a distributed barrier implementation. For information regarding the C++ standard |
| 26 | +library header :cppreference-header:`barrier`, see :ref:`public_api`. |
| 27 | + |
| 28 | +Classes |
| 29 | +------- |
| 30 | + |
| 31 | +.. table:: Distributed implementation of classes of header ``hpx/barrier.hpp`` |
| 32 | + |
| 33 | + +----------------------------------------+ |
| 34 | + | Class | |
| 35 | + +========================================+ |
| 36 | + | :cpp:class:`hpx::distributed::barrier` | |
| 37 | + +----------------------------------------+ |
| 38 | + |
| 39 | +Functions |
| 40 | +--------- |
| 41 | + |
| 42 | +.. table:: `hpx` functions of header ``hpx/barrier.hpp`` |
| 43 | + |
| 44 | + +-------------------------------------------+ |
| 45 | + | Function | |
| 46 | + +===========================================+ |
| 47 | + | :cpp:func:`hpx::distributed::wait` | |
| 48 | + +-------------------------------------------+ |
| 49 | + | :cpp:func:`hpx::distributed::synchronize` | |
| 50 | + +-------------------------------------------+ |
| 51 | + |
| 52 | +.. _public_distr_api_header_collectives: |
| 53 | + |
| 54 | +``hpx/collectives.hpp`` |
| 55 | +======================= |
| 56 | + |
| 57 | +The header :hpx-header:`libs/full/include/include,hpx/collectives.hpp` |
| 58 | +contains definitions and implementations related to the collectives operations. |
| 59 | + |
| 60 | +Classes |
| 61 | +------- |
| 62 | + |
| 63 | +.. table:: `hpx` classes of header ``hpx/collectives.hpp`` |
| 64 | + |
| 65 | + +-----------------------------------------------------+ |
| 66 | + | Class | |
| 67 | + +=====================================================+ |
| 68 | + | :cpp:struct:`hpx::collectives::num_sites_arg` | |
| 69 | + +-----------------------------------------------------+ |
| 70 | + | :cpp:struct:`hpx::collectives::this_site_arg` | |
| 71 | + +-----------------------------------------------------+ |
| 72 | + | :cpp:struct:`hpx::collectives::that_site_arg` | |
| 73 | + +-----------------------------------------------------+ |
| 74 | + | :cpp:struct:`hpx::collectives::generation_arg` | |
| 75 | + +-----------------------------------------------------+ |
| 76 | + | :cpp:struct:`hpx::collectives::root_site_arg` | |
| 77 | + +-----------------------------------------------------+ |
| 78 | + | :cpp:struct:`hpx::collectives::tag_arg` | |
| 79 | + +-----------------------------------------------------+ |
| 80 | + | :cpp:struct:`hpx::collectives::arity_arg` | |
| 81 | + +-----------------------------------------------------+ |
| 82 | + | :cpp:struct:`hpx::collectives::communicator` | |
| 83 | + +-----------------------------------------------------+ |
| 84 | + | :cpp:class:`hpx::collectives::channel_communicator` | |
| 85 | + +-----------------------------------------------------+ |
| 86 | + |
| 87 | +Functions |
| 88 | +--------- |
| 89 | + |
| 90 | +.. table:: `hpx` functions of header ``hpx/collectives.hpp`` |
| 91 | + |
| 92 | + +-----------------------------------------------------------+ |
| 93 | + | Function | |
| 94 | + +===========================================================+ |
| 95 | + | :cpp:func:`hpx::collectives::all_gather` | |
| 96 | + +-----------------------------------------------------------+ |
| 97 | + | :cpp:func:`hpx::collectives::all_reduce` | |
| 98 | + +-----------------------------------------------------------+ |
| 99 | + | :cpp:func:`hpx::collectives::all_to_all` | |
| 100 | + +-----------------------------------------------------------+ |
| 101 | + | :cpp:func:`hpx::collectives::broadcast_to` | |
| 102 | + +-----------------------------------------------------------+ |
| 103 | + | :cpp:func:`hpx::collectives::broadcast_from` | |
| 104 | + +-----------------------------------------------------------+ |
| 105 | + | :cpp:func:`hpx::collectives::create_channel_communicator` | |
| 106 | + +-----------------------------------------------------------+ |
| 107 | + | :cpp:func:`hpx::collectives::set` | |
| 108 | + +-----------------------------------------------------------+ |
| 109 | + | :cpp:func:`hpx::collectives::get` | |
| 110 | + +-----------------------------------------------------------+ |
| 111 | + | :cpp:func:`hpx::collectives::create_communication_set` | |
| 112 | + +-----------------------------------------------------------+ |
| 113 | + | :cpp:func:`hpx::collectives::create_communicator` | |
| 114 | + +-----------------------------------------------------------+ |
| 115 | + | :cpp:func:`hpx::collectives::create_local_communicator` | |
| 116 | + +-----------------------------------------------------------+ |
| 117 | + | :cpp:func:`hpx::collectives::communicator::set_info` | |
| 118 | + +-----------------------------------------------------------+ |
| 119 | + | :cpp:func:`hpx::collectives::communicator::get_info` | |
| 120 | + +-----------------------------------------------------------+ |
| 121 | + | :cpp:func:`hpx::collectives::communicator::is_root` | |
| 122 | + +-----------------------------------------------------------+ |
| 123 | + | :cpp:func:`hpx::collectives::exclusive_scan` | |
| 124 | + +-----------------------------------------------------------+ |
| 125 | + | :cpp:func:`hpx::collectives::gather_here` | |
| 126 | + +-----------------------------------------------------------+ |
| 127 | + | :cpp:func:`hpx::collectives::gather_there` | |
| 128 | + +-----------------------------------------------------------+ |
| 129 | + | :cpp:func:`hpx::collectives::inclusive_scan` | |
| 130 | + +-----------------------------------------------------------+ |
| 131 | + | :cpp:func:`hpx::collectives::reduce_here` | |
| 132 | + +-----------------------------------------------------------+ |
| 133 | + | :cpp:func:`hpx::collectives::reduce_there` | |
| 134 | + +-----------------------------------------------------------+ |
| 135 | + | :cpp:func:`hpx::collectives::scatter_from` | |
| 136 | + +-----------------------------------------------------------+ |
| 137 | + | :cpp:func:`hpx::collectives::scatter_to` | |
| 138 | + +-----------------------------------------------------------+ |
| 139 | + |
| 140 | +.. _public_distr_api_header_latch: |
| 141 | + |
| 142 | +``hpx/latch.hpp`` |
| 143 | +================= |
| 144 | + |
| 145 | +The header :hpx-header:`libs/full/include/include,hpx/latch.hpp` includes |
| 146 | +a distributed latch implementation. For information regarding the C++ standard |
| 147 | +library header :cppreference-header:`latch`, see :ref:`public_api`. |
| 148 | + |
| 149 | +Classes |
| 150 | +------- |
| 151 | + |
| 152 | +.. table:: Distributed implementation of classes of header ``hpx/latch.hpp`` |
| 153 | + |
| 154 | + +--------------------------------------+ |
| 155 | + | Class | |
| 156 | + +======================================+ |
| 157 | + | :cpp:class:`hpx::distributed::latch` | |
| 158 | + +--------------------------------------+ |
| 159 | + |
| 160 | +Functions |
| 161 | +--------- |
| 162 | + |
| 163 | +.. table:: `hpx` functions of header ``hpx/latch.hpp`` |
| 164 | + |
| 165 | + +---------------------------------------------------+ |
| 166 | + | Function | |
| 167 | + +===================================================+ |
| 168 | + | :cpp:func:`hpx::distributed::count_down_and_wait` | |
| 169 | + +---------------------------------------------------+ |
| 170 | + | :cpp:func:`hpx::distributed::arrive_and_wait` | |
| 171 | + +---------------------------------------------------+ |
| 172 | + | :cpp:func:`hpx::distributed::count_down` | |
| 173 | + +---------------------------------------------------+ |
| 174 | + | :cpp:func:`hpx::distributed::is_ready` | |
| 175 | + +---------------------------------------------------+ |
| 176 | + | :cpp:func:`hpx::distributed::try_wait` | |
| 177 | + +---------------------------------------------------+ |
| 178 | + | :cpp:func:`hpx::distributed::wait` | |
| 179 | + +---------------------------------------------------+ |
0 commit comments