Difference between revisions of "Kharon running manual"
Ville Hovi (talk | contribs) |
Ville Hovi (talk | contribs) |
||
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 | + | [[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 | + | -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 15: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.