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

Parallel Simulation Issues

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 4, 2016, 22:26
Default Parallel Simulation Issues
  #1
New Member
 
TN
Join Date: Nov 2015
Location: TN, USA
Posts: 9
Rep Power: 10
demolaoye is on a distinguished road
Hello, OpenFoam users.

I am trying to execute a parallel simulation. However, each time, I get this error:

"
[rho00.local:27980] *** An error occurred in MPI_Recv
[rho00.local:27980] *** on communicator MPI_COMM_WORLD
[rho00.local:27980] *** MPI_ERR_TRUNCATE: message truncated
[rho00.local:27980] *** MPI_ERRORS_ARE_FATAL: your MPI job will now abort
--------------------------------------------------------------------------
mpirun has exited due to process rank 1 with PID 27980 on
node rho00.local 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).
--------------------------------------------------------------------------
[rho00.local:27976] 1 more process has sent help message help-mpi-errors.txt / mpi_errors_are_fatal
[rho00.local:27976] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages
"

I would like helpful tips on what to add or tweak to resolve this issue. Note that the case runs well when executed using single processor.

Thank you.

--
Oluwafemi
demolaoye is offline   Reply With Quote

Old   June 8, 2016, 07:42
Default
  #2
Member
 
Andreas Weber
Join Date: Jun 2014
Posts: 37
Rep Power: 11
a.weber is on a distinguished road
Thats very little information... but at first you can always try the debugging tool:

Code:
mpirunDebug -np <n> <application> -parallel
a.weber is offline   Reply With Quote

Reply


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
Explicitly filtered LES saeedi Main CFD Forum 16 October 14, 2015 11:58
simpleFoam parallel AndrewMortimer OpenFOAM Running, Solving & CFD 12 August 7, 2015 18:45
Contact Angle lost in parallel simulation? gironidegirona Main CFD Forum 0 October 9, 2014 15:43
Parallel Deforming Mesh Simulation Tristan CFX 1 January 28, 2009 17:59
Windows 64-bit, Distributed Parallel Run Issues... Erich CFX 3 March 28, 2006 16:36


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