ParallelWorkshop2019
ParallelWorkshop2019 copied to clipboard
Results
3
ParallelWorkshop2019 issues
Sort by
recently updated
recently updated
newest added
The README needs to be a Markdown file so that it's rendered correctly by GitHub.
Hello @mbauman :smiley: Would you be willing to share the link to the workshop slides on the readme? Thanks!
```julia using IJulia for I in 0:1.0:log(2, NCPU) cpus = 2^round(I) @show cpus installkernel("Julia ($cpus threads)", env=Dict("JULIA_NUM_THREADS"=>"$cpus")) end # Now restart Jupyter and switch kernel ```