klindsay28 / Newton-Krylov_OOC

An Out-of-Core Newton-Krylov Solver
3 stars 2 forks source link

generalize adding arguments to override cfg file vars #26

Closed klindsay28 closed 4 years ago

klindsay28 commented 4 years ago

current code is ad-hoc and getting long

preference is to have a dict of options that can override cfg file vars and loop over that in read_cfg_file and gen_invoker_script (to propagate overrides)

klindsay28 commented 4 years ago

add logging_level as argument