<div class="gmail_quote">On Fri, Dec 10, 2010 at 19:54, Filippo Spiga <span dir="ltr">&lt;<a href="mailto:filippo.spiga@disco.unimib.it">filippo.spiga@disco.unimib.it</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<span style="border-collapse:collapse"><font face="arial, sans-serif">I know that it is possible to use API to set parameters (KSPSetType, SNESSetType). But a lot of options of HYPRE or SUPERLU for example have no API. Instead of mix option from command-line and API I would like to put everything in a config file</font></span></blockquote>
<div><br></div><div>You might be interested in the -options_file command line option and PetscOptionsInsertFile.  Also, any options present in</div><div><br></div><div>~/.petscrc</div><div>.petscrc (in current directory)</div>
<div>petscrc (in current directory)</div><div><br></div><div>get slurped in automatically, as well as the string in the PETSC_OPTIONS environment variable.</div></div>