On Mon, 16 Feb 2009, Andreas Grassl wrote: > Satish Balay schrieb: > > On Mon, 16 Feb 2009, Andreas Grassl wrote: > > > >> Hi, > >> > >> I played around with some configure options and adapted the python > >> scripts from $PETSC_DIR/config/examples, but I didn't find an option to > >> save the current standard options to such a script-file. > > > > Not sure I understand the question. > > > > When you run configure with any set of options - and the run is > > successful - you get a $PETSC_ARCH/conf/reconfigure-$PETSC_ARCH.py > > file - with all these options listed in it. > > Ok, I start from a script like this and wanted to have the default options, > which were not set explicitly to appear in a script as well.
Why? > > > > >> Is there a possibility to get all the configure options? > > > > Hmm - you can run configure with '--help' option - and it will list > > all the options configure accepts. > > do I have to parse them out manually? I guess so.. We don't have a way to format and dump this. Satish
