Skip to content

Commit

Permalink
Fixing regression test calling petsc for the second run
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlarson1 committed Apr 16, 2020
1 parent ab652ea commit 1fbd6f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from libensemble.sim_funcs.six_hump_camel import six_hump_camel as sim_f

import libensemble.gen_funcs
libensemble.gen_funcs.rc.aposmm_optimizers = 'nlopt'
libensemble.gen_funcs.rc.aposmm_optimizers = ['nlopt', 'petsc']
from libensemble.gen_funcs.aposmm import aposmm_logic as gen_f

from libensemble.alloc_funcs.fast_alloc_to_aposmm import give_sim_work_first as alloc_f
Expand Down

0 comments on commit 1fbd6f6

Please sign in to comment.