Isorropia: Partitioning, Load Balancing and more
|
#include <Isorropia_ConfigDefs.hpp>
Go to the source code of this file.
Namespaces | |
Isorropia | |
Isorropia is the namespace that contains general definitions that apply to all partitioners and that contains abstract classes that declare the methods and data to be supplied by specific partitioners. | |
Isorropia::Utils | |
Utils is the namespace within the Isorropia namespace that defines general definitions of utilities that may be of use to any specific partitioner. | |
Functions | |
void | Isorropia::Utils::create_comm_plan (int myPID, const std::vector< int > &all_proc_old_offsets, const std::vector< int > &all_proc_new_offsets, std::vector< int > &send_info, std::vector< int > &recv_info) |
Internal Isorropia implementation utility. More... | |
double | Isorropia::Utils::cpu_time () |
Return CPU time. More... | |