Skip to content
Snippets Groups Projects
Commit 18a431a8 authored by William F Godoy's avatar William F Godoy
Browse files

Moving single package Thread call to upper level

parent 4f6a245a
No related branches found
No related tags found
1 merge request!198Async I/O implementation of adios Write in heat transfer examples
......@@ -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
......
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