Welcome, Guest
Username: Password: Remember me

TOPIC: Parallel Installation:attempting to use an MPI routine before initial

Parallel Installation:attempting to use an MPI routine before initial 8 years 4 months ago #23050

  • B.Fernandez
  • B.Fernandez's Avatar
Hello dear all,

I have some problems with my parallel, I really need it, but I can not get it.
I installed the MPICH2, but i still can not use it, instead I get the error Message:

runPARTEL: Could not split your file T2DGEO (runcode=1) with the error as follows:
|
|... The following command failed for the reason above (or below)
|C:\opentelemac-mascaret\v7p1\builds\wing64mpi\bin\partel.exe < PARTEL.PAR >> partel_T2DGEO.log
|
| You may have forgotten to compile PARTEL with the appropriate compiler directive
| (add -DHAVE_MPI to your cmd_obj in your configuration file).

LANTE: PROGRAM STOPPED AFTER AN ERROR
|
| RETURNING EXIT CODE: 2
|
Attempting to use an MPI routine before initializing MPICH



But I certainly have the -DHAVE_MPI in my config file.
What can I do? Please some help.
2.png


1.png



Betsy
The administrator has disabled public write access.

Parallel Installation:attempting to use an MPI routine before initial 8 years 4 months ago #23053

  • sebourban
  • sebourban's Avatar
  • OFFLINE
  • Administrator
  • Principal Scientist
  • Posts: 814
  • Thank you received: 219
Hello,

Can you share your files with us so we can try ?

I would also need to see your configuration file if possible.

Thank you,
Sébastien.
The administrator has disabled public write access.

Parallel Installation:attempting to use an MPI routine before initial 8 years 4 months ago #23057

  • B.Fernandez
  • B.Fernandez's Avatar
Here the config file
7.png



which other file do you need? tel.cas? tel.restart?
The administrator has disabled public write access.

Parallel Installation:attempting to use an MPI routine before initial 8 years 4 months ago #23059

  • sebourban
  • sebourban's Avatar
  • OFFLINE
  • Administrator
  • Principal Scientist
  • Posts: 814
  • Thank you received: 219
Hello,

Your configuration seems OK. Maybe you can remove option, root, language and version, but it will not make a difference.

Also, I just realised that I do not need any other files because you are trying to run bumpflu, which I have ... make sure you run telemac2d.py with the --ncsize 2 option, or add the PARALLEL PROCESSOR keyword in your CAS file)

Also, if you ran the scalar mode before then, make sure the local executable has been removed before your re-run your parallel case. Even though they have the same name, the executable are different.

Hope this helps nonetheless,

Sébastien.
The administrator has disabled public write access.

Parallel Installation:attempting to use an MPI routine before initial 8 years 4 months ago #23060

  • B.Fernandez
  • B.Fernandez's Avatar
... partitioning base files (geo, conlim, sections and zones)
+> C:\opentelemac-mascaret\v7p1\builds\wing64mpi\bin\partel.exe < PARTEL.PAR >> partel_T2DGEO.log
Attempting to use an MPI routine before initializing MPICH
runPartition:
|runPARTEL: Could not split your file T2DGEO (runcode=1) with the error as follows:
|
|... The following command failed for the reason above (or below)
|C:\opentelemac-mascaret\v7p1\builds\wing64mpi\bin\partel.exe < PARTEL.PAR >> partel_T2DGEO.log
|
| You may have forgotten to compile PARTEL with the appropriate compiler directive
| (add -DHAVE_MPI to your cmd_obj in your configuration file).
|
|Here is the 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: T2DGEO
|
| --INPUT FILE FORMAT <INPFORMAT> [MED,SERAFIN,SERAFIND]:
|
| INPUT: SERAFIN
|
| --BOUNDARY CONDITIONS FILE NAME:
|
| INPUT: T2DCLI
|
|--NUMBER OF PARTITIONS <NPARTS> [2 -100000]:
|
| INPUT: 2
|
| PARTITIONING METHOD <PMETHOD> [1 (METIS) OR 2 (SCOTCH)]:
|
| --INPUT: 1
|
| --CONTROL SECTIONS FILE NAME (OR RETURN) :
|
| NO SECTIONS
|
| --CONTROL ZONES FILE NAME (OR RETURN) :
|
| NO ZONES
|
| --GEOMETRY FILE NAME <INPUT_NAME>:
|
| INPUT: T2DGEO
|
| --GEOMETRY FILE FORMAT <GEOFORMAT> [MED,SERAFIN,SERAFIND]:
|
| INPUT: SERAFIN
|
| +---- PARTEL: BEGINNING
+
|
| ERREUR -1 LORS DE L APPEL A OPEN_MESH_SRF:READ
|
| TEXTE DE L'ERROR : UNKONWN ERROR
|
|
|
|
|
|
|
| PLANTE: PROGRAM STOPPED AFTER AN ERROR
|
| RETURNING EXIT CODE: 2
|

