- Feb 05, 2021
-
-
Soeren Peters authored
-
- Feb 04, 2021
-
-
Soeren Peters authored
Restructure the cmake cuda process. Remove the policy and always set CMAKE_CUDA_ARCHITECTURE to 30, if not set. This will fail when someone is trying to build with cuda 10.2 or higher, as cuda 10.2 minimum support is 52. NOTICE: preferred way is to set CMAKE_CUDA_ARCHITECTURE as cmake argument OR in the config file to the real gpu architecture. For example phoenix tesla P100 have the compute capability 60.
-
- Jan 14, 2021
-
-
Soeren Peters authored
Add gpu options to root cmake. Add the cmake option for passing the path to the numerial tests. Add git clone test to the CI.
-
- Dec 09, 2020
-
-
TESLA01\soerenpeters authored
-
- Nov 10, 2020
-
-
TESLA01\soerenpeters authored
Add a fix for the numerical tests, where all compile definitions were overwritten by set_target_properties().
-
- Oct 27, 2020
-
-
Soeren Peters authored
Add gcov cmake and a python bindings cmake option (default off). Add the compiler flags also to the test targets.
-
- Oct 23, 2020
-
-
Soeren Peters authored
-
Soeren Peters authored
-
- Oct 21, 2020
-
-
Soeren Peters authored
-
- Oct 07, 2020
-
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
In CMakeLists enables clang-tidy for all targets.
-
- Oct 02, 2020
-
-
Soeren Peters authored
-
- Oct 01, 2020
-
-
Soeren Peters authored
-
- Sep 30, 2020
-
-
Soeren Peters authored
-
- Sep 21, 2020
-
-
Soeren Peters authored
Update cmake to dev version.
-
- Sep 16, 2020
-
-
Soeren Peters authored
Remove VirtualFluidsDefinitions.h header file. Remove redundant compiler definitions from gpu.cmake.
-
Soeren Peters authored
Make use of the new cmake command: target_link_options, target_compile_options and target_compile_definitions.
-
- Sep 10, 2020
-
-
Soeren Peters authored
-
Soeren Peters authored
Move VirtualFluids header to src. Add CI file and add files, only existing in the open source version.
-
Soeren Peters authored
Therefore the muparser cmakeLists.txt was used, but a modified: - name is corresponding to the original file: muparser (in lowercases) - removed the install - adds public include directory : CMAKE_CURRENT_SOURCE_DIR/include. --> also adapt the include from the dependent fles. - adds link to OpemMP CXX 11 is now required. (CMake throws an error if cpp11 is not available).
-
- Sep 04, 2020
-
-
Soeren Peters authored
-
- Sep 03, 2020
-
-
Soeren Peters authored
-
Soeren Peters authored
-
- Sep 02, 2020
-
-
Soeren Peters authored
Make the cmake project more flexible while removing the CMAKE_SOURCE_DIR usage.
-
Soeren Peters authored
Make the cmake project more flexible while removing the CMAKE_SOURCE_DIR usage.
-
- Sep 01, 2020
-
-
Soeren Peters authored
-
- Aug 27, 2020
-
-
Soeren Peters authored
Increase required version to 3.18 and set the cmake policy CMPI0104 to NEW. Therefore the CMAKE_CUDA_ARCHITECTURES needs to be set.
-
- Aug 26, 2020
-
-
Soeren Peters authored
-
Soeren Peters authored
-
- Aug 25, 2020
-
-
Soeren Peters authored
Adds authors and contributing file. Clean up the readme file. Set the minimum cmake version to 3.13 according to the readme entry. Set the options BUILD_VF_CPU, BUILD_VF_GPU and BUILD_VF_UNIT_TEST to OFF by default.
-
- Aug 21, 2020
-
-
Soeren Peters authored
-
Soeren Peters authored
-
- Aug 20, 2020
-
-
Soeren Peters authored
Warning: [-Wbackslash-newline-escape] https://stackoverflow.com/questions/31673945/clang-backslash-and-newline-separated-by-space-in-single-line-comment
-
Soeren Peters authored
-
Soeren Peters authored
-
- Aug 19, 2020
-
-
Soeren Peters authored
-
Soeren Peters authored
-
- Aug 18, 2020
-
-
Soeren Peters authored
-
- Aug 14, 2020
-
-
Soeren Peters authored
-