mirror of
https://github.com/boostorg/odeint.git
synced 2025-05-09 23:24:01 +00:00
fixes #164
fixed typo in the mpi tutorial that included code from the wrong source file
This commit is contained in:
parent
127e0dc212
commit
3b110f689b
@ -134,7 +134,7 @@ Depending on the MPI implementation the code might need to be compiled with i.e.
|
|||||||
Instead of reading another thread's data, we asynchronously send and receive the
|
Instead of reading another thread's data, we asynchronously send and receive the
|
||||||
relevant data from neighbouring nodes, performing some computation in the interim
|
relevant data from neighbouring nodes, performing some computation in the interim
|
||||||
to hide the latency.
|
to hide the latency.
|
||||||
[phase_chain_rhs]
|
[phase_chain_mpi_rhs]
|
||||||
|
|
||||||
Analogous to `openmp_state<T>` we use `mpi_state< InnerState<T> >`, which
|
Analogous to `openmp_state<T>` we use `mpi_state< InnerState<T> >`, which
|
||||||
automatically selects `mpi_nested_algebra` and the appropriate MPI-oblivious
|
automatically selects `mpi_nested_algebra` and the appropriate MPI-oblivious
|
||||||
|
Loading…
x
Reference in New Issue
Block a user