Ticket #39438: OpenMPI171.Portfile.patch

File OpenMPI171.Portfile.patch, 454 bytes (added by hans.ekkehard.plesser@…, 11 years ago)

Patch that appears to solve this bug (at least on my machine, no warranties).

  • Portfile

    old new  
    6464}
    6565
    6666variant threads description {enable threads for MPI applications} {
    67         configure.args-append --enable-mpi-thread-multiple
     67        configure.args-append --enable-event-thread-support --enable-opal-multi-threads --enable-orte-progress-threads --enable-mpi-thread-multiple
    6868}
    6969
    7070variant valgrind description {enable valgrind support} {