int setup_process(int *argc, char ***argv)
Setup the process at the beginning of each run.
Definition process_init.c:112
char * get_output_filename()
Get output filename, default out_0 in the local directory.
Definition process_init.c:44
void finalize_process(void)
Finalize process at the end of each run.
Definition process_init.c:244
void setup_gauge_fields()
Initialize gauge fields.
Definition process_init.c:80
char * get_input_filename()
Read input filename from command line.
Definition process_init.c:41
char * get_error_filename()
Get filename of file to print errors to, default is err_0 in the current directory.
Definition process_init.c:47