We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6585959 commit 75539fbCopy full SHA for 75539fb
1 file changed
docs/src/guided.md
@@ -1,5 +1,14 @@
1
# Guided Examples
2
3
+## CPU Parallelization
4
+
5
+To enable CPU parallelization, merely launch Julia with multiple threads and run your code as usual:
6
7
+```bash
8
+julia --threads=auto
9
+```
10
+The [FastMultipole.jl](https://flow.byu.edu/FastMultipole.jl/dev/) backend will automatically take advantage of the available threads.
11
12
## Vortex Ring
13
```@example ring
14
using FLOWVPM
0 commit comments