Hi Matt,
I just solved it :-)
the problem is the ‘only’ in the use statement. After removing it the code
compiles and links flawlessly.
Many thanks for your suggestions !
Now off to testing this version.
Danny.
> On 15 Apr 2023, at 13:58, Matthew Knepley wrote:
>
> On Sat, Apr 15, 2023 at
On Sat, Apr 15, 2023 at 7:48 AM Danny Lathouwers - TNW <
d.lathouw...@tudelft.nl> wrote:
> Dear Matt,
>
> Thanks for the quick reply.
>
> This however does not resolve the problem.
> It simply cannot find the routine at all during linking.
>
Perhaps your link line is wrong. Let's start with a PET
Dear Matt,
Thanks for the quick reply.
This however does not resolve the problem.
It simply cannot find the routine at all during linking.
Danny.
> On 15 Apr 2023, at 13:41, Matthew Knepley wrote:
>
> On Sat, Apr 15, 2023 at 7:28 AM Danny Lathouwers - TNW via petsc-users
> mailto:petsc-user
On Sat, Apr 15, 2023 at 7:28 AM Danny Lathouwers - TNW via petsc-users <
petsc-users@mcs.anl.gov> wrote:
> Dear community,
>
> I am transitioning a working Fortran code based on version 3.10.4 to
> version 3.19.0.
> The code compiles except for one problem during linking where
> PetscInitialize ca
Dear community,I am transitioning a working Fortran code based on version 3.10.4 to version 3.19.0.The code compiles except for one problem during linking where PetscInitialize can no longer be found (undefined reference to `petscinitialize_’).I am attaching the piece of code where the call is made