kaipartmann / Peridynamics.jl

A Julia package for parallel peridynamics simulations
https://kaipartmann.github.io/Peridynamics.jl/
MIT License
33 stars 8 forks source link

Multithreading bug with Julia 1.8 #7

Closed kaipartmann closed 1 year ago

kaipartmann commented 1 year ago

The default settings of Threads.@threads changed to :dynamic scheduling with Julia 1.8, which leads to wrong results.

kaipartmann commented 1 year ago

The issue is now fixed with Peridynamics.jl v0.1.1. @JuliaRegistrator register

JuliaRegistrator commented 1 year ago

Registration pull request created: JuliaRegistries/General/68394

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.1 -m "<description of version>" 6441ba8bd719c69b8d698d344a852cbabeae0b60
git push origin v0.1.1