OverviewΒΆ
HPX is organized into different sub-libraries and those in turn into modules.
The libraries and modules are independent, with clear dependencies and no
cycles. As an end-user, the use of these libraries is completely transparent. If
you use e.g. add_hpx_executable
to create a target in your project you will
automatically get all modules as dependencies. See below for a list of the
available libraries and modules. Currently these are nothing more than an
internal grouping and do not affect usage. They cannot be consumed individually
at the moment.
- Core modules
- affinity
- algorithms
- allocator_support
- asio
- assertion
- async_base
- async_combinators
- async_cuda
- async_local
- async_mpi
- batch_environments
- cache
- command_line_handling_local
- concepts
- concurrency
- config
- config_registry
- coroutines
- datastructures
- debugging
- errors
- execution
- execution_base
- executors
- filesystem
- format
- functional
- futures
- hardware
- hashing
- include_local
- ini
- init_runtime_local
- io_service
- iterator_support
- itt_notify
- lcos_local
- lock_registration
- logging
- memory
- mpi_base
- pack_traversal
- plugin
- prefix
- preprocessor
- program_options
- properties
- resiliency
- resource_partitioner
- runtime_configuration
- runtime_local
- schedulers
- serialization
- static_reinit
- string_util
- synchronization
- tag_invoke
- testing
- thread_pool_util
- thread_pools
- thread_support
- threading
- threading_base
- thread_manager
- timed_execution
- timing
- topology
- type_support
- util
- version
- Main HPX modules
- actions
- actions_base
- agas
- agas_base
- async_colocated
- async
- checkpoint
- checkpoint_base
- collectives
- command_line_handling
- components
- components_base
- compute
- distribution_policies
- executors_distributed
- include
- init_runtime
- lcos_distributed
- naming
- naming_base
- parcelport_lci
- parcelport_libfabric
- parcelport_mpi
- parcelport_tcp
- parcelset
- parcelset_base
- performance_counters
- plugin_factories
- resiliency_distributed
- runtime_components
- runtime_distributed
- segmented_algorithms
- statistics