FleCSI Core API Version: 2.4.0
 
Loading...
Searching...
No Matches
Deprecated List
Member ASSERT_STRCASEEQ (x, y)
No replacement: inconsistent with other tests in that it is locale-dependent.
Member ASSERT_STRCASENE (x, y)
No replacement: inconsistent with other tests in that it is locale-dependent.
Struct coloring_slot< class >
Use mpi_coloring directly.
Member context< T >::ann
Use guard or rguard.
Member control< P >::action< T, CP, M >::action (Args &&... args)
Use the argument-less constructor.
Member control< P >::check_status (int s)
Call write_graph or write_actions as needed.
Member control< P >::execute ()
Call invoke directly or use runtime::control.
Member control< P >::invoke (AA &&... aa)
Use the overload that accepts a scheduler or use runtime::control.
Member control< P >::state ()
derive P from control_base and use the parameter passed to each action
Struct dag< NodePolicy >
Unneeded for other interfaces.
Member EXPECT_STRCASEEQ (x, y)
No replacement: inconsistent with other tests in that it is locale-dependent.
Member EXPECT_STRCASENE (x, y)
No replacement: inconsistent with other tests in that it is locale-dependent.
Member field< T, L >::definition< Topo, Space >::operator() (data::topology_slot< Topo > &t) const
Pass the instance directly (perhaps with t.get()).
Member flecsi::color ()
Use space_base.
Member flecsi::colors ()
Use space_base.
Member flecsi::data::launch::make (topology_slot< P > &t, const Claims &c)
Pass the topology instance directly (and a scheduler).
Member flecsi::data::launch::make (topology_slot< P > &t)
Pass the topology instance directly (and a scheduler).
Member flecsi::default_accelerator
Use accelerator.
Member flecsi::exec::parallel_for (Policy &&p, Lambda &&lambda, const std::string &name="")
Use accelerator::for_each.
Member flecsi::exec::parallel_reduce (Policy &&p, Lambda &&lambda, const std::string &name="")
Use accelerator::reduce.
Member flecsi::finalize ()
Destroy a runtime object.
Member flecsi::global_topology
Create instances as with any other topology.
Member flecsi::idempotent
No effect.
Member flecsi::initialize (int argc, const char *const *argv, bool dependent=true)
Construct a runtime object; to parse command-line arguments, also use getopt.
Member flecsi::make_partial (AA &&... aa)
Use a lambda or std::bind.
Member flecsi::option_value (any const &v)
Accept the value directly in the validation function.
Member flecsi::process ()
Use runtime::process.
Member flecsi::process_topology
Create instances as with any other topology.
Member flecsi::processes ()
Use runtime::processes.
Member flecsi::program ()
Check argv directly.
Member flecsi::run::control_point
Use control_base::point.
Member flecsi::run::cycle
Use control_base::cycle.
Member flecsi::run::status
Used only with initialize.
Member flecsi::start (const std::function< int()> &action)
Use runtime::control.
Member flecsi::threads ()
This information is unreliable and not useful for scheduling.
Member flecsi::threads_per_process ()
This information is unreliable and not useful for scheduling.
Member flecsi::util::annotation::begin (const char *region_name)
Use guard.
Member flecsi::util::annotation::begin ()
Use rguard.
Member flecsi::util::annotation::begin (std::string_view task_name)
Use rguard.
Member flecsi::util::annotation::end ()

Use guard.

Use rguard.

Member flecsi::util::intersects (InputIt1 first1, InputIt1 last1, InputIt2 first2, InputIt2 last2)
Unused.
Member flecsi::util::reorder (const order_iterator order_begin, const order_iterator order_end, const value_iterator v)
Unused.
Member flecsi::util::reorder_destructive (const order_iterator order_begin, const order_iterator order_end, const value_iterator v)
Unused.
Member flecsi::util::set_difference (const std::set< T > &s1, const std::set< T > &s2)
Unused.
Member flecsi::util::set_intersection (const std::set< T > &s1, const std::set< T > &s2)
Unused.
Member flecsi::util::set_union (const std::set< T > &s1, const std::set< T > &s2)
Unused.
Member future< Return, exec::launch_type_t::index >::get (Color index=0, bool silence_warnings=false)
Use all or pass to a task to process values in parallel.
Member index_definition::create_plan
Omit the initialization (and assign full_ghosts if needed).
Member narray_base::domain
Use axis_color and axis_layout.
Member runtime::control (AA &&... aa) const
Use a non-const runtime.
Member specialization< C, D >::initialize (slot &s, coloring const &)
Use scheduler::allocate if desired.
Member specialization< C, D >::mpi_coloring::mpi_coloring (AA &&... aa)
Pass a scheduler.
Member specialization< C, D >::slot
Use topology.
Member topology< Policy, narray_base >::access< Priv >::global_id (util::id logical_id) const
Use axis_color::global_id.
Member topology< Policy, narray_base >::access< Priv >::is_degenerate () const
Use axis_color::low and axis_color::high.
Member topology< Policy, narray_base >::access< Priv >::is_high () const
Use axis_color::high.
Member topology< Policy, narray_base >::access< Priv >::is_interior () const
Use axis_color::low and axis_color::high.
Member topology< Policy, narray_base >::access< Priv >::is_low () const
Use axis_color::low.
Member topology< Policy, narray_base >::access< Priv >::offset () const
Use axis_layout.
Member topology< Policy, narray_base >::access< Priv >::range () const
Use axis_layout.
Member topology< Policy, narray_base >::access< Priv >::size () const
Use axis_layout.
Member topology< Policy, ntree_base >::make_tree (typename Policy::slot &ts)
Pass a scheduler.
Member topology< Policy, ntree_base >::reset (typename Policy::slot &ts)
Pass a scheduler.
Member topology< Policy, ntree_base >::share_ghosts (typename Policy::slot &ts)
Pass a scheduler.
Struct topology_slot< Topo >
Use Topo::topology or Topo::ptr.
Member topology_slot< Topo >::allocate (const coloring &c, AA &&... aa)
Pass a scheduler.
Member trace::trace (id_t id)
Use the default constructor.
Member unstructured_base::coloring::index_space::entities
Omit from list-initialization.