View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001242 | OpenFOAM | Bug | public | 2014-03-27 13:35 | 2014-05-12 15:13 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 10.04 |
Summary | 0001242: Function Object "cloudInfo" leads to a crash in MPI mode | ||||
Description | Unfortunately the Function Object "cloudInfo" seems to wotk only with non decomposed cases. When calling the Function Object "cloudInfo" for post processing with "ExecFlowFunctionObjects" OF seems to get stuck on the following line: Time = 0.0005 Reading phi Reading U Reading p No finite volume options present Selecting thermodynamics package { type hePsiThermo; mixture reactingMixture; transport sutherland; thermo janaf; energy sensibleEnthalpy; equationOfState perfectGas; specie specie; } Selecting chemistryReader chemkinReader Reading CHEMKIN thermo data in new file format | ||||
Additional Information | Error in MPI mode for decomposed cases: faceSource cuttingplane_average output: areaAverage(sampledSurface) for p = 99991.3 areaAverage(sampledSurface) for U = (7.71105e-05 -6.53393e-06 20.1689) areaAverage(sampledSurface) for T = 280.929 areaAverage(sampledSurface) for rho = 1.23573 areaAverage(sampledSurface) for C7H16 = 5.37203e-98 [philipp-Home:3137] *** An error occurred in MPI_Recv [philipp-Home:3137] *** on communicator MPI_COMM_WORLD [philipp-Home:3137] *** MPI_ERR_TRUNCATE: message truncated [philipp-Home:3137] *** MPI_ERRORS_ARE_FATAL: your MPI job will now abort -------------------------------------------------------------------------- mpirun has exited due to process rank 0 with PID 3137 on node philipp-Home exiting improperly. There are two reasons this could occur: 1. this process did not call "init" before exiting, but others in the job did. This can cause a job to hang indefinitely while it waits for all processes to call "init". By rule, if one process calls "init", then ALL processes must call "init" prior to termination. 2. this process called "init", but exited without calling "finalize". By rule, all processes that call "init" MUST call "finalize" prior to exiting or it will be considered an "abnormal termination" This may have caused other processes in the application to be terminated by signals sent by mpirun (as reported here). | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-03-27 13:35 |
|
New Issue | |
2014-05-12 15:13 |
|
Note Added: 0003054 | |
2014-05-12 15:13 |
|
Status | new => resolved |
2014-05-12 15:13 |
|
Fixed in Version | => 2.3.x |
2014-05-12 15:13 |
|
Resolution | open => fixed |
2014-05-12 15:13 |
|
Assigned To | => user2 |