Skip to content

Commit 7c16209

Browse files
committed
Merge branch 'main' of github.com:JuliaParallel/julia-hpc-tutorial-sc25
2 parents 699b0ed + 1337d51 commit 7c16209

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises/multithreading/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Requirements
22

3+
To create the Jupyter multi-threaded kernel (only needed if you're running this not on NERSC or GCP):
4+
35
```
46
julia --project=. -e 'using Pkg; Pkg.instantiate(); using IJulia; IJulia.installkernel("Multithreaded Julia", "--project=@.", "--threads=auto")'
57
```

0 commit comments

Comments
 (0)