|
Jacobi
|
This contains the command-line argument parser and support functions. More...

Functions | |
| int | ParseCommandLineArguments (int argc, char **argv, int rank, int size, int2 *domSize, int2 *topSize, int *useFastSwap) |
| Parses the application's command-line arguments. | |
This contains the command-line argument parser and support functions.
| int ParseCommandLineArguments | ( | int | argc, |
| char ** | argv, | ||
| int | rank, | ||
| int | size, | ||
| int2 * | domSize, | ||
| int2 * | topSize, | ||
| int * | useFastSwap | ||
| ) |
Parses the application's command-line arguments.
| [in] | argc | The number of input arguments |
| [in] | argv | The input arguments |
| [in] | rank | The MPI rank of the calling process |
| [in] | size | The total number of MPI processes available |
| [out] | domSize | The parsed domain size (2D) |
| [out] | topSize | The parsed topology size (2D) |
| [out] | useFastSwap | The parsed flag for fast block swap |
1.7.6.1