Skip to content
Snippets Groups Projects
Commit 9b6c5218 authored by Martin Schönherr's avatar Martin Schönherr 💬
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__/ ...@@ -16,10 +16,17 @@ __pycache__/
.devcontainer/ .devcontainer/
.sync/ .sync/
.idea/ .idea/
.vscode-server
# Simulation results # Simulation results
output/ output/
logs/ logs/
# Input files
stl/
# Scripts
scripts/
# MacOS # MacOS
.DS_Store .DS_Store
...@@ -170,7 +170,9 @@ endif() ...@@ -170,7 +170,9 @@ endif()
if(BUILD_USE_MPI) if(BUILD_USE_MPI)
find_package(MPI REQUIRED) find_package(MPI REQUIRED)
#list(APPEND VF_COMPILER_DEFINITION VF_MPI) if(BUILD_VF_CPU)
list(APPEND VF_COMPILER_DEFINITION VF_MPI)
endif()
endif() endif()
# boost # boost
......
...@@ -45,4 +45,4 @@ RUN apt-get update && \ ...@@ -45,4 +45,4 @@ RUN apt-get update && \
pyvista \ pyvista \
numpy \ numpy \
ansible \ ansible \
gcovr==5.1 'jinja2<3.1' gcovr==5.0
\ No newline at end of file
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