Changes
Page history
tutorial/compilation: More information on compilation modes
authored
Mar 26, 2020
by
Johannes Keller
Show whitespace changes
Inline
Side-by-side
tutorial/compilation.md
View page @
8d1eacce
...
@@ -60,12 +60,22 @@ gmake <mode> -j<#>
...
@@ -60,12 +60,22 @@ gmake <mode> -j<#>
-
`<mode>`
-
`<mode>`
Main modes corresponding to the source code in the following
[
Branches
](
../branches
)
`master`
(
`fw`
),
`master-ad`
(
`ad`
),
`master-sm`
(
`sm`
).
1.
`fw`
(forward mode)
1.
`fw`
(forward mode)
2.
`sm`
(stochastic mode)
2.
`sm`
(stochastic mode)
3.
`ad`
(inverse mode automatic differentiation)
3.
`ad`
(inverse mode automatic differentiation)
4.
`ad`
(inverse mode divided differences)
From the source code in branch
`master-all`
, all of these modes can be
built.
Specialized compilation modes for inverse computations using the
source code in branch
`master-ad`
:
4.
`dd`
(inverse mode divided differences)
5.
`lib_oed`
(build code as a library)
5.
`lib_oed`
(build code as a library)
6.
For more information see
[
Branches
](
../branches
)
.
-
`<phys>`
-
`<phys>`
...
...
...
...