Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Podhorszki, Norbert
ADIOS2
Commits
67a6946f
Commit
67a6946f
authored
Mar 08, 2020
by
Ruonan Wang
Browse files
removed MSVC build for MpiHandshake because it does not support MPI_Comm_create_group
parent
87d19bdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/adios2/CMakeLists.txt
View file @
67a6946f
...
...
@@ -162,6 +162,7 @@ endif()
if
(
ADIOS2_HAVE_SSC
)
target_sources
(
adios2 PRIVATE
helper/adiosMpiHandshake.h helper/adiosMpiHandshake.cpp
engine/ssc/SscReader.cpp
engine/ssc/SscReader.tcc
engine/ssc/SscWriter.cpp
...
...
@@ -231,7 +232,6 @@ if(ADIOS2_HAVE_MPI)
target_sources
(
adios2 PRIVATE
core/IOMPI.cpp
helper/adiosCommMPI.h helper/adiosCommMPI.cpp
helper/adiosMpiHandshake.h helper/adiosMpiHandshake.cpp
engine/insitumpi/InSituMPIWriter.cpp engine/insitumpi/InSituMPIWriter.tcc
engine/insitumpi/InSituMPIReader.cpp engine/insitumpi/InSituMPIReader.tcc
engine/insitumpi/InSituMPIFunctions.cpp engine/insitumpi/InSituMPISchedules.cpp
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment