summaryrefslogtreecommitdiff
path: root/libs/numeric/odeint/doc/tutorial_parallel.qbk
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-04-08 03:09:47 +0000
committer <>2015-05-05 14:37:32 +0000
commitf2541bb90af059680aa7036f315f052175999355 (patch)
treea5b214744b256f07e1dc2bd7273035a7808c659f /libs/numeric/odeint/doc/tutorial_parallel.qbk
parented232fdd34968697a68783b3195b1da4226915b5 (diff)
downloadboost-tarball-master.tar.gz
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
Diffstat (limited to 'libs/numeric/odeint/doc/tutorial_parallel.qbk')
-rw-r--r--libs/numeric/odeint/doc/tutorial_parallel.qbk6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/numeric/odeint/doc/tutorial_parallel.qbk b/libs/numeric/odeint/doc/tutorial_parallel.qbk
index 00e22d1fb..38376f9ba 100644
--- a/libs/numeric/odeint/doc/tutorial_parallel.qbk
+++ b/libs/numeric/odeint/doc/tutorial_parallel.qbk
@@ -70,7 +70,7 @@ Note, that you can specify the OpenMP scheduling by calling `omp_set_schedule`
in the beginning of your program:
[phase_chain_scheduling]
-See [github_link libs/numeric/odeint/examples/openmp/phase_chain.cpp
+See [github_link examples/openmp/phase_chain.cpp
openmp/phase_chain.cpp] for the complete example.
[heading Split state]
@@ -109,7 +109,7 @@ back together into a single vector.
and supports any model of Random Access Range as the outer, parallel state type,
and will use the given algebra on its elements.]
-See [github_link libs/numeric/odeint/examples/openmp/phase_chain_omp_state.cpp
+See [github_link examples/openmp/phase_chain_omp_state.cpp
openmp/phase_chain_omp_state.cpp] for the complete example.
[endsect]
@@ -165,7 +165,7 @@ guarded by any barriers either, so if you don't manually place any (for example
in parameter studies cases where the elements are completely independent) you
might see the nodes diverging, returning from this call at different times.]
-See [github_link libs/numeric/odeint/examples/mpi/phase_chain.cpp
+See [github_link examples/mpi/phase_chain.cpp
mpi/phase_chain.cpp] for the complete example.
[endsect]