#include <gflags/gflags.h>
#include <glog/logging.h>
#include <iomanip>
#include <iostream>
#include "Handler.h"
#include "ghc/filesystem.hpp"
#include "kids/Param.h"
#include "version.h"
Go to the source code of this file.
|
| DEFINE_bool (w, false, "Enables rewritting the output") |
|
| DEFINE_string (p, "param.json", "paramemter inputs") |
|
| DEFINE_string (handler, "parallel", "Specifies the handler type" "\n[parallel | single | single_mpi | sampling | help | help_param | help_dataset ]") |
|
| DEFINE_string (d, "default", "Specifies the output directory") |
|
| DEFINE_string (load, "", "Specifies the dataset file to load") |
|
| DEFINE_string (dump, "", "Specifies the dataset file to dump") |
|
| DEFINE_double (backup_time, -1.0, "Specifies the timestep for backup (/1h)") |
|
| DEFINE_bool (timing, false, "Enables profiling for time costs") |
|
int | main (int argc, char *argv[]) |
|
◆ DEFINE_bool() [1/2]
DEFINE_bool |
( |
timing | , |
|
|
false | , |
|
|
"Enables profiling for time costs" | ) |
◆ DEFINE_bool() [2/2]
DEFINE_bool |
( |
w | , |
|
|
false | , |
|
|
"Enables rewritting the output" | ) |
◆ DEFINE_double()
DEFINE_double |
( |
backup_time | , |
|
|
-1. | 0, |
|
|
"Specifies the timestep for backup (/1h)" | ) |
◆ DEFINE_string() [1/5]
DEFINE_string |
( |
d | , |
|
|
"default" | , |
|
|
"Specifies the output directory" | ) |
◆ DEFINE_string() [2/5]
DEFINE_string |
( |
dump | , |
|
|
"" | , |
|
|
"Specifies the dataset file to dump" | ) |
◆ DEFINE_string() [3/5]
DEFINE_string |
( |
handler | , |
|
|
"parallel" | , |
|
|
"Specifies the handler type" "\n" | [parallel|single|single_mpi|sampling|help|help_param|help_dataset] ) |
◆ DEFINE_string() [4/5]
DEFINE_string |
( |
load | , |
|
|
"" | , |
|
|
"Specifies the dataset file to load" | ) |
◆ DEFINE_string() [5/5]
DEFINE_string |
( |
p | , |
|
|
"param.json" | , |
|
|
"paramemter inputs" | ) |
◆ main()
int main |
( |
int | argc, |
|
|
char * | argv[] ) |