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

Parallel compuation with immersed boundary implementation in OF1.6-ext

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 17, 2014, 07:24
Default Parallel compuation with immersed boundary implementation in OF1.6-ext
  #1
Member
 
Jinbiao Xiong
Join Date: Oct 2009
Location: China/Japan
Posts: 50
Rep Power: 16
JinBiao is on a distinguished road
Send a message via MSN to JinBiao
Hi All,
I have compiled the implementation of the immersed boundary method by Hrvoje Jasak and Željko Tukovíc. I could run the tutorial cases with single processor. But when I tried to run it in the parallel mode, I got error as follows
Quote:
*** An error occurred in MPI_Recv
*** on communicator MPI_COMM_WORLD
*** MPI_ERR_TRUNCATE: message truncated
*** MPI_ERRORS_ARE_FATAL (your MPI job will now abort)
--------------------------------------------------------------------------
mpirun has exited due to process rank 2 with PID 8239 on
node jiangxi-ubuntu exiting without calling "finalize". This may
have caused other processes in the application to be
terminated by signals sent by mpirun (as reported here).
--------------------------------------------------------------------------
2 more processes have sent help message help-mpi-errors.txt / mpi_errors_are_fatal
Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages
I further checked the cause of the error and found that it occurs while executing the following lines
Quote:
fvVectorMatrix UEqn
(
fvm::ddt(U)
+ fvm::div(phi, U)
- fvm::laplacian(nu, U)
);
Anyone have a clue on what is happening and how to fix it?
Thanks a lot.

Best,
__________________
Jinbiao
JinBiao is offline   Reply With Quote

Old   January 26, 2015, 23:15
Default
  #2
New Member
 
GunHong Kim
Join Date: Aug 2009
Location: nearby Seoul
Posts: 1
Rep Power: 0
duckfly is on a distinguished road
I just wanna confirm this issue solved for someone like me.
Check Pablo Higuera's comment!
----------------Edit $WM_PROJECT_DIR/etc/controlDict and change commsType to nonBlocking .
----------------
http://www.cfd-online.com/Forums/ope...m-3-1-ext.html
duckfly 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
Implementation of boundary conditions for FVM Tom Main CFD Forum 7 August 26, 2014 05:58
Error finding variable "THERMX" sunilpatil CFX 8 April 26, 2013 07:00
parallel code samiam1000 SU2 3 March 25, 2013 04:55
immersed boundary method ghost cell implementation aliakbar6499 Main CFD Forum 0 December 18, 2012 00:57
Boundary conditions? Tom Main CFD Forum 0 November 5, 2002 01:54


All times are GMT -4. The time now is 19:03.