- Jan 14, 2021
-
-
GITLAB-RUNNER03\runner authored
-
- Dec 23, 2020
-
-
Martin Schoenherr authored
Merge pull request 'Fix cuda::pow() bugfix, while passing doubles explicitly.' (#67) from peters/VirtualFluids_dev:bugfix/cuda_pow into develop Reviewed-on: https://git.irmb.bau.tu-bs.de/VirtualFluids/VirtualFluids_dev/pulls/67 This pow-solution is not optimal but will work hopefully. The kernel performance will probably be decreased, because "double" calculations are 3-5 times slower compared to floating point operations.
-
- Dec 21, 2020
-
-
GITLAB-RUNNER03\runner authored
According to the cuda documenation (https://docs.nvidia.com/cuda/cuda-math-api/group__CUDA__MATH__DOUBLE.html#group__CUDA__MATH__DOUBLE_1g6d36757715384dc18e0483aa1f04f6c7) pow() gets two double arguments. With the newest VisualStudio Version 16.8 these arguments needs to be passed as double explicitly.
-
- Dec 10, 2020
-
-
Soeren Peters authored
-
Soeren Peters authored
Set jobs to manual, as long the gitz gitlab has no windows runner and sonarqube is not transferred to one of the runners.
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
- Dec 09, 2020
-
-
Soeren Peters authored
Merge pull request 'Enable shared and static lib support for VF gpu.' (#66) from peters/VirtualFluids_dev:feature/shared_libs_gpu into develop Reviewed-on: https://git.irmb.bau.tu-bs.de/VirtualFluids/VirtualFluids_dev/pulls/66
-
TESLA01\soerenpeters authored
-
TESLA01\soerenpeters authored
-
TESLA01\soerenpeters authored
-
TESLA01\soerenpeters authored
Change in cmake: When BUILDTYPE is not defined in vf_add_library(), a library is build regarding the CMAKE_BUILDY_TYPE.
-
- Dec 03, 2020
-
-
Soeren Peters authored
-
Soeren Peters authored
Merge pull request 'Add job templates to the CI file.' (#64) from peters/VirtualFluids_dev:feature/ccache into develop Reviewed-on: https://git.irmb.bau.tu-bs.de/VirtualFluids/VirtualFluids_dev/pulls/64
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
Martin Schoenherr authored
Merge pull request 'set the output/logfile/grid path in machinefile' (#63) from schoen/VirtualFluids_dev:PathsNumericalTests into develop Reviewed-on: https://git.irmb.bau.tu-bs.de/VirtualFluids/VirtualFluids_dev/pulls/63
-
Martin Schönherr authored
no changes in configFiles for numerical tests necessary
-
- Dec 01, 2020
-
-
Martin Schoenherr authored
Merge pull request 'config files for numerical tests of 4 different viscosities and CumulantK15 - LBM kernel' (#62) from schoen/VirtualFluids_dev:configFilesK15 into develop Reviewed-on: https://git.irmb.bau.tu-bs.de/VirtualFluids/VirtualFluids_dev/pulls/62
-
Martin Schönherr authored
numerical Tests of K15 and viscosity 10^-2 passes 42 of 60 tests, for the lower viscosities it has to pass 60 of 60 tests computation time for every viscosity is ~35h on one Geforce 1080ti
-
- Nov 10, 2020
-
-
Martin Schoenherr authored
Merge pull request 'numerical tests are working fine' (#61) from schoen/VirtualFluids_dev:numericalTests into develop Reviewed-on: https://git.irmb.bau.tu-bs.de/VirtualFluids/VirtualFluids_dev/pulls/61
-
Martin Schönherr authored
-
Soeren Peters authored
Merge pull request 'Add a fix for the numerical tests, where all compile definitions were overwritten by set_target_properties().' (#60) from peters/VirtualFluids_dev:develop into develop Reviewed-on: https://git.irmb.bau.tu-bs.de/VirtualFluids/VirtualFluids_dev/pulls/60
-
TESLA01\soerenpeters authored
Add a fix for the numerical tests, where all compile definitions were overwritten by set_target_properties().
-