Changes between Initial Version and Version 2 of Ticket #69201


Ignore:
Timestamp:
Jan 26, 2024, 6:32:23 PM (4 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69201

    • Property Keywords install openmpi removed
    • Property Cc mascguy added
  • Ticket #69201 – Description

    initial v2  
    1 I downloaded mac ports
     1I downloaded mac ports\\
    22The command
    3  sudo port install openmpi
     3{{{
     4sudo port install openmpi
    45Error: Port openmpi not found
     6}}}
    57The port routine exists in /opt/local/bin
    6  whereis port
     8{{{
     9whereis port
    710port: /opt/local/bin/port
     11}}}
    812What do I need to do to make it find openmpi?