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
fb66e23c
Commit
fb66e23c
authored
7 years ago
by
pnorbert
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #63 from pnorbert/adios1
Fix name of heatTransfer_read
parents
1286cae4
0e1f68a9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/heatTransfer/read/CMakeLists.txt
+3
-3
3 additions, 3 deletions
examples/heatTransfer/read/CMakeLists.txt
with
3 additions
and
3 deletions
examples/heatTransfer/read/CMakeLists.txt
+
3
−
3
View file @
fb66e23c
...
...
@@ -8,11 +8,11 @@ if(ADIOS_USE_MPI)
find_package
(
ADIOS1 REQUIRED
)
find_package
(
MPI COMPONENTS C REQUIRED
)
add_executable
(
hea
d
Transfer_read_adios1 heatRead_adios1.cpp PrintData.cpp
)
target_include_directories
(
hea
d
Transfer_read_adios1
add_executable
(
hea
t
Transfer_read_adios1 heatRead_adios1.cpp PrintData.cpp
)
target_include_directories
(
hea
t
Transfer_read_adios1
PRIVATE
${
MPI_C_INCLUDE_PATH
}
)
target_link_libraries
(
hea
d
Transfer_read_adios1
target_link_libraries
(
hea
t
Transfer_read_adios1
adios1::adios
${
MPI_C_LIBRARIES
}
)
...
...
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