Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_io
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_io
Commits
8315de35
Commit
8315de35
authored
3 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into develop
parents
ed8368b2
14dae8cc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#2846
failed
3 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/CMakeLists.txt
+25
-10
25 additions, 10 deletions
src/CMakeLists.txt
with
25 additions
and
10 deletions
src/CMakeLists.txt
+
25
−
10
View file @
8315de35
...
@@ -6,6 +6,7 @@ if (CUDA_ON_CPU)
...
@@ -6,6 +6,7 @@ if (CUDA_ON_CPU)
add_definitions
(
-DCUDA_ON_CPU
)
add_definitions
(
-DCUDA_ON_CPU
)
endif
()
endif
()
add_executable
(
io main.cpp
add_executable
(
io main.cpp
MetaParser/MetaParser_unit_test.cpp
MetaParser/MetaParser_unit_test.cpp
HDF5_wr/HDF5_writer_cuda.cu
HDF5_wr/HDF5_writer_cuda.cu
...
@@ -21,6 +22,10 @@ if ( CMAKE_COMPILER_IS_GNUCC )
...
@@ -21,6 +22,10 @@ if ( CMAKE_COMPILER_IS_GNUCC )
endif
()
endif
()
endif
()
endif
()
if
(
CMAKE_CUDA_COMPILER_ID STREQUAL
"Clang"
)
add_definitions
(
-D__STRICT_ANSI__
)
endif
()
###########################
###########################
if
(
CUDA_FOUND
)
if
(
CUDA_FOUND
)
...
@@ -73,18 +78,22 @@ endif()
...
@@ -73,18 +78,22 @@ endif()
install
(
FILES RawReader/RawReader.hpp
install
(
FILES RawReader/RawReader.hpp
RawReader/RawReader_unit_tests.hpp
RawReader/RawReader_unit_tests.hpp
DESTINATION openfpm_io/include/RawReader
)
DESTINATION openfpm_io/include/RawReader
COMPONENT OpenFPM
)
install
(
FILES CSVWriter/csv_multiarray.hpp
install
(
FILES CSVWriter/csv_multiarray.hpp
CSVWriter/CSVWriter.hpp
CSVWriter/CSVWriter.hpp
CSVWriter/is_csv_writable.hpp
CSVWriter/is_csv_writable.hpp
DESTINATION openfpm_io/include/CSVWriter/
)
DESTINATION openfpm_io/include/CSVWriter/
COMPONENT OpenFPM
)
install
(
FILES GraphMLWriter/GraphMLWriter.hpp
install
(
FILES GraphMLWriter/GraphMLWriter.hpp
DESTINATION openfpm_io/include/GraphMLWriter
)
DESTINATION openfpm_io/include/GraphMLWriter
COMPONENT OpenFPM
)
install
(
FILES util/util.hpp util/GBoxes.hpp
install
(
FILES util/util.hpp util/GBoxes.hpp
DESTINATION openfpm_io/include/util
)
DESTINATION openfpm_io/include/util
COMPONENT OpenFPM
)
install
(
FILES VTKWriter/VTKWriter.hpp
install
(
FILES VTKWriter/VTKWriter.hpp
VTKWriter/byteswap_portable.hpp
VTKWriter/byteswap_portable.hpp
...
@@ -96,10 +105,12 @@ install(FILES VTKWriter/VTKWriter.hpp
...
@@ -96,10 +105,12 @@ install(FILES VTKWriter/VTKWriter.hpp
VTKWriter/VTKWriter_grids_util.hpp
VTKWriter/VTKWriter_grids_util.hpp
VTKWriter/VTKWriter_vector_box.hpp
VTKWriter/VTKWriter_vector_box.hpp
VTKWriter/is_vtk_writable.hpp
VTKWriter/is_vtk_writable.hpp
DESTINATION openfpm_io/include/VTKWriter/
)
DESTINATION openfpm_io/include/VTKWriter/
COMPONENT OpenFPM
)
install
(
FILES MetaParser/MetaParser.hpp
install
(
FILES MetaParser/MetaParser.hpp
DESTINATION openfpm_io/include/MetaParser/
)
DESTINATION openfpm_io/include/MetaParser/
COMPONENT OpenFPM
)
install
(
FILES HDF5_wr/HDF5_wr.hpp
install
(
FILES HDF5_wr/HDF5_wr.hpp
HDF5_wr/HDF5_writer.hpp
HDF5_wr/HDF5_writer.hpp
...
@@ -108,16 +119,20 @@ install(FILES HDF5_wr/HDF5_wr.hpp
...
@@ -108,16 +119,20 @@ install(FILES HDF5_wr/HDF5_wr.hpp
HDF5_wr/HDF5_reader_gd.hpp
HDF5_wr/HDF5_reader_gd.hpp
HDF5_wr/HDF5_reader.hpp
HDF5_wr/HDF5_reader.hpp
HDF5_wr/HDF5_reader_vd.hpp
HDF5_wr/HDF5_reader_vd.hpp
DESTINATION openfpm_io/include/HDF5_wr
)
DESTINATION openfpm_io/include/HDF5_wr
COMPONENT OpenFPM
)
install
(
FILES RawReader/InitGridWithPixel.hpp
install
(
FILES RawReader/InitGridWithPixel.hpp
DESTINATION openfpm_io/include/RawReader/
)
DESTINATION openfpm_io/include/RawReader/
COMPONENT OpenFPM
)
install
(
FILES util/PathsAndFiles.hpp
install
(
FILES util/PathsAndFiles.hpp
DESTINATION openfpm_io/include/util
)
DESTINATION openfpm_io/include/util
COMPONENT OpenFPM
)
install
(
FILES Plot/GoogleChart.hpp Plot/util.hpp
install
(
FILES Plot/GoogleChart.hpp Plot/util.hpp
DESTINATION openfpm_io/include/Plot
)
DESTINATION openfpm_io/include/Plot
COMPONENT OpenFPM
)
#if(BUILD_TESTING)
#if(BUILD_TESTING)
...
...
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