eschnett / mpi-hs

MPI bindings for Haskell
Other
16 stars 3 forks source link

WiP: Support for MVAPICH3 #6

Open sheepforce opened 7 months ago

sheepforce commented 7 months ago

Adds another cabal flag for MVAPICH3 support. In MVAPICH3 the pkg-config name was changed from mvapich2 to merely mvapich, so not both versions can simultaenously be handled by the same flag.

TODO: