<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
hi<br>
<br>
<div class="moz-cite-prefix">On 30/05/14 14:42, Matthew Knepley
wrote:<br>
</div>
<blockquote
cite="mid:CAMYG4Gn0ePaQ7FWFivgnQPfaoDSimzfyA0AJBHo=ofetpYvoDg@mail.gmail.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote"><br>
<div>Adrian, here is the easiest way to get this working:</div>
<div><br>
</div>
<div> cd $PETSC_ARCH/externalpackages/sowing-*</div>
<div> cd src/bfort</div>
<div> <Copy in the attached bfort.c></div>
<div>
make</div>
<div> make install</div>
<div> cd $PETSC_DIR</div>
<div> make allfortranstubs</div>
<div> make</div>
</div>
</div>
</div>
</blockquote>
<br>
That all went ok and my little test code snippet for PetscFV now
works ok. Success!<br>
<blockquote
cite="mid:CAMYG4Gn0ePaQ7FWFivgnQPfaoDSimzfyA0AJBHo=ofetpYvoDg@mail.gmail.com"
type="cite">
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">
<div><br>
</div>
<div>And you can check it with</div>
<div><br>
</div>
<div> cd src/dm/impls/plex/examples/tutorials</div>
<div> make ex3f90</div>
<div> ./ex3f90</div>
</div>
</div>
</div>
</blockquote>
<br>
This didn't actually work though... strangely, make ex3f90 gives me:<br>
<br>
ex3f90.F:6:0: fatal error: finclude/petsc.h90: No such file or
directory<br>
<br>
Weird, because that's the same include as in my little code snippet.
The only thing different I can see is the format- I used free format
and ex3f90 seems to be fixed format?<br>
<br>
- Adrian<br>
<pre class="moz-signature" cols="72">--
Dr Adrian Croucher
Senior Research Fellow
Department of Engineering Science
University of Auckland, New Zealand
email: <a class="moz-txt-link-abbreviated" href="mailto:a.croucher@auckland.ac.nz">a.croucher@auckland.ac.nz</a>
tel: +64 (0)9 923 4611
</pre>
</body>
</html>