Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ParMmg VTK components requirement if Mmg is built with -DPMMG_CALL arg #233

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

Algiane
Copy link
Member

@Algiane Algiane commented Dec 7, 2023

To use VTK in ParMmg we need the ParallelCore and ParallelMPI components of VTK while they are not needed by Mmg. This could lead to different results in the detection of VTK in Mmg (detection of VTK) and ParMmg (no detection of VTK due to missing ParallelCore and/or ParallelMPI components). In this case, the ParMmg compilation was failing at link edition due to missing symbols.

The current PR allow to provide manually, using the -DPMMG_CALL=1 CMake command line argument, the information that Mmg is built to be linked with ParMmg and we will need the Parallel* VTK components.

@Algiane Algiane added kind: bug error or fault part: cmake cmake part part: compilation compilation related part: I/O specific to I/Os priority: high linked to blocking behaviour or to a close deadline labels Dec 7, 2023
@Algiane Algiane self-assigned this Dec 7, 2023
@Algiane Algiane merged commit 3a5e3ab into develop Dec 8, 2023
23 checks passed
@Algiane Algiane deleted the feature/vtk-components-for-ParMmg branch December 8, 2023 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug error or fault part: cmake cmake part part: compilation compilation related part: I/O specific to I/Os priority: high linked to blocking behaviour or to a close deadline
Projects
Development

Successfully merging this pull request may close these issues.

1 participant