Ticket #31244: Portfile-openmpi.diff

File Portfile-openmpi.diff, 560 bytes (added by justus.c79@…, 13 years ago)

Fix the configure options for +threads and +progressthreads

  • Portfile

    old new  
    6262}
    6363
    6464variant threads description {enable threads for MPI applications} {
    65         configure.args-append --enable-mpi-threads
     65        configure.args-append --enable-mpi-thread-multiple
    6666}
    6767
    6868variant progressthreads description {enable threads asynchronous communication progress} {
    69         configure.args-append --enable-progress-threads
     69        configure.args-append --enable-opal-progress-threads
    7070}
    7171
    7272variant valgrind description {enable valgrind support} {