#include <mpi.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include "yac.h"
Go to the source code of this file.
|
| static void | parse_arguments (int argc, char **argv, char const **configFilename) |
| |
◆ NBR_CELLS
◆ NBR_VERTICES
◆ STR_USAGE
| #define STR_USAGE "Usage: %s -c configFilename\n" |
◆ YAC_ASSERT_ARGS
| #define YAC_ASSERT_ARGS |
( |
| exp, |
|
|
| msg ) |
Value: { \
if(!((exp))) { \
fprintf(stderr,
"ERROR: %s\n" STR_USAGE, msg, argv[0]); \
exit(EXIT_FAILURE); \
} \
}
Definition at line 22 of file dummy_io_c.c.
◆ YAC_RAD
| #define YAC_RAD (0.01745329251994329576923690768489) |
◆ parse_arguments()
| static void parse_arguments |
( |
int | argc, |
|
|
char ** | argv, |
|
|
char const ** | configFilename ) |
|
static |