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