#include <stdio.h>
#include <time.h>
#include <stdlib.h>
#include <string.h>
#include <FrontISTRConfig.h>
#include "hecmw_log.h"
#include "mpi.h"
#include <mkl.h>
Go to the source code of this file.
◆ fstr_main()
◆ get_procs_num()
◆ get_threads_num()
◆ help()
show available command line option
Definition at line 85 of file main.c.
◆ load_hecmw_ctrl()
void load_hecmw_ctrl |
( |
char * |
arg | ) |
|
load hecmw_ctrl.dat from specified place
Definition at line 256 of file main.c.
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
main function
Definition at line 291 of file main.c.
◆ print_buildinfo()
void print_buildinfo |
( |
int |
log_level | ) |
|
show build information
Definition at line 101 of file main.c.
◆ print_executeinfo()
void print_executeinfo |
( |
int |
log_level | ) |
|
show execute environment information
Definition at line 183 of file main.c.
◆ set_loglevel_debug()
void set_loglevel_debug |
( |
char * |
arg | ) |
|
set log level to HECMW_LOG_DEBUG
Definition at line 265 of file main.c.
◆ version()
void version |
( |
char * |
arg | ) |
|
show version and revision of FrontISTR
Definition at line 243 of file main.c.
◆ options
Initial value:
specify command line option name and executing function name.
- Attention
- list must be terminated with NULL value.
Definition at line 273 of file main.c.