From 4a0feff09b0082e95f7c324ba0b5d3a4a16774c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20L=C3=BCbke?= Date: Mon, 8 Feb 2021 13:58:02 +0100 Subject: [PATCH] Fix linebreaks in directory tree --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 256a1d3dd..7fc629e5b 100644 --- a/README.md +++ b/README.md @@ -134,12 +134,14 @@ mv poet WORK_DIR The correspondending directory tree would be look like this: +``` sh . └── WORK_DIR/ ├── poet ├── kin_r_library.R ├── parallel_r_library.R └── SimDol2D.R +``` Now, to start the simulation with 4 processes `cd` into `WORK_DIR` and run `mpirun -n 4 ./poet SimDol2D.R output`.