|
Zoltan2
|
#include <Zoltan2_TestHelpers.hpp>#include <Zoltan2_PartitioningProblem.hpp>#include <Zoltan2_BasicIdentifierAdapter.hpp>#include <Zoltan2_TimerManager.hpp>#include <Teuchos_DefaultComm.hpp>#include <unistd.h>
Go to the source code of this file.
Typedefs | |
| typedef Zoltan2::BasicUserTypes < zscalar_t, zzgid_t, zlno_t, zgno_t > | myTypes_t |
| typedef Zoltan2::BasicIdentifierAdapter < myTypes_t > | inputAdapter_t |
Functions | |
| static void | sleep_wrap (unsigned int seconds) |
| void | goToSleep (const RCP< const Zoltan2::Environment > &env) |
| int | main (int argc, char *argv[]) |
Definition at line 69 of file TimerManager.cpp.
Definition at line 70 of file TimerManager.cpp.
| static void sleep_wrap | ( | unsigned int | seconds | ) | [static] |
Definition at line 72 of file TimerManager.cpp.
| void goToSleep | ( | const RCP< const Zoltan2::Environment > & | env | ) |
Definition at line 81 of file TimerManager.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 101 of file TimerManager.cpp.
1.7.6.1