ParallelWorkshopJuliaCon2016 icon indicating copy to clipboard operation
ParallelWorkshopJuliaCon2016 copied to clipboard

Repo for the parallel workshop at JuliaCon 2016

Results 4 ParallelWorkshopJuliaCon2016 issues
Sort by recently updated
recently updated
newest added

i try to use **X = Mmap.mmap(io, Vector{Float64}, (10^9,))** , but does not finish creating the array, the computer crashes, then i need restart the computer, although **X = Mmap.mmap(io,...

π(n) = mapreduce( x->rand()^2+rand()^2 < 1.0 ,+, 0, 1:n)*4/n

can't we have everyone in the audience do a computation, like histogram the number of heads in 1000 trials of 1000 coin tosses and then combine the histograms with an...

at some point jiahao wrote a web server with morsel which did the pi example here's one instance https://github.com/JuliaX/iap2014/blob/master/Monte%20Carlo%20web%20service.ipynb it also had nice julia graphics, rather than using mathematica graphics