hpx/hpx_init_params.hpp#

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx
struct init_params#
#include <hpx_init_params.hpp>

Parameters used to initialize the HPX runtime through hpx::init and hpx::start.

Public Members

std::reference_wrapper<hpx::program_options::options_description const> desc_cmdline = detail::default_desc#
std::vector<std::string> cfg#
mutable startup_function_type startup#
mutable shutdown_function_type shutdown#
hpx::runtime_mode mode = ::hpx::runtime_mode::default_#
hpx::resource::partitioner_mode rp_mode = ::hpx::resource::mode_default#
hpx::resource::rp_callback_type rp_callback#