PaStiX Handbook
6.4.0
|
#include "common.h"
#include <unistd.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | GETOPT_STRING "0:1:2:3:4:9:x:G:a:t:g:s:o:f:c:i:d:v::h" |
Define the options and their requirement used by PaStiX. | |
Functions | |
static void | pastix_usage (void) |
Print default usage for PaStiX binaries. | |
void | pastixGetOptions (int argc, char **argv, pastix_int_t *iparam, double *dparam, int *check, int *scatter, spm_driver_t *driver, char **filename) |
PaStiX helper function to read command line options in examples. More... | |
Definition in file get_options.c.