Hi,
I am writing a new subroutine to compute runoff from a defined rainfall.
This subroutine is called from prosou.f where the rain/evaporation implementation is.
The subroutine works in scalar. In parallel the subroutine is being compiled without error but the run is not starting (hanging after the ...\out_fortran.exe command).
My code is simple, with no argument and only
USE DECLARATIONS_TELEMAC2D, ONLY: PLUIE,DT,NPOIN,LT,AT,HN
plus some local variables. I even made a test with an empty subroutine called in parallel, and I have the same problem.
Is there something special to be done when creating subroutines for having them working in parallel?
I am on Win7 with gfortran and MPI. Using version 7.1.0.
Any help is greatly appreciated!
Best regards
PL