Hello Sebastien,
Unfortunately, MPICH2 gives the same error, but nonetheless I have made enough progress to have compiled libraries. The built-in tests of each library failed to initialize, but the ones that did (some of LAPACK's) passed.
I did a quick attempt with the ile_para example and I stumbled to this error during the mesh partitioning stage (partel_ARTGEO.log):
+-------------------------------------------------+
PARTEL/PARRES: TELEMAC METISOLOGIC PARTITIONER
REBEKKA KOPMANN & JACEK A. JANKOWSKI (BAW)
JEAN-MICHEL HERVOUET (LNHE)
CHRISTOPHE DENIS (SINETICS)
YOANN AUDOUIN (LNHE)
PARTEL (C) COPYRIGHT 2000-2002
BUNDESANSTALT FUER WASSERBAU, KARLSRUHE
METIS 5.0.2 (C) COPYRIGHT 2012
REGENTS OF THE UNIVERSITY OF MINNESOTA
BIEF 7.1 (C) COPYRIGHT 2012 EDF
+-------------------------------------------------+
MAXIMUM NUMBER OF PARTITIONS: 100000
+--------------------------------------------------+
--INPUT FILE NAME <INPUT_NAME>:
INPUT: ARTGEO
--INPUT FILE FORMAT <INPFORMAT> [MED,SERAFIN,SERAFIND]:
FILE FORMAT MUST BE "MED" OR "SERAFIN" OR "SERAFIND"
PLANTE: PROGRAM STOPPED AFTER AN ERROR
RETURNING EXIT CODE: 2
Here is the full output of the command:
Also, the command prompt shows the following error (that is not captured in the text output):
Attempting to use MPI routine before initializing MPI
This error occurs even when I try SOLVER=3, so it seems irrelevant to MUMPS. Direct solver works fine. The ile_para example was taken from the trunk as well.
Any suggestions?
Regards,
Costas