Update execution authored by Johanna Fink's avatar Johanna Fink
...@@ -36,10 +36,10 @@ Using this command ...@@ -36,10 +36,10 @@ Using this command
the execution-output will be written to `out.txt` and the terminal the execution-output will be written to `out.txt` and the terminal
will be available during runtime. will be available during runtime.
If you have compiled SHEMAT-Suite using the OpenMP option, you may If you have compiled SHEMAT-Suite using the OpenMP option, you can
specify the number of threads used by the solver or by the sample specify the number of threads used by the solver with the flag `-tsolve` or by the sample
computations computations (sm-mode) with the flag `-tsample`:
``` ```
./shem_sm_sgsim64gnu_const.x -tsolve 1 -tsample 12 > out.txt & ./shem_sm_sgsim64gnu_const.x -tsolve 1 -tsample 12 > out.txt
``` ```