File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,9 @@ The `solve` routines takes the following options:
385
385
for successfull paths. This is for example useful if you only want to compute one solution
386
386
of a polynomial system. For this `stop_early_cb = _ -> true` would be sufficient.
387
387
* `threading = true`: Enable multi-threading for the computation. The number of
388
- available threads is controlled by the environment variable `JULIA_NUM_THREADS`.
388
+ available threads is controlled by the environment variable `JULIA_NUM_THREADS`.
389
+ Careful: Some CPUs hang when using multiple threads. To avoid this run Julia with 1
390
+ interactive thread for the REPL and `n` threads for other tasks (e.g., `julia -t 8,1` for `n=8`).
389
391
* `tracker_options`: The options and parameters for the path tracker.
390
392
See [`TrackerOptions`](@ref).
391
393
You can’t perform that action at this time.
0 commit comments