|
[Sponsors] |
Unable to run parallel cases with OF 2.3.x in openSUSE 12.3 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 2, 2015, 16:50 |
Unable to run parallel cases with OF 2.3.x in openSUSE 12.3
|
#1 |
Senior Member
Alex
Join Date: Oct 2013
Posts: 337
Rep Power: 22 |
As the title suggests, I can't run parallel cases although the last week I could do it without any problem... :S
This is the error message provided: Code:
-------------------------------------------------------------------------- Open RTE was unable to open the hostfile: /usr/lib64/mpi/gcc/openmpi/etc/openmpi-default-hostfile Check to make sure the path and filename are correct. -------------------------------------------------------------------------- [linux-cfd:05355] [[64188,0],0] ORTE_ERROR_LOG: Not found in file base/ras_base_allocate.c at line 200 [linux-cfd:05355] [[64188,0],0] ORTE_ERROR_LOG: Not found in file base/plm_base_launch_support.c at line 99 [linux-cfd:05355] [[64188,0],0] ORTE_ERROR_LOG: Not found in file plm_rsh_module.c at line 1167 I will appreciate any advice. Regards, Alex
__________________
Web site where I present my Master's Thesis: foamingtime.wordpress.com The case I talk about in this site was solved with chtMultiRegionSimpleFoam solver and involves radiation. Some basic tutorials are also resolved step by step in the web. If you are interested in these matters, you are invited to come in! |
|
February 2, 2015, 17:42 |
|
#2 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Alex,
I know I saw a solution for this just a few days ago... let's see if I'm lucky and I can easily find it again... OK, one I saw back then was this: http://www.openfoam.org/archive/2.2.2/download/suse.php Quote:
Code:
cd /usr/lib64/mpi/gcc/openmpi/ mkdir etc cd etc ln -s /etc/openmpi-default-hostfile openmpi-default-hostfile Bruno
__________________
|
||
February 2, 2015, 18:07 |
|
#3 | |||
Senior Member
Alex
Join Date: Oct 2013
Posts: 337
Rep Power: 22 |
Dear Bruno,
Many thanks for your quick response. After having opened this thread I kept searching in the net for a solution and I got to this page. Where a method it is explained. Firstly, Alberto Passalacqua says: Quote:
Code:
Current system default: openmpi-1.6 Current user default: <none> "u" and "s" modifiers can be added to numeric and "U" commands to specify "user" or "system-wide". 1. openmpi-1.6 U. Unset default Q. Quit I kept reading the conversation of Alberto till the end till I found this: Quote:
Quote:
Well, the problem is that now it keeps crashing but the error shown the following: Code:
--> FOAM FATAL ERROR: Trying to use the dummy Pstream library. This dummy library cannot be used in parallel mode From function --> FOAM FATAL ERROR: Trying to use the dummy Pstream library. This dummy library cannot be used in parallel mode From function UPstream::init(int& argc, char**& argv) in file UPstream.C at line 37. FOAM exiting --> FOAM FATAL ERROR: Trying to use the dummy Pstream library. This dummy library cannot be used in parallel mode From function UPstream::init(int& argc, char**& argv) in file UPstream.C at line 37. FOAM exiting UPstream::init(int& argc, char**& argv) in file UPstream.C at line 37. FOAM exiting --> FOAM FATAL ERROR: Trying to use the dummy Pstream library. This dummy library cannot be used in parallel mode From function UPstream::init(int& argc, char**& argv) in file UPstream.C at line 37. FOAM exiting -------------------------------------------------------------------------- mpirun noticed that the job aborted, but has no info as to the process that caused that situation. -------------------------------------------------------------------------- Many thanks for your insight Bruno.
__________________
Web site where I present my Master's Thesis: foamingtime.wordpress.com The case I talk about in this site was solved with chtMultiRegionSimpleFoam solver and involves radiation. Some basic tutorials are also resolved step by step in the web. If you are interested in these matters, you are invited to come in! |
||||
February 2, 2015, 21:42 |
|
#4 |
Senior Member
Alex
Join Date: Oct 2013
Posts: 337
Rep Power: 22 |
Ok, finally solved!
I just recompiled Pstream within $FOAM_SRC as it's said here in the 4th point and now I can run in parallel again! I wonder if it happened because of the update I did a couple of days ago, because the last week I had no problem in running parallel cases... Thanks for your tip Bruno (althoug I just almost-solved a few minutes ago ) Regards, Alex
__________________
Web site where I present my Master's Thesis: foamingtime.wordpress.com The case I talk about in this site was solved with chtMultiRegionSimpleFoam solver and involves radiation. Some basic tutorials are also resolved step by step in the web. If you are interested in these matters, you are invited to come in! |
|
Tags |
mpirun, openmpi, parallel error, parallel execution |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] swak4foam-0.3.0 make parallel run crash on foam-extend-3.0 | Aleksey_R | OpenFOAM Community Contributions | 12 | March 22, 2019 08:57 |
Case running in serial, but Parallel run gives error | atmcfd | OpenFOAM Running, Solving & CFD | 18 | March 26, 2016 13:40 |
The results difference between parallel and serial run. | Hkp | OpenFOAM Running, Solving & CFD | 2 | April 17, 2014 03:26 |
TestCases parallel run | Emily1412 | SU2 | 3 | March 27, 2014 20:28 |
parallel Grief: BoundaryFields ok in single CPU but NOT in Parallel | JR22 | OpenFOAM Running, Solving & CFD | 2 | April 19, 2013 17:49 |