![]() |
FrontISTR
5.8.0
Large-scale structural analysis program with finit element method
|
#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.
Data Structures | |
| struct | option_rec |
| struct of command-line option More... | |
Functions | |
| void | fstr_main () |
| Startup routine for FrontISTR. More... | |
| int | get_procs_num () |
| int | get_threads_num () |
| void | help (char *arg) |
| show available command line option More... | |
| void | print_buildinfo (int log_level) |
| show build information More... | |
| void | print_executeinfo (int log_level) |
| show execute environment information More... | |
| void | version (char *arg) |
| show version and revision of FrontISTR More... | |
| void | load_hecmw_ctrl (char *arg) |
| load hecmw_ctrl.dat from specified place More... | |
| void | set_loglevel_debug (char *arg) |
| set log level to HECMW_LOG_DEBUG More... | |
| int | main (int argc, char *argv[]) |
| main function More... | |
Variables | |
| struct option_rec | options [] |
| specify command line option name and executing function name. More... | |
| void fstr_main | ( | ) |
Startup routine for FrontISTR.
| void load_hecmw_ctrl | ( | char * | arg | ) |
| void print_buildinfo | ( | int | log_level | ) |
| void print_executeinfo | ( | int | log_level | ) |
| void set_loglevel_debug | ( | char * | arg | ) |
| void version | ( | char * | arg | ) |
| struct option_rec options[] |
specify command line option name and executing function name.