HiRep 0.1
|
Setup and finalize to run at the beginning and the end of every program. More...
Go to the source code of this file.
Functions | |
char * | get_input_filename () |
Read input filename from command line. | |
char * | get_output_filename () |
Get output filename, default out_0 in the local directory. | |
char * | get_error_filename () |
Get filename of file to print errors to, default is err_0 in the current directory. | |
int | setup_process (int *argc, char ***argv) |
Setup the process at the beginning of each run. | |
void | finalize_process (void) |
Finalize process at the end of each run. | |
void | setup_gauge_fields () |
Initialize gauge fields. | |
Setup and finalize to run at the beginning and the end of every program.
Headerfile for:
int setup_process | ( | int * | argc, |
char *** | argv ) |
Setup the process at the beginning of each run.
argc | Command line input from main |
argv | Command line input from main |