C:\Users\Betsaida Fernandez\Documents\Master_HomePC\prueba>







ok, for the bumpflu works but for my real model doesnt.
The administrator has disabled public write access.

Parallel Installation:attempting to use an MPI routine before initial 8 years 4 months ago #23061

  • sebourban
  • sebourban's Avatar
  • OFFLINE
  • Administrator
  • Principal Scientist
  • Posts: 814
  • Thank you received: 219
OK. This confirms that your installation is correct.

Would you be able to share your files (those I would need to run your specific case) ?

One test you could also do is to run STBTEL on your geometry file -- STBTEL does a number of checks on your mesh and provides error messages when the mesh is not right, or even correct the mesh.

Here is an example of CAS for STBTEL:
UNIVERSAL FILE                          : 'your-mesh.slf'
GEOMETRY FILE FOR TELEMAC               : 'geo_new-mesh.slf'
BOUNDARY CONDITIONS FILE                : 'geo_new-mesh.cli'
/
MESH GENERATOR                          : SELAFIN
/
ELIMINATION OF BACKWARD DEPENDENCIES    : NO
OVERSTRESSED TRIANGLES CUTTING          : YES
MINIMUM DISTANCE BETWEEN TWO POINTS     : 0.1
/

Hope this helps,
Sébastien.
The administrator has disabled public write access.
The following user(s) said Thank You: iknponza

Parallel Installation:attempting to use an MPI routine before initial 8 years 4 months ago #23062

  • B.Fernandez
  • B.Fernandez's Avatar
Here
it is an adaptation of YEn and Lee model, in the Sisyphe example folder is a heavier version, M

File Attachment:

File Name: sis.cas
File Size: 2 KB









ine is simpler.
The administrator has disabled public write access.

Parallel Installation:attempting to use an MPI routine before initial 8 years 4 months ago #23063

  • B.Fernandez
  • B.Fernandez's Avatar

File Attachment:

File Name: gitter_geo_yen_40_knoten_02.cli
File Size: 26 KB
The administrator has disabled public write access.

Parallel Installation:attempting to use an MPI routine before initial 8 years 4 months ago #23055

  • sebourban
  • sebourban's Avatar
  • OFFLINE
  • Administrator
  • Principal Scientist
  • Posts: 814
  • Thank you received: 219
Hello,

It is possible you might have to register your username / password with your mpi install on your windows computer.

Please check out other forum posts on the subject. Alternatively, go into the temporary directory (cd ......) and locally type the mpi.exe --wdir .... command. It should prmpt you to register your username and password.

Hope this helps,
Sébastien.
The administrator has disabled public write access.

Parallel Problem: 8 years 4 months ago #23051

  • B.Fernandez
  • B.Fernandez's Avatar
Dear All


I have this error message from the Parallel.
Fail to run mpich2\bin\mpiexec.exe -wdir C:....


4.png


5.png


6.png


regards
The administrator has disabled public write access.
Moderators: borisb

The open TELEMAC-MASCARET template for Joomla!2.5, the HTML 4 version.