<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>    I have another questions on /src/ksp/ksp/example/tutorial/ex29.c. I just install PETSc-dev in a distributed-memory. Everything is fine and it finished &#39;make test&#39;.</div>


<div>    However, when I was trying to &#39;make&#39; ex29.c, it comes this error message:</div>
<div>makefile:18: /conf/variables: No such file or directory</div><div>makefile:19: /conf/rules: No such file or directory</div><div>makefile:1145: /conf/test: No such file or directory</div><div>make: *** No rule to make target `/conf/test&#39;.  Stop.</div>



<div><br></div><div>   what should I do for this, Thanks, in advance,</div></blockquote><div><br></div><div>Make sure to set your environment variables PETSC_DIR and PETSC_ARCH, or send them on the command line every time you run make:</div>


<div><br></div><div>$ PETSC_DIR=/path/to/petsc-dev PETSC_ARCH=arch-debug make ex29</div></div>