Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ svFSIplus is built using the following steps
3) Create a build directory and change directories to it

```
mkdir fsiplus-build
cd fsiplus-build
mkdir build
cd build
```

4) Execute the build
Expand All @@ -206,7 +206,7 @@ svFSIplus is built using the following steps
```
This creates the **svfsiplus** binary executable located in
```
fsiplus-build/svFSIplus-build/bin/svfsiplus
build/svFSIplus-build/bin/svfsiplus
```


Expand Down Expand Up @@ -387,4 +387,4 @@ A simulation can be run in parallel on four processors using
```
mpiexec -np 4 svfsiplus fluid3.xml
```
In this case a directory named `4-procs` containing the simulation results output will be created. Results from different processors will be combined into a single file for a given time step.
In this case a directory named `4-procs` containing the simulation results output will be created. Results from different processors will be combined into a single file for a given time step.