Skip to content

Commit 91ae1a3

Browse files
committed
Update docs
1 parent 2a975bf commit 91ae1a3

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/src/parallel.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ If the [parallel](@ref option-parallel) option is set "choose", the solver selec
5757
level to use based on a heuristic. When the [parallel](@ref option-parallel) option is set
5858
"choose" or "off", the value of the hipo\_parallel\_type option is ignored.
5959

60-
If the [parallel](@ref option-parallel) option is set to "on" or "choose", HiPO uses
61-
multiple threads to run multiple orderings and Newton system approaches in parallel, in
62-
order to select the best one.
60+
In addition, HiPO utilises parallelism to run multiple orderings heuristics on different
61+
Newton system approaches (in order to choose the best one), and to construct the normal
62+
equations matrix. This parallelism is always advantageous, so is performed regardless of
63+
the value of the [parallel](@ref option-parallel) option.
6364

6465
The extent to which parallelism is used in HiPO depends on the value of the
6566
[threads](@ref option-threads) option (see above).

0 commit comments

Comments
 (0)