Skip to content

Commit

Permalink
Merge pull request #121 from Team-RADDISH/tkoskela-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
tkoskela committed Sep 14, 2020
2 parents d4791bf + 9c773ed commit d9568a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ To use the MPI parallelisation, write a julia script that calls the `tdac() ` fu
mpirun -np <your_number_of_processes> julia <your_julia_script>
```

Note that the parallel performance may vary depending on the performance of the algorithm. In general, a degeneracy of the particle weights will lead to poor load balance and parallel performance. See [this issue](https://github.com/Team-RADDISH/TDAC.jl/issues/115#issuecomment-675468511) for more details.

## Testing

We have a basic test suite for `TDAC.jl`. You can run the tests by entering the
Expand Down

0 comments on commit d9568a9

Please sign in to comment.