Stellarator-Tools
Loading...
Searching...
No Matches
Command Line Arguments

Introduction

This contains a description of the command line arguments. All arguments take the form of

-arg=value

Command Line Arguments

ArgumentTakes ValueDiscription
-hNDisplays the help text and exits the program.
-woutfYSpecify the wout input file name.
-surffYSpecify the surface file name.
-logfYWrite screen output to a log file.
-paraYConfigures openmp parallelism. The value of this flag sets the maximum number of threads to use. A value of -1 uses the default.
Note
OpenMP and MPI support must be configured at compile time to use. A simple way to check if support has been included is to check the command line help -h.

Programmers Reference

Reference material for the coding to implement command line parsing is found in the surface_commandline_parser module.