|
Zoltan2
|
#include "Zoltan2_TaskMapping.hpp"#include "Zoltan2_TestHelpers.hpp"#include "Tpetra_MultiVector_decl.hpp"#include "GeometricGenerator.hpp"#include <string>#include "Teuchos_XMLParameterListHelpers.hpp"
Go to the source code of this file.
Macros | |
| #define | partDIM 3 |
| #define | procDIM 3 |
| #define | nProcs 200; |
| #define | nParts 200; |
Functions | |
| string | trim_right_copy (const string &s, const string &delimiters=" \f\n\r\t\v") |
| string | trim_left_copy (const string &s, const string &delimiters=" \f\n\r\t\v") |
| string | trim_copy (const string &s, const string &delimiters=" \f\n\r\t\v") |
| void | readGeoGenParams (string paramFileName, Teuchos::ParameterList &geoparams, const RCP< const Teuchos::Comm< int > > &comm) |
| string | convert_to_string (char *args) |
| bool | getArgumentValue (string &argumentid, double &argumentValue, string argumentline) |
| template<typename part_t> | |
| void | getArgVals (int narg, char **argv, std::string &procF, part_t &nx, part_t &ny, part_t &nz, bool ÷_prime, int &ranks_per_node, string &taskGraphFile, string &taskCoordFile) |
| int | main (int narg, char *arg[]) |
Variables | |
| const char | param_comment = '#' |
| #define partDIM 3 |
Definition at line 9 of file TaskMappingTest3.cpp.
| #define procDIM 3 |
Definition at line 10 of file TaskMappingTest3.cpp.
| #define nProcs 200; |
Definition at line 11 of file TaskMappingTest3.cpp.
| #define nParts 200; |
Definition at line 12 of file TaskMappingTest3.cpp.
| string trim_right_copy | ( | const string & | s, |
| const string & | delimiters = " \f\n\r\t\v" ) |
Definition at line 15 of file TaskMappingTest3.cpp.
| string trim_left_copy | ( | const string & | s, |
| const string & | delimiters = " \f\n\r\t\v" ) |
Definition at line 22 of file TaskMappingTest3.cpp.
| string trim_copy | ( | const string & | s, |
| const string & | delimiters = " \f\n\r\t\v" ) |
Definition at line 29 of file TaskMappingTest3.cpp.
| void readGeoGenParams | ( | string | paramFileName, |
| Teuchos::ParameterList & | geoparams, | ||
| const RCP< const Teuchos::Comm< int > > & | comm ) |
Definition at line 37 of file TaskMappingTest3.cpp.
| string convert_to_string | ( | char * | args | ) |
Definition at line 99 of file TaskMappingTest3.cpp.
| bool getArgumentValue | ( | string & | argumentid, |
| double & | argumentValue, | ||
| string | argumentline ) |
Definition at line 105 of file TaskMappingTest3.cpp.
| void getArgVals | ( | int | narg, |
| char ** | argv, | ||
| std::string & | procF, | ||
| part_t & | nx, | ||
| part_t & | ny, | ||
| part_t & | nz, | ||
| bool & | divide_prime, | ||
| int & | ranks_per_node, | ||
| string & | taskGraphFile, | ||
| string & | taskCoordFile ) |
Definition at line 117 of file TaskMappingTest3.cpp.
| int main | ( | int | narg, |
| char * | arg[] ) |
Definition at line 206 of file TaskMappingTest3.cpp.
| const char param_comment = '#' |
Definition at line 36 of file TaskMappingTest3.cpp.