matlab doc: missing dump statistics flag
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>pull/1/head
parent
816553fc34
commit
50418b8f4f
|
@ -26,6 +26,7 @@ function RunOpenEMS(Sim_Path, Sim_File, opts, Settings)
|
||||||
% --engine=multithreaded engine using compressed operator + sse vector extensions + MPI + multithreading
|
% --engine=multithreaded engine using compressed operator + sse vector extensions + MPI + multithreading
|
||||||
% --numThreads=<n> Force use n threads for multithreaded engine
|
% --numThreads=<n> Force use n threads for multithreaded engine
|
||||||
% --no-simulation only run preprocessing; do not simulate
|
% --no-simulation only run preprocessing; do not simulate
|
||||||
|
% --dump-statistics dump simulation statistics to 'openEMS_run_stats.txt' and 'openEMS_stats.txt'
|
||||||
%
|
%
|
||||||
% Additional global arguments
|
% Additional global arguments
|
||||||
% --showProbeDiscretization Show probe discretization information
|
% --showProbeDiscretization Show probe discretization information
|
||||||
|
|
Loading…
Reference in New Issue