SST/macro
|
#include <sim_partition.h>
Public Member Functions | |
serial_partition (parallel_runtime *rt) | |
virtual | ~serial_partition () |
virtual void | init_factory_params (sprockit::sim_parameters *params) |
virtual void | finalize_init () |
Public Member Functions inherited from sstmac::partition | |
virtual std::string | to_string () const |
virtual | ~partition () |
hw::index_subset * | subset (int lpid) const |
int * | num_switches_per_lp () |
int | local_switch (int idx) const |
int * | local_switches () |
int * | switch_to_lpid () |
int | num_switches_total () const |
int | local_num_switches () const |
int | lpid_for_switch (int switch_id) const |
virtual int | thread_for_local_switch (int local_idx) const |
Public Member Functions inherited from sprockit::factory_type | |
virtual void | init_factory_params (sim_parameters *params) |
Additional Inherited Members | |
Protected Member Functions inherited from sstmac::partition | |
partition (parallel_runtime *rt) | |
void | init_local_switches () |
Protected Attributes inherited from sstmac::partition | |
int * | switch_to_lpid_ |
int * | num_switches_per_lp_ |
int * | local_switches_ |
int | num_switches_total_ |
int | local_num_switches_ |
int | switches_per_thread_ |
int | nthread_ |
int | nproc_ |
int | me_ |
parallel_runtime * | rt_ |
std::vector< hw::index_subset * > | subsets_ |
Definition at line 135 of file sim_partition.h.
|
inline |
Definition at line 139 of file sim_partition.h.
References sprockit::factory_type::finalize_init(), and sprockit::factory_type::init_factory_params().
|
virtual |
|
virtual |
Reimplemented from sprockit::factory_type.
|
virtual |