From 50418b8f4f65f499273e7b807bd05692d4ec51a5 Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Wed, 27 Mar 2013 11:59:06 +0100 Subject: [PATCH] matlab doc: missing dump statistics flag Signed-off-by: Thorsten Liebig --- matlab/RunOpenEMS.m | 1 + 1 file changed, 1 insertion(+) diff --git a/matlab/RunOpenEMS.m b/matlab/RunOpenEMS.m index 550b9c2..4a91f35 100644 --- a/matlab/RunOpenEMS.m +++ b/matlab/RunOpenEMS.m @@ -26,6 +26,7 @@ function RunOpenEMS(Sim_Path, Sim_File, opts, Settings) % --engine=multithreaded engine using compressed operator + sse vector extensions + MPI + multithreading % --numThreads= Force use n threads for multithreaded engine % --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 % --showProbeDiscretization Show probe discretization information