|
[Sponsors] |
[Other] OpenMPI Infiniband fails in Open Suse 42.3 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 14, 2017, 11:51 |
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 |
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 13:11. |
|
September 21, 2017, 09:59 |
|
#2 |
Senior Member
Derek Mitchell
Join Date: Mar 2014
Location: UK, Reading
Posts: 172
Rep Power: 13 |
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
__________________
A CHEERING BAND OF FRIENDLY ELVES CARRY THE CONQUERING ADVENTURER OFF INTO THE SUNSET Last edited by derekm; September 22, 2017 at 04:32. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] funkyDoCalc with OF2.3 massflow | NiFl | OpenFOAM Community Contributions | 14 | November 25, 2020 04:30 |
[swak4Foam] Swak4FOAM 0.2.3 / OF2.2.x installation error | FerdiFuchs | OpenFOAM Community Contributions | 27 | April 16, 2014 16:14 |
Problem installing on Ubuntu 9.10 -> 'Cannot open : No such file or directory' | mfiandor | OpenFOAM Installation | 2 | January 25, 2010 10:50 |
DxFoam reader update | hjasak | OpenFOAM Post-Processing | 69 | April 24, 2008 02:24 |
OpenFOAM with IBM AIX | matthias | OpenFOAM Installation | 20 | March 25, 2008 03:36 |