Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADIOS2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Podhorszki, Norbert
ADIOS2
Commits
dc8f709b
Commit
dc8f709b
authored
7 years ago
by
Podhorszki, Norbert
Browse files
Options
Downloads
Patches
Plain Diff
fix build after removing example codes
parent
c4f2931d
No related branches found
No related tags found
1 merge request
!343
Names of engines in Open: BPFile, DataMan, HDF5, ADIOS1. Case insensi…
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/heatTransfer/read_fileonly/CMakeLists.txt
+4
-4
4 additions, 4 deletions
examples/heatTransfer/read_fileonly/CMakeLists.txt
examples/heatTransfer/write/CMakeLists.txt
+0
-11
0 additions, 11 deletions
examples/heatTransfer/write/CMakeLists.txt
with
4 additions
and
15 deletions
examples/heatTransfer/read_fileonly/CMakeLists.txt
+
4
−
4
View file @
dc8f709b
...
@@ -7,10 +7,10 @@ if(ADIOS2_HAVE_MPI)
...
@@ -7,10 +7,10 @@ if(ADIOS2_HAVE_MPI)
add_executable
(
heatTransfer_read_fileonly_adios2 heatRead_adios2.cpp PrintData.h
)
add_executable
(
heatTransfer_read_fileonly_adios2 heatRead_adios2.cpp PrintData.h
)
target_link_libraries
(
heatTransfer_read_fileonly_adios2 adios2 MPI::MPI_C
)
target_link_libraries
(
heatTransfer_read_fileonly_adios2 adios2 MPI::MPI_C
)
if
(
ADIOS2_HAVE_HDF5
)
#
if(ADIOS2_HAVE_HDF5)
add_executable
(
heatTransfer_read_fileonly_
a2
h5 heatRead_
a2
h5.cpp PrintData.h
)
#
add_executable(heatTransfer_read_fileonly_h5 heatRead_h5.cpp PrintData.h)
target_link_libraries
(
heatTransfer_read_fileonly_
a2
h5 adios2 MPI::MPI_C
)
#
target_link_libraries(heatTransfer_read_fileonly_h5 adios2 MPI::MPI_C)
endif
()
#
endif()
if
(
ADIOS2_HAVE_ADIOS1
)
if
(
ADIOS2_HAVE_ADIOS1
)
add_executable
(
heatTransfer_read_fileonly_adios1 heatRead_adios1.cpp PrintData.h
)
add_executable
(
heatTransfer_read_fileonly_adios1 heatRead_adios1.cpp PrintData.h
)
...
...
This diff is collapsed.
Click to expand it.
examples/heatTransfer/write/CMakeLists.txt
+
0
−
11
View file @
dc8f709b
...
@@ -63,17 +63,6 @@ if(ADIOS2_HAVE_MPI)
...
@@ -63,17 +63,6 @@ if(ADIOS2_HAVE_MPI)
${
HDF5_C_LIBRARIES
}
MPI::MPI_C
${
CMAKE_THREAD_LIBS_INIT
}
${
HDF5_C_LIBRARIES
}
MPI::MPI_C
${
CMAKE_THREAD_LIBS_INIT
}
)
)
add_executable
(
heatTransfer_write_a2h5
main.cpp
HeatTransfer.cpp
Settings.cpp
IO_ph5_adios2.cpp
)
target_link_libraries
(
heatTransfer_write_a2h5
adios2 MPI::MPI_C
${
CMAKE_THREAD_LIBS_INIT
}
)
if
(
HDF5_VERSION VERSION_LESS 1.11
)
if
(
HDF5_VERSION VERSION_LESS 1.11
)
else
()
else
()
add_executable
(
heatTransfer_write_h5mixer
add_executable
(
heatTransfer_write_h5mixer
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment