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

[Other] OpenMPI Infiniband fails in Open Suse 42.3

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 14, 2017, 10:51
Default OpenMPI Infiniband fails in Open Suse 42.3
  #1
Senior Member
 
Derek Mitchell
Join Date: Mar 2014
Location: UK, Reading
Posts: 172
Rep Power: 13
derekm is on a distinguished road
ON open Suse 42.3 If you take the current distro version of Openmpi (1.10.6) You find that infiniband fails to work even if you installed infiniband correctly.
You will find although the distro has support for infiniband and for infiniband in openmpi it refuses to see it.
This is because opensuse in their wisdom complied openmpi with MPI_THREAD_MULTIPLE.
This feature is broken until version 2.something of openmpi and openib with MPI_THREAD_MULTIPLE is definitely not supported in openmpi 1.10 so openib never starts.

A bug has been reported with opensuse
__________________
A CHEERING BAND OF FRIENDLY ELVES CARRY THE CONQUERING ADVENTURER OFF INTO THE SUNSET

Last edited by derekm; September 14, 2017 at 12:11.
derekm is offline   Reply With Quote

Old   September 21, 2017, 08:59
Default
  #2
Senior Member
 
Derek Mitchell
Join Date: Mar 2014
Location: UK, Reading
Posts: 172
Rep Power: 13
derekm is on a distinguished road
To fix this you need to recompile openmpi.

Download openmpi-1.10.7-1.x86_64.src.rpm
from the open mpi website then
using Yast remove all of the openmpi 1.10.6 packages then:
Code:
sudo rpm -i openmpi-1.10.7-1.x86_64.src.rpm
cd /usr/src/packages/SPECS
sudo rpmbuild -bb  openmpi-1.10.7.spec --define='build_all_in_one_rpm 0'
cd /usr/src/packages/RPMS/x86_64
sudo rpm -i openmpi-docs-1.10.7-1.x86_64.rpm openmpi-runtime-1.10.7-1.x86_64.rpm openmpi-devel-1.10.7-1.x86_64.rpm
Then install OpenFOAM.
__________________
A CHEERING BAND OF FRIENDLY ELVES CARRY THE CONQUERING ADVENTURER OFF INTO THE SUNSET

Last edited by derekm; September 22, 2017 at 03:32.
derekm is offline   Reply With Quote

Reply


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
[swak4Foam] funkyDoCalc with OF2.3 massflow NiFl OpenFOAM Community Contributions 14 November 25, 2020 03:30
[swak4Foam] Swak4FOAM 0.2.3 / OF2.2.x installation error FerdiFuchs OpenFOAM Community Contributions 27 April 16, 2014 15:14
Problem installing on Ubuntu 9.10 -> 'Cannot open : No such file or directory' mfiandor OpenFOAM Installation 2 January 25, 2010 09:50
DxFoam reader update hjasak OpenFOAM Post-Processing 69 April 24, 2008 01:24
OpenFOAM with IBM AIX matthias OpenFOAM Installation 20 March 25, 2008 02:36


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