Skip to content

How do I enable MPI in a CMake install? #349

@VictorEijkhout

Description

@VictorEijkhout

Based on the line

add_feature_info(MPI P4EST_ENABLE_MPI "MPI features of ${PROJECT_NAME}")
``
I tried both 

-D P4EST_ENABLE_MPI=ON
-D CMAKE_P4EST_ENABLE_MPI=ON

but both lead to 

-- The following features have been disabled:

  • MPI, MPI features of P4EST
and the second one leads to all sorts of other mayhem.

So how *do* I enable MPI?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions