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
18a431a8
Commit
18a431a8
authored
7 years ago
by
William F Godoy
Browse files
Options
Downloads
Patches
Plain Diff
Moving single package Thread call to upper level
parent
4f6a245a
No related branches found
No related tags found
1 merge request
!198
Async I/O implementation of adios Write in heat transfer examples
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/heatTransfer/write/CMakeLists.txt
+0
-4
0 additions, 4 deletions
examples/heatTransfer/write/CMakeLists.txt
with
0 additions
and
4 deletions
examples/heatTransfer/write/CMakeLists.txt
+
0
−
4
View file @
18a431a8
...
...
@@ -24,7 +24,6 @@ if(ADIOS2_HAVE_MPI)
if
(
ADIOS2_HAVE_ADIOS1
)
find_package
(
ADIOS1 REQUIRED
)
find_package
(
MPI COMPONENTS C REQUIRED
)
find_package
(
Threads REQUIRED
)
add_executable
(
heatTransfer_write_adios1
main.cpp
...
...
@@ -43,7 +42,6 @@ if(ADIOS2_HAVE_MPI)
if
(
ADIOS2_HAVE_HDF5
)
find_package
(
HDF5 REQUIRED
)
find_package
(
MPI COMPONENTS C REQUIRED
)
find_package
(
Threads REQUIRED
)
add_executable
(
heatTransfer_write_hdf5
main.cpp
...
...
@@ -63,7 +61,6 @@ if(ADIOS2_HAVE_MPI)
if
(
ADIOS2_HAVE_HDF5
)
find_package
(
HDF5 REQUIRED
)
find_package
(
MPI COMPONENTS C REQUIRED
)
find_package
(
Threads REQUIRED
)
add_executable
(
heatTransfer_write_ph5
main.cpp
...
...
@@ -82,7 +79,6 @@ if(ADIOS2_HAVE_MPI)
if
(
ADIOS2_HAVE_HDF5
)
find_package
(
MPI COMPONENTS C REQUIRED
)
find_package
(
Threads REQUIRED
)
add_executable
(
heatTransfer_write_a2h5
main.cpp
...
...
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