Hi everybody,
I am trying to make a simulation of a large coastal area with strong currents (Raz Blanchard) with T2D. I have as inputs file of currents, winds, pressure, etc. When I launch the computation on only one proc, it works, but as the computation is long I wanted to use parallelization. When I try to use more than 1 processor, an error comes out :
METEO (INIT): READING FILE HEADER
2014 6 1 0 0 0
LIT : ERREUR DE LECTURE
ON VOULAIT LIRE UN
ENREGISTREMENT DE 1 VALEURS
DE TYPE : I
SUR LE CANAL : 24
PLANTE : ARRET DU PROGRAMME APRES ERREUR
So if I understand this right, when you try to parallelize, the programme divides the mesh, as well as the forcing files, in smaller parts for each processor to compute them. And the error happens when T2D tries to read the smaller split forcing files. The error comes at the moment of reading, in the header of the file, the IKLE parameter.
Has anyone already had this problem ? Any idea how it happens ?
Many thanks in advance for the information you could give me.
Victor