CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

Problems with mpirun

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 7, 2005, 05:51
Default Hi I am running localy on
  #1
Member
 
Duderino
Join Date: Mar 2009
Posts: 40
Rep Power: 17
duderino is on a distinguished road
Hi

I am running localy on 2 processor machine.With other mpirun works fine. But now I get the following error message I don't know what (semop lock failed is):


43 -> mpirun -np 2 Start_Par.sh
/*---------------------------------------------------------------------------*\
| ========= | |
| \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \ / O peration | Version: 1.0.2 |
| \ / A nd | Web: http://www.openfoam.org |
| \/ M anipulation | |
\*---------------------------------------------------------------------------*/

Exec : interFoam . testnozzleinter3 -parallel
Date : Apr 07 2005
Time : 10:32:13
Host : cci00150
PID : 3134
Date : Apr 07 2005
Time : 10:32:13
Host : cci00150
PID : 3135
[1] Root : /usr2/tmp/ccgrueni/OpenFOAM/kloster-1.0.2/run/tutorials/interFoam
[0] Root : /usr2/tmp/ccgrueni/OpenFOAM/kloster-1.0.2/run/tutorials/interFoam
[0] Case : testnozzleinter3
[0] Nprocs : 2
[0] Slaves :
1
(
cci00150.3135
)

Create database

[1] Case : testnozzleinter3
[1] Nprocs : 2
Create mesh

Selecting movingFvMesh staticFvMesh

Reading environmentalProperties
Reading field pd

Reading field gamma

Reading field U

Reading/calculating face flux field phi

Reading transportProperties

Selecting incompressible transport model Newtonian
Selecting incompressible transport model Newtonian
Calculating field g.h

ICCG: Solving for pcorr, Initial residual = 1, Final residual = 9.88347e-11, No Iterations 292
time step continuity errors : sum local = 1.26951e-15, global = -5.15336e-18, cumulative = -5.15336e-18
Building global boundary list

Starting time loop

1 - MPI_RECV : Message truncated
[1] Aborting program !
[1] Aborting program!
OOPS: semop lock failed
425990



Any help is appreciated!!
duderino is offline   Reply With Quote

Old   April 7, 2005, 06:52
Default Hi Duderino, semops are use
  #2
Senior Member
 
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26
mattijs is on a distinguished road
Hi Duderino,

semops are used by mpi when you run on a shared memory machine. Things to check:
- are you picking up the correct (i.e. OpenFOAM) mpi libraries or are you using the system ones (use ldd to find out)
- You said with other it runs fine. Other machines or other mpi version?

It seems to be a system problem. We run on shared memory machines over here without problems.
mattijs is offline   Reply With Quote

Old   April 7, 2005, 08:15
Default Hi Mattijs What I mean by o
  #3
Member
 
Duderino
Join Date: Mar 2009
Posts: 40
Rep Power: 17
duderino is on a distinguished road
Hi Mattijs

What I mean by other is actually another case (on the same machine with the same mpi version).
duderino is offline   Reply With Quote

Old   April 7, 2005, 08:22
Default So it seems to be a problem wi
  #4
Member
 
Duderino
Join Date: Mar 2009
Posts: 40
Rep Power: 17
duderino is on a distinguished road
So it seems to be a problem with the case but the same case runs on single processor??
duderino is offline   Reply With Quote

Old   April 7, 2005, 08:26
Default Is this fully standard interFo
  #5
Senior Member
 
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26
mattijs is on a distinguished road
Is this fully standard interFoam? Does it work with fully standard interFoam? What is this "Building global boundary list"?

I attach a simple script which starts up parallel jobs in different windows. Quite nice to debug parallel cases. Call like mpirun so
lamrun -np 2 `which interFoam` root case -parallel
lamrun
mattijs is offline   Reply With Quote

Old   April 7, 2005, 10:00
Default Hi Mattijs We couldn't get
  #6
Member
 
Duderino
Join Date: Mar 2009
Posts: 40
Rep Power: 17
duderino is on a distinguished road
Hi Mattijs

We couldn't get your script to run because I am using mpich instead off lam (which somehow doesn't work on our machine).

It actually was not fully standard interFoam. I modified it to calculate massflux over all boundaries how it is explained in:

http://www.cfd-online.com/cgi-bin/Op...=1473#POST1473
I used the one which is for OpenFoam1.0.2: By Jarrod Sinclair on Wednesday, March 09, 2005 - 03:02 am


And this causes the problem somehow, because when I set it back to fully standard interFoam it works.
But I am still wondering why the modified interFoam is working with the other case?

Thank you for your help!
duderino is offline   Reply With Quote

Old   April 7, 2005, 10:11
Default Maybe because some of the doma
  #7
Senior Member
 
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26
mattijs is on a distinguished road
Maybe because some of the domains do not have all of the original patches and the other case does (or something similar). Check your processor domains for which patches they have and compare to the case that runs.

Just out of interest: what machine are you on and do you know why lam doesn't work?
mattijs is offline   Reply With Quote

Old   April 7, 2005, 11:41
Default The machine: IA32 linux The
  #8
Member
 
