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
50 struct Zoltan_Struct * zolt_config;
59 ~SSTZoltanPartition();
69 bool requiresConfigGraph()
override {
return false; }
71 bool spawnOnAllRanks()
override {
return true; }
73 SST_ELI_REGISTER_PARTITIONER(SSTZoltanPartition,
"sst",
"zoltan",
"zoltan parallel partitioner")
75 SST_ELI_DOCUMENT_VERSION(1,0,0)
81 #endif // End of HAVE_ZOLTAN
Definition: configGraph.h:530
Definition: rankInfo.h:21
Base class for Partitioning graphs.
Definition: sstpart.h:31