Hi all,
Well, I've solved the problem.
In fact, it doesn't come from the fortran file but from the fortran executable.
First, I had compiled ubugfortrans in scalar mode and ran my simulation. Then, I had a new executable fortran in my directory, the run worked well, no pb.
Afterthat, I have compiled ubugfopenmpi in parallel mode, and changed in my systel file "configs" from ubugfortrans to ubugfopenmpi. I have launched my run in parallel mode (2 processors) whithout deleting the executable fortran (which was compiled in scalar mode...) and, as the fortran file hasn't been modified, the fortran executable hasn't been recompiled. So, the run used the fortran executable in scalar mode even if I set "PROCESSEURS PARALLELES = 2".
Now, I've deleted the previous executable (in scalar mode) from my directory, and the good fortran executable in parallel mode has been well recompiled, and it runs well!!!
"the joys of Computer Science" as said Yugi in a previous post...
Thanks for your help and best regards.
Olivier