Fortran solver module

Discussion about coding and new developments
Post Reply
PierreAntonetti
Posts: 22
Joined: 06 Oct 2023, 14:31
Antispam: Yes

Fortran solver module

Post by PierreAntonetti »

Hi,

I wrote my own ResultOutputSolver based and the existing one under Windows environment, I compile my module but when it comes to run I get a 'Segmentation fault', the error is due to the line 'CALL SolverOutputDirectory' to get the 'OutputDirectory'.

Does anybody already manage to develop a solver module with windows elmer version ?

Best regards.
PierreAntonetti
Posts: 22
Joined: 06 Oct 2023, 14:31
Antispam: Yes

Re: Fortran solver module

Post by PierreAntonetti »

Ok, fix it.

I need to rewrite my own SolverOutputDirectory routine in a module and it works now.
Post Reply