<div dir="ltr">I have successfully used Qt Creator with any C/C++ program I have developed regardless of what external package I'm linking against. It works for my projects with PETSc really nicely and you get all the benefits of auto-compeletion, refactoring, and function/class lookups. Plus, you can use the visual debugger which is just a front-end to gdb and works quite nicely whether you are debugging serial, MPI, or threaded codes.<div>

<br></div><div>This strategy is perfect for local development where you later deploy the code to a remote cluster for running. If you want to directly edit codes on a remote cluster, you can mount the remote drive and just use the IDE as if you were editing local files. The debugger won't work in this case obviously (although there are supports for remote-debugging as well but I have not tried them out). Finally it has got front-ends to valgrind for both men-check and calgrind tools.</div>

<div><br></div><div>There is a little bit of information in the manual on this, but do not hesitate to ask me questions if you were interested.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Nov 15, 2012 at 5:03 PM, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov" target="_blank">bsmith@mcs.anl.gov</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
   Because we are developing PETSc as a library that must be portable to many users most people who develop the PETSc libraries do not use a IDE.<br>
<br>
   For someone who is writing AN APPLICATION that uses PETSc (especially an application with guis) it makes sense to use an IDL to do that development. What you chose should depend on what machine you develop on and what your are experienced with or comfortable with. In the users manual we try to provide some information on using PETSc from a variety of IDEs. We are interested in collecting information on using PETSc from IDEs and improving our documentation.<br>


<span class="HOEnZb"><font color="#888888"><br>
<br>
   Barry<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On Nov 15, 2012, at 4:52 PM, Fande Kong <<a href="mailto:fd.kong@siat.ac.cn">fd.kong@siat.ac.cn</a>> wrote:<br>
<br>
>  Got it. Thanks.<br>
> On Thu, Nov 15, 2012 at 3:49 PM, Matthew Knepley <<a href="mailto:knepley@gmail.com">knepley@gmail.com</a>> wrote:<br>
> On Thu, Nov 15, 2012 at 5:41 PM, Fande Kong <<a href="mailto:fande.kong@colorado.edu">fande.kong@colorado.edu</a>> wrote:<br>
> > Hi all,<br>
> ><br>
> > In order to improve development the efficient of the petsc application<br>
> > development, which IDE are you using?<br>
><br>
> Emacs+gdb.<br>
><br>
>   Matt<br>
><br>
> > Regards,<br>
> > --<br>
> > Fande Kong<br>
> > Department of Computer Science<br>
> > University of Colorado at Boulder<br>
> ><br>
> ><br>
><br>
><br>
><br>
> --<br>
> What most experimenters take for granted before they begin their<br>
> experiments is infinitely more interesting than any results to which<br>
> their experiments lead.<br>
> -- Norbert Wiener<br>
><br>
><br>
><br>
><br>
> --<br>
> Fande Kong<br>
> ShenZhen Institutes of Advanced Technology<br>
> Chinese Academy of Sciences<br>
><br>
<br>
</div></div></blockquote></div><br></div>