Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

If you find any of the above error messages in your model listing there was most likely a problem with the machine and you can just restart the simulation.

If this part stops with other messages, and you do not understand what they mean, search for the message in your scripts under:

     ~/modeles/GEMDM/version/bin


2) Fortran part

In the Fortran part, every MPI process (there is one MPI process per "tile") writes its own listing. Once the executable (Fortran part) finished running, MPI will collect the listings from all the processes and add them to the main model listing, ${GEM_exp}_M*. To be able to see which line was written by which process, all lines are preceded by the number of the process, for example:

...