Skip to content

Commit 75539fb

Browse files
committed
parallelization to docs
1 parent 6585959 commit 75539fb

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/src/guided.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Guided Examples
22

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+
312
## Vortex Ring
413
```@example ring
514
using FLOWVPM

0 commit comments

Comments
 (0)