[petsc-dev] missing fortran stuff?

Mark F. Adams mark.adams at columbia.edu
Fri Jan 25 13:41:36 CST 2013


If I nm the .a files I see things like:

_VecNestGetSubVec

But the link errors are for 

_vecnestgetsubvec_

It has an extra subscript … but it is finding other Vec methods.


On Jan 25, 2013, at 12:13 PM, Jed Brown <jedbrown at mcs.anl.gov> wrote:

> 
> On Fri, Jan 25, 2013 at 11:11 AM, Mark F. Adams <mark.adams at columbia.edu> wrote:
> And, when I link I get some missing stuff:
> 
> Undefined symbols for architecture x86_64:
>   "_dmsetoptionsprefix_", referenced from:
>       _MAIN__ in petsc_kkt_solver.o
>   "_matnestgetsubmat_", referenced from:
>       _formjacobian_ in petsc_kkt_solver.o
>   "_vecnestgetsubvec_", referenced from:
>       _formjacobian_ in petsc_kkt_solver.o
>       _formfunction_ in petsc_kkt_solver.o
> 
> Are these missing fortran wrappers?
> 
> Yeah, those are missing. I'll add them today and let you know.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20130125/8ade91d0/attachment.html>


More information about the petsc-dev mailing list