dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #15152
[Bug 425282] Re: Handle PETSc command-line options in Python
Not a bug. Closing.
** Changed in: dolfin
Status: New => Invalid
** Changed in: dolfin
Assignee: Johan Hake (johan-hake) => (unassigned)
--
Handle PETSc command-line options in Python
https://bugs.launchpad.net/bugs/425282
You received this bug notification because you are subscribed to DOLFIN.
Status in DOLFIN: Invalid
Bug description:
PETSc command-line options like --petsc.foo 3 are not handled in Python:
StandardError: unknown option petsc.info
Don't know why this doesn't work in Python since the Python interface seems
to call the C++ implementation which handles PETSc command-line options.
References