From 16e80190346567eb9643ef3b2ecb1654809c8edc Mon Sep 17 00:00:00 2001 From: Christophe Meyer Date: Fri, 6 Sep 2024 17:29:48 +0200 Subject: [PATCH] Simplify num threads from CLI --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 609a1ce..34c8f4a 100644 --- a/README.md +++ b/README.md @@ -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=.`