Duderino
Join Date: Mar 2009
Posts: 40
Rep Power: 17
duderino is on a distinguished road
The machine: IA32 linux
The problem with lam: no idea, somehow lam seems to start two seperate processes but they are not comunicatiting with each other.

Sorry for not beeing of great help!
duderino is offline   Reply With Quote

Old   April 7, 2005, 15:34
Default lamboot starts up one process
  #9
Senior Member
 
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26
mattijs is on a distinguished road
lamboot starts up one process ("lamd") per processor if I remember correctly so you will see two processes. Don't see why they should not communicate to one another. We run shared memory machines over here without problems.
mattijs is offline   Reply With Quote

Old   November 9, 2005, 13:15
Default Hey, i've got a low-tech ap
  #10
Senior Member
 
Markus Hartinger
Join Date: Mar 2009
Posts: 102
Rep Power: 17
hartinger is on a distinguished road
Hey,

i've got a low-tech approach for that. A python script which reads in a log file and splits it up according to processor number(you have to use 'Pout') and a file for the rest without processor number.
splitParallel.py

markus
hartinger is offline   Reply With Quote

Old   June 13, 2006, 05:23
Default Hello, as I had problems ru
  #11
Member
 
Mélanie Piellard
Join Date: Mar 2009
Posts: 86
Rep Power: 17
melanie is on a distinguished road
Hello,

as I had problems running in parallel, I wanted to use the exec lamrun posted here by Mattijs on the solver oodles and 2 processors. The output is however the opening of 4 xterm with the following error message in each one:

gdbCommands:1: Error in sourced command file:
No executable file specified.
Use the "file" or "exec-file" command.
(gdb)


Now, as it does not work, I can explain my error; the decomposition using metis works fine, and the mpirun commands stops while reading the mesh

Create mesh, no clear-out for time = 0.0992

[1]
[1]
[1] --> FOAM FATAL ERROR : Cannot find patch edge with vertices (6 242) on patch procBoundary1to0
Can only find edges
3
(
(6 514)
(2 6)
(6 7)
)
connected to first vertex
[1]
[1] From function processorPolyPatch::updateMesh()
[1] in file meshes/polyMesh/polyPatches/derivedPolyPatches/processorPolyPatch/processorPolyP atch.C at line 351.
[1]
FOAM parallel run aborting
[1]
[0]
[0]
[0] --> FOAM FATAL ERROR : Cannot find patch edge with vertices (257 8) on patch procBoundary0to1
Can only find edges
3
(
(257 523)
(256 257)
(257 258)
)
connected to first vertex
[0]
[0] From function processorPolyPatch::updateMesh()
[0] in file meshes/polyMesh/polyPatches/derivedPolyPatches/processorPolyPatch/processorPolyP atch.C at line 351.
[0]
FOAM parallel run aborting
[0]
[1] Foam::error::printStack(Foam:stream&)
[1] Foam::error::abort()
[1] Foam::processorPolyPatch::updateMesh()
[1] Foam::polyBoundaryMesh::updateMesh()
[1] Foam::polyMesh::polyMesh(Foam::IOobject const&)
[1] Foam::fvMesh::fvMesh(Foam::IOobject const&)
[1] Foam::regIOobject::write(Foam::IOstream::streamFor mat, Foam::IOstream::versionNumber, Foam::IOstream::compressionType) const
[1] __libc_start_main
[1] __gxx_personality_v0
-----------------------------------------------------------------------------
One of the processes started by mpirun has exited with a nonzero exit
code. This typically indicates that the process finished in error.
If your process did not finish in error, be sure to include a "return
0" or "exit(0)" in your C code before exiting the application.

PID 32447 failed on node n0 (204.104.5.156) with exit status 1.
-----------------------------------------------------------------------------

I never had this before...
Anyone could give a hint please ?
Thanks !
melanie
melanie is offline   Reply With Quote

Old   June 13, 2006, 06:50
Default Do you have cyclics? Try and m
  #12
Senior Member
 
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26
mattijs is on a distinguished road
Do you have cyclics? Try and make them non-cyclic or change the decomposition so all cyclics are within a single domain.

Or just change the FatalErrorIn..abort(FatalError) into a WarningIn..endl;

(This is to do with there being no one-to-one mapping between coupled edges if part of cyclic is included in a processor patch)
mattijs is offline   Reply With Quote

Old   June 13, 2006, 09:28
Default yes I have cyclics that I must
  #13
Member
 
Mélanie Piellard
Join Date: Mar 2009
Posts: 86
Rep Power: 17
melanie is on a distinguished road
yes I have cyclics that I must keep cyclic.
For the decomposition, I guess I have to do it by hand (manual) ? because the cyclics are parallel domains with a small gap in-between.
About the third solution, do you think it would affect the results if some points are not linked to their corresponding point on the other boundary ? should I recompile only the concerned function or more ?

Thanks !
melanie is offline   Reply With Quote

Old   June 13, 2006, 13:41
Default - manual decomposition indeed.
  #14
Senior Member
 
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26
mattijs is on a distinguished road
- manual decomposition indeed. Reads a labelIOList (which is format like e.g. faceProcAddressing in a decomposed case)

