Skip to content

Commit 326a457

Browse files
Update ensemble.md
1 parent 48c073e commit 326a457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/features/ensemble.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ The choice of ensemble algorithm allows for control over how the multiple trajec
8888
are handled. Currently, the ensemble algorithm types are:
8989

9090
* `EnsembleSerial()` - No parallelism
91-
* `EnsembleThreads()` - This uses multithreading. It's local (single computer, shared memory)
91+
* `EnsembleThreads()` - The default. This uses multithreading. It's local (single computer, shared memory)
9292
parallelism only. Fastest when the trajectories are quick.
93-
* `EnsembleDistributed()` - The default. Uses `pmap` internally. It will use as many processors as you
93+
* `EnsembleDistributed()` - Uses `pmap` internally. It will use as many processors as you
9494
have Julia processes. To add more processes, use `addprocs(n)`. See Julia's
9595
documentation for more details. Recommended for the case when each trajectory
9696
calculation isn't "too quick" (at least about a millisecond each?).

0 commit comments

Comments
 (0)