We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 699b0ed + 1337d51 commit 7c16209Copy full SHA for 7c16209
exercises/multithreading/README.md
@@ -1,5 +1,7 @@
1
## Requirements
2
3
+To create the Jupyter multi-threaded kernel (only needed if you're running this not on NERSC or GCP):
4
+
5
```
6
julia --project=. -e 'using Pkg; Pkg.instantiate(); using IJulia; IJulia.installkernel("Multithreaded Julia", "--project=@.", "--threads=auto")'
7
0 commit comments