Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 486 Bytes

command_line.rst

File metadata and controls

19 lines (14 loc) · 486 Bytes

Command Line Interface

DESC is executed with the following command line syntax:

.. argparse::
   :module: desc.io.input_reader
   :func: get_parser
   :prog: desc
   :nodefault:
   :nodescription:

As an example, the following command will run the 'SOLOVEV' input file on a GPU with timing output and save the solution to the file solution.h5:

python -m desc --gpu -vvv -o solution.h5 examples/DESC/SOLOVEV