Parameter change not noticed

Issue #929 new
Søren Madsen created an issue

Hi!

With a build from the latest development source, the python2 code

from dolfin import *
parameters["print_mpi_thread_support_level"] = True
info(parameters,True)

shows "0" in the change column for the parameter above where it should have shown "1". I don't use that particular parameter, but the problem seems generic to all parameters I change.

It works fine in version 2017.1.0.

Best Regards,

Søren

Comments (2)

  1. Log in to comment