Page 1 of 1

Fortran solver module

Posted: 09 Oct 2023, 13:23
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.

Re: Fortran solver module

Posted: 09 Oct 2023, 16:20
by PierreAntonetti
Ok, fix it.

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