Fix linebreaks in directory tree

This commit is contained in:
Max Lübke 2021-02-08 13:58:02 +01:00
parent a8ae69b62d
commit 4a0feff09b

View File

@ -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`.