SciML / StochasticDiffEq.jl

Solvers for stochastic differential equations which connect with the scientific machine learning (SciML) ecosystem
Other
248 stars 66 forks source link

Enable multithreaded Julia on large tests #444

Closed staticfloat closed 2 years ago

staticfloat commented 2 years ago

We need to explicitly tell Julia (when running the tests) to run with as many threads as the machine provides.

staticfloat commented 2 years ago

htop shows this as quite effective:

image

ChrisRackauckas commented 2 years ago

image