tutorial/execution: update typical executable names authored by Johannes Keller's avatar Johannes Keller
...@@ -28,13 +28,13 @@ for example model directories. ...@@ -28,13 +28,13 @@ for example model directories.
If these three components exist, the executable can be called: If these three components exist, the executable can be called:
``` ```
./shem_sm_sgsim64gnu_const.x ./shem_sm_const.x
``` ```
Using this command 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 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 ...@@ -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`: 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
``` ```