V3FIT
|
This contains a description of the command line arguments. All arguments take the form of
-arg=value
If no -arg=
is found, then the -file
is implied. In other words, a command line of
xv3fit input.file
is the same as
xv3fit -file=input.file
Argument | Takes Value | Discription |
| N | Displays the help text and exits the program. |
| N | Use the default namelist input file. The default input filename is v3fit.in . |
| Y | Specify the v3fit namelist input file. |
| N | Overwrites the v3fit_input::my_task variable and runs the internal unit tests instead. |
| N | Forces the equilibrium to re-solve on every reconstruction parameter |
| Y | Configures openmp parallelism. The value of this flag sets the maximum number of threads to use. A value of -1 uses the default. |
| N | Writes out the input file for each reconstruction step. |
| Y | Compress magnetic response functions using the cutoff. |
| N | Use central differencing to compute the Jacobian. |
| N | Run the reconstruction serially and with parallel equilibria. |
| Y | Specify v3fit to restart from the provided result file. Must have the last valid wout and/or siesta restart file. |
-h
.Reference material for the coding to implement command line parsing is found in the commandline_parser module.