Hi Beck,
I tested this test case today and the problem comes from the choice of the solver with parallel. Indeed, in the error message before
## Erreur : Fin anormale ...
it is written:
AVEC PARALLELISME,
PAS DE SOLVEUR DIRECT
...
PLANTE : ARRET DU PROGRAMME APRES ERREUR
SORTIE DE PVM : APPEL DE P_EXIT
SORTIE DE MPI
The direct solver cannot be used in parallel. For a parallel computation, you have to use (and install...) MUMPS if you want a direct solver, or change the solver into an iterative one (e.g. conjugate gradient with wave equation or GMRES with coupled equations).
So, there was a mistake in the 6.0 test case version. Nevertheless, you are advised to use the latest test cases (as told in my previous post).
Regards,
Chi-Tuan
PS: in the temporary directory, you could have read the file PE00001-00001.LOG where the standard output is written for one subdomain when running a parallel computation. At the end, you have the same error message as the one in the launching directory.