Add documentation for options.

This commit is contained in:
Jan Eitzinger 2020-08-19 10:04:34 +02:00
parent b1f2e23696
commit 4994d43883

View File

@ -17,4 +17,10 @@ Currently all settings are hard-coded in `main.c`.
## Run the benchmark
Just execute the binary. There are no options.
Without any options 200 steps with system size 32x32x32 is used.
The default can be changed using the following options:
```
-n / --nsteps <int>: set number of timesteps for simulation
-nx/-ny/-nz <int>: set linear dimension of systembox in x/y/z direction
```