Difference between revisions of "Kharon running manual"

From Kraken Wiki
Jump to: navigation, search
(Created page with "Kharon is run using the command line. The basic syntax is <code>kharon [OPTION] INPUT-FILE</code>. Additional parameters may be given as <pre> -omp NUM set number of Op...")
 
Line 1: Line 1:
[[Kharon]] is run using the command line. The basic syntax is <code>kharon [OPTION] INPUT-FILE</code>. 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 NUM   set number of OpenMP threads
+
-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.
 
</pre>
 
</pre>
  
 
[[Category:Kharon]]
 
[[Category:Kharon]]
 
[[Category:Running manuals]]
 
[[Category:Running manuals]]

Revision as of 16:30, 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 set, N is set to the number of cores in the machine.