Skip to content
Snippets Groups Projects
Commit 7c87f021 authored by Soeren Peters's avatar Soeren Peters
Browse files

Switch image version 1.3 and add VF_MPI compiler definition again for gpu version as well.

parent f38f863c
No related branches found
No related tags found
1 merge request!107Switch image version 1.3 and add VF_MPI compiler definition again for gpu version as well.
{
{
"name": "virtual-fluids-environment",
"extensions": [
"mhutchie.git-graph",
......@@ -11,5 +11,5 @@
"streetsidesoftware.code-spell-checker"
],
"runArgs": ["--gpus","all"],
"image": "git.rz.tu-bs.de:4567/irmb/virtualfluids/ubuntu20_04:1.2"
"image": "git.rz.tu-bs.de:4567/irmb/virtualfluids/ubuntu20_04:1.3"
}
......@@ -170,9 +170,7 @@ endif()
if(BUILD_USE_MPI)
find_package(MPI REQUIRED)
if(BUILD_VF_CPU)
list(APPEND VF_COMPILER_DEFINITION VF_MPI)
endif()
list(APPEND VF_COMPILER_DEFINITION VF_MPI)
endif()
# boost
......
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