<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<div><br></div><div>Yes my examples work fine. &nbsp; I have looked in the makefile for the examples and it looks fairly complicated. &nbsp;One thing I noticed is that I wasn't &nbsp;using the mpicc that is in my petsc directory. &nbsp;I went back and made sure that I am using the mpicc that was build by PETSc. &nbsp;That changes things, but now I cannot compile the code whereas before I could.</div><div><br></div><div>Do you have a suggestion as to how I can most easily adapt the makefile from the examples into the code we are building?</div><div><br></div><div>Thanks for the help,</div><div>Francis</div><div>&nbsp;<br><div><div>On 2012-03-12, at 4:41 PM, Jed Brown wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div class="gmail_quote">On Mon, Mar 12, 2012 at 15:37, Francis Poulin <span dir="ltr">&lt;<a href="mailto:fpoulin@uwaterloo.ca">fpoulin@uwaterloo.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":6ja">I am trying to call Petsc from a C++ program and having difficulties. &nbsp;I'm using v3.2.6 and I can run all the examples so I assumed that everything was installed ok. &nbsp;The body of the function is very simple, see below. &nbsp;I get a segmentation fault. &nbsp; In my installation I used mpich<br>

<br>
I have a colleague who also installed openmp and this works for him on the same version of Petsc. &nbsp;Could it be that Petsc is confused because I have two different MPI's installed? &nbsp;I am hoping that it will use the one that it configured but I do have the other MPI in the same path.</div>
</blockquote></div><br><div>Yes, the most likely scenario is that your application was linked with a different MPI than PETSc was compiled with. It is probably a makefile that uses the wrong MPI. Can you build PETSc examples?</div>
</blockquote></div><br></div></body></html>