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 value of "Kharon.inp" is used. Additional parameters may be given as
+
[[Kharon]] is run from the command line with the following command <code>kharon [OPTION] INPUT-FILE</code>.
 +
 
 +
List of options
 
<pre>
 
<pre>
-omp N   set the number of OpenMP threads. 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.
 +
 
 +
INPUT-FILE    specify the name of the input file. If the name is not provided,
 +
              the default value of "Kharon.inp" is used instead.
 
</pre>
 
</pre>
  
 
[[Category:Kharon]]
 
[[Category:Kharon]]
 
[[Category:Running manuals]]
 
[[Category:Running manuals]]

Revision as of 16:37, 31 May 2019

Kharon is run from the command line with the following command kharon [OPTION] INPUT-FILE.

List of options

-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.

INPUT-FILE    specify the name of the input file. If the name is not provided,
              the default value of "Kharon.inp" is used instead.