- 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
-
- Jun 11, 2021
-
-
peters authored
-
- May 27, 2021
-
-
peters authored
-
- May 20, 2021
-
-
peters authored
-
- Apr 30, 2021
-
-
peters authored
-
- Apr 29, 2021
- Apr 16, 2021
-
-
peters authored
-
- Apr 09, 2021
-
-
Soeren Peters authored
-
- Apr 08, 2021
-
-
peters authored
-
Soeren Peters authored
-
peters authored
-
peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
- Mar 17, 2021
-
-
peters authored
As the cuda warnings are different on each platform and super badly documented, we switch to suppress all warnings for the GridGenerator.
-
- Feb 26, 2021
-
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
Remove some compiler warnings and added some cuda warning suppressions for the GridGenerator, as they are cluttering the build output.
-
- Feb 16, 2021
-
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
- Feb 12, 2021
-
-
Soeren Peters authored
As all warnings from VirtualFluidsCPU might be removed, we added a new CI job wich only builds VirtualFluidsCPU and treats all warnings as errors.
-
- Feb 08, 2021
-
-
Sören Peters authored
-
Soeren Peters authored
-
- 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.
-