From 933f7c7bba187c8350fa7f0cf6b4b091b2a27e12 Mon Sep 17 00:00:00 2001 From: Rafael Ravedutti Date: Fri, 11 Jun 2021 16:42:23 +0200 Subject: [PATCH] Update README.md to fix lists Signed-off-by: Rafael Ravedutti --- util/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/util/README.md b/util/README.md index 031566b..25f250b 100644 --- a/util/README.md +++ b/util/README.md @@ -4,11 +4,11 @@ **run_stub.sh:** Bash script to run the MD-Bench stubbed force calculation for different configurations and evaluate the performance. The configuration parameters are: -*-a :* specify the number of atoms per unit cell (the number of neighbors per atom is this value minus 1), the default is 8. -*-n :* timesteps to run the simulation, the default is 200. -*-nx :* number of unit cells in the x dimension, the default is 4. -*-ny :* number of unit cells in the y dimension, the default is 4. -*-nz :* number of unit cells in the z dimension, the default is 2. +- **-a :** specify the number of atoms per unit cell (the number of neighbors per atom is this value minus 1), the default is 8. +- **-n :** timesteps to run the simulation, the default is 200. +- **-nx :** number of unit cells in the x dimension, the default is 4. +- **-ny :** number of unit cells in the y dimension, the default is 4. +- **-nz :** number of unit cells in the z dimension, the default is 2. Notice that these parameters can also be specified as lists, which executes the stubbed force calculation several times varying the specific parameter to each element of the list. All combinations of parameters are executed! @@ -28,8 +28,8 @@ Will execute the stubbed force calculation for the following 4 configurations: ``` The following parameters are also available: -*-f :* CPU frequency in GHz (assure your CPU frequency is fixed by disabling Turbo mode), more performance metrics such as cycles per iteration are displayed if this option is defined. -*-o :* output file (.txt) for the results, the default is *run_results.txt*. -*-r :* number of runs for each configuration (only the values for the best run are displayed), the default is 3. +- **-f :** CPU frequency in GHz (assure your CPU frequency is fixed by disabling Turbo mode), more performance metrics such as cycles per iteration are displayed if this option is defined. +- **-o :** output file (.txt) for the results, the default is *run_results.txt*. +- **-r :** number of runs for each configuration (only the values for the best run are displayed), the default is 3. **plot_run_stub_data.py:** Python script to plot the data generated by the *run_stub.sh* script. Just provide the name of the .txt file as a parameter and this script generates a corresponding PDF with the same file name.