CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Post-Processing (https://www.cfd-online.com/Forums/openfoam-post-processing/)
-   -   PostChannel in parallel (https://www.cfd-online.com/Forums/openfoam-post-processing/61459-postchannel-parallel.html)

maka May 29, 2006 06:53

I'm postprocessing big data in
 
I'm postprocessing big data in parallel with postChannel utility. I noticed that postChannel does not work in parallel and breaks with the following error. I tried to run postChannel on tutorial case Channel395 and it gave the same error. My guess is that the code responsible for collapsing the field does not work in parallel since it needs to communicate with other processors to do the collapsing. I tried to force the code to collapse the fields at the end, and it only broke at the end, which means averaging works well in parallel. Can any body help solving this problem?

here is the error message:

Create time

Create mesh for time = 120


Reading transportProperties
Collapsing fields for time constant
Collapsing fields for time 40
-----------------------------------------------------------------------------
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 19000 failed on node n1 (192.168.192.20) due to signal 11.
-----------------------------------------------------------------------------


best regards,
Maka

maka May 30, 2006 05:37

Also nAveragingSteps.raw is no
 
Also nAveragingSteps.raw is not copied by reconstructPar to the reconstructed folder and has to be copied manually. This refers to V 1.2.

regards,
Maka

mmmn036 November 4, 2015 23:05

I had the similar problem to run postChannel in parallel as my mesh is very fine with huge mesh points. Does any body how the postChannel will work in parallel or within simulation run?

I would appreciate any suggestions.

Thanks
MMMN


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