Running ======= .. _running.cmdline: Command line usage ------------------ .. note:: These instructions apply for manual runs of |s|. If you want to run |s| in an HPC system please refer to :ref:`hpc.running`. After successfully :doc:`building` |s| you can directly run it from the command line:: $> ./shark -h This will print out detailed information about how to run |s|. |s| requires, and accepts, a number of command line options: * ``-h`` or ``-?`` show the help message and exits. * ``-V`` shows version information and exits. * ``-v `` specifies how verbose should |s| be. Values for ``verbosity`` range from 0 to 5, with 0 being mute and 5 being extremely verbose. * ``-t `` specifies how many OpenMP threads to use to run |s|. If 0 is given, then OpenMP will use its own default value. If |s| is compiled without OpenMP support this option is ignored. * ``-o