HiRep 0.1
Loading...
Searching...
No Matches
setup.h File Reference

Setup and finalize to run at the beginning and the end of every program. More...

This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Setup and finalize to run at the beginning and the end of every program.

Headerfile for:

  • process_init.c

Function Documentation

◆ setup_process()

int setup_process ( int * argc,
char *** argv )

Setup the process at the beginning of each run.

Parameters
argcCommand line input from main
argvCommand line input from main