|
[Sponsors] |
[OpenFOAM.org] OpenMPI Installation with OpenFOAM 3.0 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 28, 2015, 20:13 |
OpenMPI Installation with OpenFOAM 3.0
|
#1 |
New Member
J Collins
Join Date: Feb 2015
Posts: 14
Rep Power: 11 |
Hi All,
On installing OpenFOAM 3.0 to Ubuntu 14.04 using the standard instructions, everything seems to be working fine with the exception of OpenMPI. As a test, if I use Code:
sudo mpirun --np 2 ls Code:
mpirun --np 2 ls Code:
-------------------------------------------------------------------------- It looks like opal_init failed for some reason; your parallel process is likely to abort. There are many reasons that a parallel process can fail during opal_init; some of which are due to configuration or environment problems. This failure appears to be an internal failure; here's some additional information (which may only be relevant to an Open MPI developer): opal_shmem_base_select failed --> Returned value -1 instead of OPAL_SUCCESS -------------------------------------------------------------------------- Cheers |
|
December 29, 2015, 06:03 |
|
#2 |
New Member
J Collins
Join Date: Feb 2015
Posts: 14
Rep Power: 11 |
All has been resolved with a full system restart. I had made some other system updates that may have been standing in the way. No conclusive answer unfortunately.
|
|
December 29, 2015, 06:46 |
|
#3 | ||
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings JCollins,
Quote:
If you followed the instructions for the Ubuntu Deb Package, did you do this step? Quote:
Best regards, Bruno
__________________
|
|||
December 29, 2015, 10:40 |
|
#4 |
New Member
J Collins
Join Date: Feb 2015
Posts: 14
Rep Power: 11 |
Hi Bruno,
Yes they are the exact instructions I followed. I substituted opening a new terminal for calling Code:
$ source ~/.bashrc I did not run the icoFoam but instead started with an existing model I had and proceeded to blockMesh etc. I felt this achieved a similar goal of validating the installation. calling Code:
$ which blockMesh |
|
December 29, 2015, 11:35 |
|
#5 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quote:
But either way, this sounds like a usual issue with installing Open-MPI at the system level, namely with apt-get in this case. The issue is that the shell environment is not fully updated in situations like these:
By the way, using which only tells you where the application is located. Only either by running the application or by using ldd can we be certain that the installation is working as intended. For example: Code:
ldd $(which blockMesh) |
||
Tags |
openfoam 3.0.0, openmpi |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[foam-extend.org] problems with openFoam extend 3.0 installation | AmirBaqa1987 | OpenFOAM Installation | 1 | December 20, 2016 20:17 |
Openfoam 2.1 installation in ubuntu 12.04 | jsm | OpenFOAM Installation | 11 | May 7, 2012 05:56 |
New OpenFOAM Forum Structure | jola | OpenFOAM | 2 | October 19, 2011 07:55 |
OpenFOAM 1.7.1 installation problem on Fedora 14 | armonica | OpenFOAM Installation | 16 | March 31, 2011 14:16 |
Installation of OpenFOAM 1.7.1 to OprnSUSE 11.2 | superfxfund | OpenFOAM Installation | 3 | November 11, 2010 03:15 |