File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ addprocs(np - 1)
99
1010@everywhere import ADNLPModels
1111
12- const list_problems = intersect (names (ADNLPProblems), names (PureJuMP))
12+ @everywhere const list_problems = intersect (names (ADNLPProblems), names (PureJuMP))
1313
1414# The problems included should be carefully argumented and issues
1515# to create them added.
1616# TODO : tests are limited for JuMP-only problems
17- const list_problems_not_ADNLPProblems = Symbol[]
18- const list_problems_not_PureJuMP = Symbol[]
17+ @everywhere const list_problems_not_ADNLPProblems = Symbol[]
18+ @everywhere const list_problems_not_PureJuMP = Symbol[]
1919
20- const list_problems_ADNLPProblems = setdiff (list_problems, list_problems_not_ADNLPProblems)
21- const list_problems_PureJuMP = setdiff (list_problems, list_problems_not_PureJuMP)
20+ @everywhere const list_problems_ADNLPProblems = setdiff (list_problems, list_problems_not_ADNLPProblems)
21+ @everywhere const list_problems_PureJuMP = setdiff (list_problems, list_problems_not_PureJuMP)
2222
2323@test setdiff (union (names (ADNLPProblems), list_problems_not_ADNLPProblems), list_problems) ==
2424 [:ADNLPProblems ]
You can’t perform that action at this time.
0 commit comments