13 #ifndef SST_CORE_PART_ZOLT 14 #define SST_CORE_PART_ZOLT 19 #include <sst/core/part/sstpart.h> 20 #include <sst/core/output.h> 21 #include <sst/core/elementinfo.h> 26 #ifdef SST_CONFIG_HAVE_MPI 27 #undef SST_CONFIG_HAVE_MPI 30 #define SST_CONFIG_HAVE_MPI 49 SST_ELI_REGISTER_PARTITIONER(
53 SST_ELI_ELEMENT_VERSION(1,0,0),
54 "zoltan parallel partitioner")
59 struct Zoltan_Struct * zolt_config;
68 ~SSTZoltanPartition();
78 bool requiresConfigGraph()
override {
return false; }
80 bool spawnOnAllRanks()
override {
return true; }
87 #endif // End of HAVE_ZOLTAN Definition: configGraph.h:530
Definition: rankInfo.h:21
Base class for Partitioning graphs.
Definition: sstpart.h:31