|
[Sponsors] |
October 21, 2013, 08:27 |
Cannot run as parallel. please help.
|
#1 | ||
New Member
Tommi P. Laiho
Join Date: Oct 2013
Posts: 18
Rep Power: 13 |
Hi,
I am making car simulation and I would like to use 2 cores. I have 8 cores at use, four cores in each Intel Xeon processor. However when I try to run the simulation as parallel I will get this kind of error: Quote:
PS. I use this code to run the simulation: Quote:
|
|||
October 21, 2013, 08:49 |
|
#2 |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
Are you sure it works serial? i.e, does pisoFoam give you any errors? In any case, the 0/p file is missing or your decomposition went wrong. You can read this from the error message.
|
|
October 21, 2013, 09:05 |
|
#3 | ||
New Member
Tommi P. Laiho
Join Date: Oct 2013
Posts: 18
Rep Power: 13 |
Hi,
No I am not sure whether or not it works as serial. Furthermore I do not understand a lot what the OpenFOAM says. I am a newbie in this business. I think that "p" in 0 folder is not missing. So something went wrong with the decomposition? Here is the result when I run only: Code:
pisoFoam Quote:
Quote:
|
|||
October 21, 2013, 09:07 |
|
#4 |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
You are running from .../run/, and there is no .../run/0/p. That is certain by the errormessage. You don't want to cd into a specific case directory?
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Case running in serial, but Parallel run gives error | atmcfd | OpenFOAM Running, Solving & CFD | 18 | March 26, 2016 13:40 |
Parallel Run on dynamically mounted partition | braennstroem | OpenFOAM Running, Solving & CFD | 14 | October 5, 2010 15:43 |
Unable to run OF in parallel on a multiple-node cluster | quartzian | OpenFOAM | 3 | November 24, 2009 14:37 |
serial run fine, but parallel run diverged | phsieh2005 | OpenFOAM Running, Solving & CFD | 2 | October 6, 2009 09:33 |
Run in parallel a 2mesh case | cosimobianchini | OpenFOAM Running, Solving & CFD | 2 | January 11, 2007 07:33 |