[petsc-dev] TS ex11 crashing in parallel

Matthew Knepley knepley at gmail.com
Thu May 29 21:42:17 CDT 2014


On Wed, May 28, 2014 at 11:10 PM, Adrian Croucher <a.croucher at auckland.ac.nz
> wrote:

> hi
>
>>
>> You might have an old version of 'bfort' which does not know PetscFV is a
>> type and thus creates
>> incorrect bindings. I am sending you src/dm/dt/interface/ftn-auto/dtfvf.c
>> so you can test, but
>> you should
>>
>>   rm -rf $PETSC_DIR/$PETSC_ARCH/externalpackages/sowing*
>>   rm -rf $PETSC_DIR/$PETSC_ARCH/conf/sowing
>>
>> and reconfigure using
>>
>>   ./$PETSC_ARCH/conf/reconfigure-$PETSC_ARCH.py
>>
>
> OK thanks, I just tried that, but no luck unfortunately- am getting the
> exact same error message.


Yep, this is my fault. Those changes were not pushed.

Satish, I have pushed the changes to the Sowing repo. How do we get the
tarball updated?

Adrian, here is the easiest way to get this working:

  cd $PETSC_ARCH/externalpackages/sowing-*
  cd src/bfort
  <Copy in the attached bfort.c>
  make
  make install
  cd $PETSC_DIR
  make allfortranstubs
  make

And you can check it with

  cd src/dm/impls/plex/examples/tutorials
  make ex3f90
  ./ex3f90

  Thanks,

      Matt


>
> - Adrian
>
> --
> Dr Adrian Croucher
> Senior Research Fellow
> Department of Engineering Science
> University of Auckland, New Zealand
> email: a.croucher at auckland.ac.nz
> tel: +64 (0)9 923 4611
>
>


-- 
What most experimenters take for granted before they begin their
experiments is infinitely more interesting than any results to which their
experiments lead.
-- Norbert Wiener
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20140529/b430ecf5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bfort.c
Type: text/x-csrc
Size: 79456 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20140529/b430ecf5/attachment.bin>


More information about the petsc-dev mailing list