<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Jed,<br>
<br>
Pulled petsc-dev this morning:<br>
<br>
[ 63%] Building C object
CMakeFiles/petsc.dir/src/dm/impls/redundant/ftn-auto/dmredundantf.c.o<br>
/home/lib/petsc-dev/src/dm/impls/complex/ftn-auto/complexf.c(125):
error: declaration is incompatible with "PetscErrorCode={int}
DMComplexSetConeOrientation(DM, PetscInt={int}, const PetscInt={int}
*)" (declared at line 29 of
"/home/lib/petsc-dev/include/petscdmcomplex.h")<br>
void PETSC_STDCALL DMComplexSetConeOrientation
dmcomplexsetcone_(DM dm,PetscInt *p, PetscInt coneOrientation[], int
*__ierr ){<br>
^<br>
<br>
/home/lib/petsc-dev/src/dm/impls/complex/ftn-auto/complexf.c(125):
error: incomplete type is not allowed<br>
void PETSC_STDCALL DMComplexSetConeOrientation
dmcomplexsetcone_(DM dm,PetscInt *p, PetscInt coneOrientation[], int
*__ierr ){<br>
^<br>
<br>
/home/lib/petsc-dev/src/dm/impls/complex/ftn-auto/complexf.c(125):
error: expected a ";"<br>
void PETSC_STDCALL DMComplexSetConeOrientation
dmcomplexsetcone_(DM dm,PetscInt *p, PetscInt coneOrientation[], int
*__ierr ){<br>
^<br>
<br>
/home/lib/petsc-dev/src/dm/impls/complex/ftn-auto/complexf.c(147):
warning #12: parsing restarts here after previous syntax error<br>
<br>
[ 63%] compilation aborted for
/home/lib/petsc-dev/src/dm/impls/complex/ftn-auto/complexf.c (code
2)<br>
make[4]: ***
[CMakeFiles/petsc.dir/src/dm/impls/complex/ftn-auto/complexf.c.o]
Error 2<br>
make[4]: *** Waiting for unfinished jobs....<br>
Building C object
CMakeFiles/petsc.dir/src/dm/impls/da/ftn-custom/zda.c.o<br>
make[3]: *** [CMakeFiles/petsc.dir/all] Error 2<br>
make[2]: *** [all] Error 2<br>
<br>
Yesterday's petsc compiled fine. <br>
<br>
On 08.02.2012 22:21, Jed Brown wrote:
<blockquote
cite="mid:CAM9tzSmUU+ZxpJy69DzBqa6hpp97oqLJaxtdusWmthZ-zmORvQ@mail.gmail.com"
type="cite">
<div dir="ltr">
<div class="gmail_quote">On Wed, Feb 8, 2012 at 23:39, Alexander
Grayver <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:agrayver@gfz-potsdam.de">agrayver@gfz-potsdam.de</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
<div bgcolor="#ffffff" text="#000000">It happens within the
CG solver with the system matrix which is created like
this:<br>
call
MatCreateShell(MPI_COMM_WORLD,mlocal,nlocal,N,N,PETSC_NULL_INTEGER,H,ierr);CHKERRQ(ierr)</div>
</blockquote>
</div>
<br>
<div>This should be fixed in petsc-dev now, can you pull and try
again?</div>
</div>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Regards,
Alexander</pre>
</body>
</html>