Skip to content

Commit 454c25a

Browse files
Avoid full AD env precompile in MIRK shards
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
1 parent b5c80f4 commit 454c25a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/BoundaryValueDiffEqMIRK/test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
using SafeTestsets, Test
22
using SciMLTesting
33

4+
# Split AD shards should compile only the backend they actually load.
5+
ENV["JULIA_PKG_PRECOMPILE_AUTO"] = "0"
6+
47
const MIRK_AD_ENV = joinpath(@__DIR__, "AD")
58

69
mirk_ad_all() = @time @safetestset "MIRK AD Tests" include("AD/ad_tests.jl")

0 commit comments

Comments
 (0)