Skip to content

Commit 2d5d948

Browse files
committed
suppress precompile workload
1 parent d1164a5 commit 2d5d948

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/RoME.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ include("Deprecated.jl")
142142

143143
# manifold conversions required during transformation
144144

145-
@compile_workload begin
146-
# In here put "toy workloads" that exercise the code you want to precompile
147-
warmUpSolverJIT()
148-
end
145+
# @compile_workload begin
146+
# # In here put "toy workloads" that exercise the code you want to precompile
147+
# warmUpSolverJIT()
148+
# end
149149

150150
end

0 commit comments

Comments
 (0)