#include <stdio.h>
#include <time.h>
#include <stdlib.h>
#include <string.h>
#include <FrontISTRConfig.h>
#include "hecmw_log.h"
#include "mpi.h"
Go to the source code of this file.
|
struct option_rec | options [] |
| specify command line option name and executing function name. \attension list must be terminated with NULL value.
|
|
◆ fstr_main()
Startup routine for FrontISTR.
◆ get_procs_num()
◆ get_threads_num()
◆ help()
show available command line option
Definition at line 101 of file main.c.
◆ load_hecmw_ctrl()
void load_hecmw_ctrl |
( |
char * |
arg | ) |
|
load hecmw_ctrl.dat from specified place
Definition at line 170 of file main.c.
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
main function
Definition at line 205 of file main.c.
◆ print_hostname()
◆ set_loglevel_debug()
void set_loglevel_debug |
( |
char * |
arg | ) |
|
set log level to HECMW_LOG_DEBUG
Definition at line 179 of file main.c.
◆ version()
void version |
( |
char * |
arg | ) |
|
show version and revision of FrontISTR
Definition at line 117 of file main.c.
◆ options
Initial value:= {
}
void set_loglevel_debug(char *arg)
set log level to HECMW_LOG_DEBUG
void version(char *arg)
show version and revision of FrontISTR
void load_hecmw_ctrl(char *arg)
load hecmw_ctrl.dat from specified place
specify command line option name and executing function name. \attension list must be terminated with NULL value.
Definition at line 187 of file main.c.