Changes
Page history
tutorial/execution: update typical executable names
authored
Mar 26, 2020
by
Johannes Keller
Show whitespace changes
Inline
Side-by-side
tutorial/execution.md
View page @
4ebe8d26
...
...
@@ -28,13 +28,13 @@ for example model directories.
If these three components exist, the executable can be called:
```
./shem_sm_
sgsim64gnu_
const.x
./shem_sm_const.x
```
Using this command
```
./shem_sm_
sgsim64gnu_
const.x > out.txt &
./shem_sm_const.x > out.txt &
```
the execution-output will be written to
`out.txt`
and the terminal
...
...
@@ -45,5 +45,5 @@ specify the number of threads used by the solver with the flag `-tsolve` or by t
computations (sm-mode) with the flag
`-tsample`
:
```
./shem_sm_
sgsim64gnu_
const.x -tsolve 1 -tsample 12 > out.txt
./shem_sm_const.x -tsolve 1 -tsample 12 > out.txt
```