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 name "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 set, N is set to the number of cores in the machine.
+
-omp N    set number of OpenMP threads to N. If this option is not used,
 +
          N is set to the number of cores in the machine.
 
</pre>
 
</pre>
  
 
[[Category:Kharon]]
 
[[Category:Kharon]]
 
[[Category:Running manuals]]
 
[[Category:Running manuals]]

Revision as of 16:31, 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 name "Kharon.inp" is used. Additional parameters may be given as

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