dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #15143
[Bug 425282] [NEW] Handle PETSc command-line options in Python
Public bug reported:
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.
** Affects: dolfin
Importance: Medium
Assignee: Johan Hake (johan-hake)
Status: New
--
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: New
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.
Follow ups
References