Skip to content

Commit

Permalink
Simplify num threads from CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
cmey committed Sep 6, 2024
1 parent 0cfa594 commit 16e8019
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,4 @@ Know the transmit time delay everwhere in space:

### Parallelization

The code supports multi-threading, make use of it by setting:

`export JULIA_NUM_THREADS=4` (or whatever number of cores your machine has), before starting `julia`

or start `julia` directly with:

JULIA_NUM_THREADS=`getconf _NPROCESSORS_ONLN` julia
The code supports multi-threading, make use of it by starting Julia with multiple threads: `julia --threads 4 --project=.`

0 comments on commit 16e8019

Please sign in to comment.