- Sep 18, 2023
-
-
Soeren Peters authored
-
- Jul 24, 2023
-
-
Soeren Peters authored
-
Soeren Peters authored
- renamed the mpi module to parallel - removed the communicationRoutine interface from gpu. gpu now also uses the communicator interface from parallel - added missing functionality in parallel/Communicator - moved ws2_32 library dependency on windows from VirtualFluids_GPU to parallel
-
- Jul 17, 2023
-
-
- Jul 05, 2023
-
-
Soeren Peters authored
Update ci jobs to new image 1.1. Add clangd file to satisfy clangd when indexing cuda files. For the same reason disable cuda response files for includes.
-
- Jun 23, 2023
-
-
Soeren Peters authored
Extract Scaling and interpolation from CF Interpolation to generalize this behavior for CPU and GPU.
-
- May 20, 2023
-
-
Soeren Peters authored
-
- May 09, 2023
- Apr 12, 2023
-
-
Soeren Peters authored
-
Soeren Peters authored
Add new flag: BUILD_VF_ALL_SAMPLES (default = off). Is set to true in CI. When BUILD_VF_ALL_SAMPLES is true more apps are added to the project.
-
- Apr 11, 2023
-
-
Soeren Peters authored
-
- Apr 06, 2023
-
-
Hkorb authored
-
- Mar 13, 2023
-
-
Hkorb authored
fix compilation error due to incompatilibity of pybind11 and python 3.11
-
- Jan 31, 2023
-
-
Soeren Peters authored
-
- Dec 02, 2022
-
-
Soeren Peters authored
-
- Jul 19, 2022
-
-
Soeren Peters authored
-
- Jun 08, 2022
-
-
Soeren Peters authored
-
- May 18, 2022
-
-
Martin Schönherr authored
-
Martin Schönherr authored
(cherry picked from commit 9a2ba67f)
-
Martin Schönherr authored
-
- May 11, 2022
-
-
Henrik Asmuth authored
Added SG model to StressBC, added Timer-class which wraps existing timer in Simulation, added round-off correction in TurbulentViscosityCumulantK17CompChim_Device (testing ongoing)
-
- Apr 28, 2022
-
-
Sören Peters authored
-
- Apr 01, 2022
-
-
Soeren Peters authored
-
- Jan 04, 2022
-
-
Hkorb authored
adds wrapper for gpu WIP
-
- Sep 29, 2021
-
-
peters authored
-
- Sep 21, 2021
-
-
Add gitlab runner config file. Make missing ccache not a cmake warning. Set CMAKE_CUDA_ARCHITECTURES to cmake cache.
-
-
-
- Sep 13, 2021
-
-
Sören Peters authored
Make boost optional for all user. When BUILD_USE_BOOST is enabled cmake will look for the boost header only libraries. Afterwards boost needs to be linked to the required library. e.g: if(BUILD_USE_BOOST) target_link_libraries(${library_name} PRIVATE Boost::boost) endif()
-
- Aug 04, 2021
-
-
GITLAB-RUNNER03\runner authored
-
- Aug 03, 2021
- Jul 29, 2021
-
-
-
Add build cache cmake function. Use ccache if available. Therefore removed ccache presets and update the ci script. Prevent insource builds. Add compiler warnings target, which is not in use so far.
-
- Jul 13, 2021
-
-
Soeren Peters authored
-
- Jun 29, 2021
- Jun 15, 2021
-
-
GITLAB-RUNNER03\runner authored
-