File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- 0.4.0
1+ 0.4.1
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.13)
22project (convolution LANGUAGES CXX)
33
4- find_package (Celerity 0.4.0 REQUIRED)
4+ find_package (Celerity 0.4.1 REQUIRED)
55
66add_executable (convolution convolution.cc)
77set_property (TARGET convolution PROPERTY CXX_STANDARD 17)
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.13)
22project (distr_io LANGUAGES CXX)
33
4- find_package (Celerity 0.4.0 REQUIRED)
4+ find_package (Celerity 0.4.1 REQUIRED)
55find_package (PkgConfig REQUIRED)
66pkg_search_module(HDF5 REQUIRED IMPORTED_TARGET hdf5-openmpi hdf5-1.12.0 hdf5)
77
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.13)
22project (hello_world LANGUAGES CXX)
33
4- find_package (Celerity 0.4.0 REQUIRED)
4+ find_package (Celerity 0.4.1 REQUIRED)
55
66add_executable (hello_world hello_world.cc)
77set_property (TARGET hello_world PROPERTY CXX_STANDARD 17)
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.13)
22project (matmul LANGUAGES CXX)
33
4- find_package (Celerity 0.4.0 REQUIRED)
4+ find_package (Celerity 0.4.1 REQUIRED)
55
66add_executable (matmul matmul.cc)
77set_property (TARGET matmul PROPERTY CXX_STANDARD 17)
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.13)
22project (syncing LANGUAGES CXX)
33
4- find_package (Celerity 0.4.0 REQUIRED)
4+ find_package (Celerity 0.4.1 REQUIRED)
55if (NOT CELERITY_FEATURE_SCALAR_REDUCTIONS)
66 message (SEND_ERROR "Your Celerity installation does not support reductions. Skip this example." )
77endif ()
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.13)
22project (syncing LANGUAGES CXX)
33
4- find_package (Celerity 0.4.0 REQUIRED)
4+ find_package (Celerity 0.4.1 REQUIRED)
55
66add_executable (syncing syncing.cc)
77set_property (TARGET syncing PROPERTY CXX_STANDARD 17)
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.13)
22project (wave_sim LANGUAGES CXX)
33
4- find_package (Celerity 0.4.0 REQUIRED)
4+ find_package (Celerity 0.4.1 REQUIRED)
55
66add_executable (wave_sim wave_sim.cc)
77set_property (TARGET wave_sim PROPERTY CXX_STANDARD 17)
You can’t perform that action at this time.
0 commit comments