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 Functions

inline init_params()#

Public Members

std::reference_wrapper<hpx::program_options::options_description const> desc_cmdline = hpx::local::detail::default_desc(HPX_APPLICATION_STRING)#
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::partitioner_mode::default_#
hpx::resource::rp_callback_type rp_callback#