<div>Sorry I got this error during linking:</div>
<div>&nbsp;</div>
<div>petsc_sub.o(.text+0x20c): In function `petsc_sub_mp_petsc_solver_pois_&#39;:<br>/nfs/home/enduser/g0306332/ns2d_c/petsc_sub.F:125: undefined reference to `pcsetype_&#39;<br>&nbsp;</div>
<div>Did I miss out something?</div>
<div>&nbsp;</div>
<div>Thanks<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 5/22/07, <b class="gmail_sendername">Satish Balay</b> &lt;<a href="mailto:balay@mcs.anl.gov">balay@mcs.anl.gov</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">use:<br><br>call PCSetType(pc,&#39;hypre&#39;,ierr)<br>call PCHYPRESetType(pc,&#39;boomeramg&#39;,ierr)<br>
<br>Satish<br><br>On Tue, 22 May 2007, Ben Tay wrote:<br><br>&gt; Hi,<br>&gt;<br>&gt; presently I am using ./a.out -pc_type hypre -pc_hypre_type boomeramg to use<br>&gt; hypre.<br>&gt;<br>&gt; However, I have 2 matrix to solve and now I only want one of them to use
<br>&gt; hypre, while the other use jacobi + bcgs.<br>&gt;<br>&gt; for the solver using hypre,<br>&gt;<br>&gt; initially it&#39;s just:<br>&gt;<br>&gt; call PCSetType(pc,PCLU,ierr) - direct solver<br>&gt;<br>&gt; I now changed to
<br>&gt;<br>&gt; call PCSetType(pc,hypre,ierr)<br>&gt;<br>&gt; call PCHYPRESetType(pc,boomeramg,ierr)<br>&gt;<br>&gt; However, I got the error msg:<br>&gt;<br>&gt; fortcom: Error: petsc_sub.F, line 125: This name does not have a type, and
<br>&gt; must have an explicit type.&nbsp;&nbsp; [HYPRE]<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;call PCSetType(pc,hypre,ierr)<br>&gt;<br>&gt; Sorry I don&#39;t really understand the eg. hyppilut.c since my knowledge of the<br>&gt; c language is very basic.
<br>&gt;<br>&gt; So how should I set the options to use hypre?<br>&gt;<br>&gt; Thank you.<br>&gt;<br><br></blockquote></div><br>