Changes
Page history
Update execution
authored
Mar 20, 2020
by
Johanna Fink
Show whitespace changes
Inline
Side-by-side
tutorial/execution.md
View page @
2f67b9a1
...
@@ -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
```
```