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>
25 #ifdef SST_CONFIG_HAVE_MPI
26 #undef SST_CONFIG_HAVE_MPI
29 #define SST_CONFIG_HAVE_MPI
52 ~SSTZoltanPartition();
62 bool requiresConfigGraph() {
return false; }
64 bool spawnOnAllRanks() {
return true; }
67 return new SSTZoltanPartition(total_ranks, my_rank, verbosity);
73 struct Zoltan_Struct * zolt_config;
76 static bool initialized;
82 #endif // End of HAVE_ZOLTAN
Definition: configGraph.h:397
Definition: rankInfo.h:21
Base class for Partitioning graphs.
Definition: sstpart.h:27