Changes between Initial Version and Version 2 of Ticket #55476


Ignore:
Timestamp:
Dec 6, 2017, 2:18:20 PM (6 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55476 – Description

    initial v2  
    22
    33I am trying to install two versions of openmpi. I already have @3.0.0 installed, but it seems to be somewhat incompatible to hdf5. For debugging reasons, I tried to install openmpi 1.10 using the following command:
    4 
     4{{{
    55sudo port install openmpi-gcc7 @1.10 +threads
    6 
     6}}}
    77It shows no error and installs properly, but it installs the wrong version, 3.0.0, which is already installed. In fact it does not build anything: it only scans for errors and proceeds.
    88