#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "hecmw_util.h"
#include "hecmw_result_io_bin.h"
#include "hecmw_result_io_txt.h"
#include "fstr_rmerge_util.h"
Go to the source code of this file.
|
| void | error_stop (void) |
| |
| void | help (void) |
| |
| void | set_fname (int argc, char **argv, char *out_fheader, size_t out_fheader_len, int *binary, int *nrank, int *strid, int *endid, int *intid) |
| |
| int | main (int argc, char **argv) |
| |
◆ BINARY_DEFAULT
◆ ENDID_DEFAULT
◆ INTID_DEFAULT
◆ NRANK_DEFAULT
◆ STRID_DEFAULT
◆ error_stop()
◆ help()
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ set_fname()
| void set_fname |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
char * |
out_fheader, |
|
|
size_t |
out_fheader_len, |
|
|
int * |
binary, |
|
|
int * |
nrank, |
|
|
int * |
strid, |
|
|
int * |
endid, |
|
|
int * |
intid |
|
) |
| |