Start multithreading

This commit is contained in:
2023-08-18 18:44:55 +02:00
parent 9cac6e76be
commit 895e4b2a12
6 changed files with 52 additions and 28 deletions

View File

@ -4,6 +4,8 @@ Directed Acyclic Graph optimization for QED
## Usage
For all the julia calls, use `-t n` to give julia `n` threads.
Instantiate the project first:
`julia --project -e 'import Pkg; Pkg.instantiate()'`