From a308a5417d4431bd1f9e0eb29ed53113afeb5b6d Mon Sep 17 00:00:00 2001 From: Galen Shipman Date: Mon, 14 Oct 2024 19:42:25 -0600 Subject: [PATCH] a newline makes all the difference --- doc/sphinx/09_Microbenchmarks/M6_IOR/IOR.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/sphinx/09_Microbenchmarks/M6_IOR/IOR.rst b/doc/sphinx/09_Microbenchmarks/M6_IOR/IOR.rst index 701d7c7..6a69a85 100644 --- a/doc/sphinx/09_Microbenchmarks/M6_IOR/IOR.rst +++ b/doc/sphinx/09_Microbenchmarks/M6_IOR/IOR.rst @@ -58,6 +58,7 @@ The ior tests can be run using the following command: .. code-block:: bash srun -n --ntasks-per node= /bin/ior -f /microbenchmarks/ior/inputs.xroads/--.ior + .. Where `load_type` is `load1` for sequential loads and `load2` for random loads, `io_type` is `posix` or `mpiio`, and `access_type` is `filepertask` and `sharedfile` for per task and shared accesses respectively.