Difference between revisions of "Kharon running manual"

From Kraken Wiki
Jump to: navigation, search
Line 1: Line 1:
[[Kharon]] is run using the command line. The basic syntax is <code>kharon [OPTION] <INPUT-FILE></code>. Input file is not mandatory: If the name of the input file is not provided, the default name "Kharon.inp" is used. Additional parameters may be given as
+
[[Kharon]] is run using the command line. The basic syntax is <code>kharon [OPTION] <INPUT-FILE></code>. Input file is not mandatory: If the name of the input file is not provided, the default value of "Kharon.inp" is used. Additional parameters may be given as
 
<pre>
 
<pre>
-omp N    set number of OpenMP threads to N. If this option is not used,
+
-omp N    set the number of OpenMP threads. If this option is not used,
 
           N is set to the number of cores in the machine.
 
           N is set to the number of cores in the machine.
 
</pre>
 
</pre>

Revision as of 16:33, 31 May 2019

Kharon is run using the command line. The basic syntax is kharon [OPTION] <INPUT-FILE>. Input file is not mandatory: If the name of the input file is not provided, the default value of "Kharon.inp" is used. Additional parameters may be given as

-omp N    set the number of OpenMP threads. If this option is not used,
          N is set to the number of cores in the machine.