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

pimpleDYMFoam doesn't work in parallel

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 27, 2017, 09:30
Default pimpleDYMFoam doesn't work in parallel
  #1
Member
 
Join Date: May 2017
Posts: 38
Rep Power: 8
decibelle is on a distinguished road
Hello,

I work on a case in pimpleDyMFoam, when I run the tutorial in series it works but it doesn't work when it's running in parallel and I receive this fatal error:

Code:
An MPI process has executed an operation involving a call to the
"fork()" system call to create a child process.  Open MPI is currently
operating in a condition that could result in memory corruption or
other system errors; your MPI job may hang, crash, or produce silent
data corruption.  The use of fork() (or system() or other calls that
create child processes) is strongly discouraged.

The process that invoked fork was:

  Local host:          cfdnode01 (PID 25306)
  MPI_COMM_WORLD rank: 3

If you are *absolutely sure* that your application will successfully
and correctly survive a call to fork(), you may disable this warning
by setting the mpi_warn_on_fork MCA parameter to 0.
Someone know what's happened?

Thanks in advance
decibelle is offline   Reply With Quote

Old   July 11, 2017, 04:44
Wink MPi problem
  #2
Senior Member
 
sandy
Join Date: Feb 2016
Location: .
Posts: 117
Rep Power: 10
saddy is on a distinguished road
Quote:
Originally Posted by decibelle View Post
Hello,

I work on a case in pimpleDyMFoam, when I run the tutorial in series it works but it doesn't work when it's running in parallel and I receive this fatal error:

Code:
An MPI process has executed an operation involving a call to the
"fork()" system call to create a child process.  Open MPI is currently
operating in a condition that could result in memory corruption or
other system errors; your MPI job may hang, crash, or produce silent
data corruption.  The use of fork() (or system() or other calls that
create child processes) is strongly discouraged.

The process that invoked fork was:

  Local host:          cfdnode01 (PID 25306)
  MPI_COMM_WORLD rank: 3

If you are *absolutely sure* that your application will successfully
and correctly survive a call to fork(), you may disable this warning
by setting the mpi_warn_on_fork MCA parameter to 0.
Someone know what's happened?

Thanks in advance
okk from what you have shown here ,it looks like there could be two reasons
1. your openmpi is not correctly insatalled. in that case you first make sure other parallel in built tutorials are running, eg interdymfoam tutorials, interphasechangedymfoam tutorials , pimpledymfoam foam tutorials
if all these 3 tutorials are runing correctly
then it means mpi is runnning and properly installed , it also means you have not setup your problem correctly
2 if tutorials fail to run, then openmpi is not properly installed. so go in third party folder and run allwmake again, or u just run allwmake or makeopnmpi script whatever is there to reinstall openmpi again. thanks
saddy 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
foam-extend-4.0 pimpleDyMFoam stops suddenly when running in parallel icab OpenFOAM Running, Solving & CFD 1 May 17, 2017 13:21
chtMultiRegionSimpleFoam: crash on parallel run student666 OpenFOAM Running, Solving & CFD 3 April 20, 2017 12:05
simpleFoam parallel AndrewMortimer OpenFOAM Running, Solving & CFD 12 August 7, 2015 19:45
RP_Set_Integer does not work in parallel 86lolo Fluent UDF and Scheme Programming 2 July 3, 2014 12:37
Cases with small length scale work fine on a single processor but fail in parallel adona058 OpenFOAM Bugs 5 April 17, 2009 05:41


All times are GMT -4. The time now is 18:48.