Skip to content

Commit

Permalink
Merge pull request SciML#2577 from lte678/fix-ci-precompile-hang
Browse files Browse the repository at this point in the history
Fix hang in BuildKite CI
  • Loading branch information
ChrisRackauckas authored Jan 22, 2025
2 parents 9ac1862 + 6efeb3b commit de37851
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ steps:
env:
BUILDKITE_PLUGIN_JULIA_VERSION: "{{matrix.version}}"
GROUP: "{{matrix.group}}"
JULIA_NUM_THREADS: 2
plugins:
- JuliaCI/julia#v1
- staticfloat/metahook:
Expand All @@ -49,7 +50,6 @@ steps:
'
- JuliaCI/julia-test#v1:
coverage: false
julia_args: "--threads=auto"
agents:
os: "linux"
queue: "juliaecosystem"
Expand Down
2 changes: 2 additions & 0 deletions test/multithreading/ode_extrapolation_tests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Import packages
using OrdinaryDiffEqExtrapolation, DiffEqDevTools, Test, Random

println("Running on $(Threads.nthreads()) thread(s).")

# Define test problems
# Note that the time span in ODEProblemLibrary is given by
# Float64 numbers
Expand Down

0 comments on commit de37851

Please sign in to comment.