diehlpk / async_heat_equation

Supplementary materials for the paper: Benchmarking the Parallel 1D Heat Equation Solver in Chapel, Charm++, C++, HPX, Go, Julia, Python, Rust, Swift, and Java
https://arxiv.org/abs/2307.01117
Boost Software License 1.0
11 stars 5 forks source link

Improvements to julia implementation #6

Closed JamieMair closed 1 year ago

JamieMair commented 1 year ago

Links to https://github.com/diehlpk/async_heat_equation/issues/5

Note:

This does not touch the more advanced implementation with queues, only the simpler one. If you want the vanilla results, you can switch back to using Threads.@threads instead of Polyester.@batch, but BenchmarkTools.jl should be kept for accurate time reporting.