- the edge inconsistency might affect interpolation to edges which is used in postprocessing and not in oodles. No need to recompile anything but that code.
mattijs is offline   Reply With Quote

Old   June 14, 2006, 03:16
Default ok, I would then try the secon
  #15
Member
 
Mélanie Piellard
Join Date: Mar 2009
Posts: 86
Rep Power: 17
melanie is on a distinguished road
ok, I would then try the second; I have already made the change but I cannot compile with wmake, as there is no Make folder...
melanie is offline   Reply With Quote

Old   June 19, 2006, 03:30
Default Hi, could someone just tell
  #16
Member
 
Mélanie Piellard
Join Date: Mar 2009
Posts: 86
Rep Power: 17
melanie is on a distinguished road
Hi,

could someone just tell me how to compile this as wmake is not suited ?

Thanks !
melanie
melanie is offline   Reply With Quote

Old   August 14, 2009, 13:43
Default
  #17
Senior Member
 
Maka Mohu
Join Date: Mar 2009
Posts: 305
Rep Power: 18
maka is on a distinguished road
I have the same problem but it only shows when using metis. Using simple as decomposition method works even if the cyclic patches are divided among the processors. This is V 1.3. Here is the error I get when I use the solver on case.

-----------------------------------------------------------

[3]
[3]
[3] --> FOAM FATAL ERROR : Cannot find patch edge with vertices (45 81) on patch procBoundary3to1
Can only find edges
3
(
(45 46)
(0 45)
(45 92)
)
connected to first vertex
[3]
[3] From function processorPolyPatch::updateMesh()
[3] in file meshes/polyMesh/polyPatches/derivedPolyPatches/processorPolyPatch/processorPolyPatch.C at line
351.
[3]
FOAM parallel run aborting
[3]
[3] Foam::error:rintStack(Foam::Ostream&)
[3] Foam::error::abort()
[3] Foam:rocessorPolyPatch::updateMesh()
[3] Foam:olyBoundaryMesh::updateMesh()
[3] Foam:olyMesh:olyMesh(Foam::IOobject const&)
[3] Foam::fvMesh::fvMesh(Foam::IOobject const&)
[3] rotatingChannelOodles.08 [0x415efd]
[3] __libc_start_main
[3] __gxx_personality_v0
-----------------------------------------------------------------------------
One of the processes started by mpirun has exited with a nonzero exit
code. This typically indicates that the process finished in error.
If your process did not finish in error, be sure to include a "return
0" or "exit(0)" in your C code before exiting the application.

PID 32670 failed on node n0 (172.20.253.241) with exit status 1.
-----------------------------------------------------------------------------


decomposePar log for cyclic in x and z of a channel:

Processor 0
Number of cells = 16082
Number of faces shared with processor 1 = 1696
Number of faces shared with processor 3 = 149
Number of faces shared with processor 2 = 889
Number of boundary faces = 1682

Processor 1
Number of cells = 15541
Number of faces shared with processor 3 = 960
Number of faces shared with processor 0 = 1696
Number of faces shared with processor 2 = 302
Number of boundary faces = 1348

Processor 2
Number of cells = 16123
Number of faces shared with processor 3 = 1894
Number of faces shared with processor 1 = 302
Number of faces shared with processor 0 = 889
Number of boundary faces = 1253

Processor 3
Number of cells = 16254
Number of faces shared with processor 2 = 1894
Number of faces shared with processor 1 = 960
Number of faces shared with processor 0 = 149
Number of boundary faces = 1541

Best regards,
Maka.
maka is offline   Reply With Quote

Old   February 5, 2010, 14:00
Default
  #18
Senior Member
 
Aram Amouzandeh
Join Date: Mar 2009
Location: Vienna, Vienna, Austria
Posts: 190
Rep Power: 17
mabinty is on a distinguished road
Dear all,

I m observing similar problems when using cyclic BC in a parallel run. The case, ran with "chtMultiRegionFoam", consists of a quarter of a cylindrical domain. It runs in single as well as in parallel when "metis" is applied as decomposition method. In case of "scotch" as decomposition method, the decomposePar outputs the following:

Code:
Decomposing mesh air

Create time

Time = 0.001
Create mesh

Calculating distribution of cells
Selecting decompositionMethod scotch
ERROR: graphCheck: loops not allowed
and no decomposition of the region "air" is done. Any idea whats the reason for that?? I greatly appreciate your comments,
Aram
mabinty is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
MPIRun How many processors markh83 OpenFOAM Running, Solving & CFD 4 October 29, 2008 09:37
Make mpirun use 4 out of 8 possible cpus christian_kunkelmann OpenFOAM Running, Solving & CFD 8 September 15, 2008 17:58
MPIrun... AVL FIRE Peter Main CFD Forum 1 September 4, 2008 05:41
Intel Fortran debugger with mpirun agg Main CFD Forum 2 March 21, 2007 18:43
Lamboot and mpirun r2d2 OpenFOAM Running, Solving & CFD 2 January 10, 2006 12:31


All times are GMT -4. The time now is 09:11.