Sumit, The compilers are specified at the command-line when you make your configure call.
i.e. from $PETSC_DIR ./config/configure.py --with-cc=gcc if you need more information, try ./config/configure.py --help And to answer your question, the compiler to use is stored in a configuration file specific to your installation (generated by configure.py), not in the generic common files. Cheers ~A On 7/19/07, Sumit Vaidya <sumit_vaidya at persistent.co.in> wrote: > > > > > Hi, > > > > Where is the option to change the compiler? > > I saw $PCC in the bmake/common/variables file. Now I want to change the > compiler. > > > > Where should I specify it? > > > > Regards, > > Sumit > > > > DISCLAIMER ========== This e-mail may contain privileged and confidential > information which is the property of Persistent Systems Pvt. Ltd. It is > intended only for the use of the individual or entity to which it is > addressed. If you are not the intended recipient, you are not authorized to > read, retain, copy, print, distribute or use this message. If you have > received this communication in error, please notify the sender and delete > all copies of this message. Persistent Systems Pvt. Ltd. does not accept any > liability for virus infected mails.
