File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ include("test_utils.jl")
7878 end
7979end
8080
81- pmap (test_one_problem, list_problems_ADNLPProblems[ 1 : 10 ] )
81+ pmap (test_one_problem, list_problems_ADNLPProblems)
8282
8383names_pb_vars = meta[
8484 meta. variable_nvar .== true ,
Original file line number Diff line number Diff line change 1- const ndef = OptimizationProblems. default_nvar
2- const test_nvar = Int (round (ndef / 2 ))
3- meta = OptimizationProblems. meta
1+ @everywhere const ndef = OptimizationProblems. default_nvar
2+ @everywhere const test_nvar = Int (round (ndef / 2 ))
3+ @everywhere meta = OptimizationProblems. meta
44
55# Avoid SparseADJacobian/Hessian for too large problem as it requires a lot of memory for CIs
6- const simp_backend = " jacobian_backend = ADNLPModels.ForwardDiffADJacobian, hessian_backend = ADNLPModels.ForwardDiffADHessian"
6+ @everywhere const simp_backend = " jacobian_backend = ADNLPModels.ForwardDiffADJacobian, hessian_backend = ADNLPModels.ForwardDiffADHessian"
77
88@everywhere function meta_sanity_check (prob:: Symbol , nlp:: AbstractNLPModel )
99 meta = OptimizationProblems. eval (Symbol (prob, :_meta ))
You can’t perform that action at this time.
0 commit comments