File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ The choice of ensemble algorithm allows for control over how the multiple trajec
88
88
are handled. Currently, the ensemble algorithm types are:
89
89
90
90
* ` 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)
92
92
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
94
94
have Julia processes. To add more processes, use ` addprocs(n) ` . See Julia's
95
95
documentation for more details. Recommended for the case when each trajectory
96
96
calculation isn't "too quick" (at least about a millisecond each?).
You can’t perform that action at this time.
0 commit comments