|
[Sponsors] |
June 27, 2017, 09:30 |
pimpleDYMFoam doesn't work in parallel
|
#1 |
Member
Join Date: May 2017
Posts: 38
Rep Power: 9 |
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. Thanks in advance |
|
July 11, 2017, 04:44 |
MPi problem
|
#2 | |
Senior Member
sandy
Join Date: Feb 2016
Location: .
Posts: 117
Rep Power: 10 |
Quote:
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 |
||
|
|
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 |