I am trying to couple Fire Dynamic Simulator (FDS) solver with Fenics using precice-fortran bindings.
FDS main scripts are written in Fortran-90 version (.f90) and precice-fortran binding is in 2003 version (.f03).
Therefore, when I try to call precice functions in the FDS main file (main.f90), then it shows error: '‘undefined reference to `precicef_action_write_initial_data_’
Could anyone suggest the solution to this .f90 and .f03 version problem?