Skip to content
Snippets Groups Projects
Commit 9b6c5218 authored by Martin Schönherr's avatar Martin Schönherr :speech_balloon:
Browse files

Merge branch 'develop' into developMartin

parents 5eb6d1dc 85dac80b
No related branches found
No related tags found
1 merge request!102cleanup
......@@ -16,10 +16,17 @@ __pycache__/
.devcontainer/
.sync/
.idea/
.vscode-server
# Simulation results
output/
logs/
# Input files
stl/
# Scripts
scripts/
# MacOS
.DS_Store
......@@ -170,7 +170,9 @@ endif()
if(BUILD_USE_MPI)
find_package(MPI REQUIRED)
#list(APPEND VF_COMPILER_DEFINITION VF_MPI)
if(BUILD_VF_CPU)
list(APPEND VF_COMPILER_DEFINITION VF_MPI)
endif()
endif()
# boost
......
......@@ -45,4 +45,4 @@ RUN apt-get update && \
pyvista \
numpy \
ansible \
gcovr==5.1
\ No newline at end of file
'jinja2<3.1' gcovr==5.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment