Skip to content
Snippets Groups Projects
  1. Feb 05, 2021
  2. Feb 04, 2021
    • Soeren Peters's avatar
      Restructure the cmake cuda process. Remove the policy and always set... · 49fb42d8
      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.
      49fb42d8
  3. Jan 14, 2021
  4. Dec 09, 2020
  5. Nov 10, 2020
  6. Oct 27, 2020
  7. Oct 23, 2020
  8. Oct 21, 2020
  9. Oct 07, 2020
  10. Oct 02, 2020
  11. Oct 01, 2020
  12. Sep 30, 2020
  13. Sep 21, 2020
  14. Sep 16, 2020
  15. Sep 10, 2020
    • Soeren Peters's avatar
      Make cmake config file optional. · d0b11469
      Soeren Peters authored
      d0b11469
    • Soeren Peters's avatar
      Set CXX Standard to 14! · 66db3c83
      Soeren Peters authored
      Move VirtualFluids header to src.
      Add CI file and add files, only existing in the open source version.
      66db3c83
    • Soeren Peters's avatar
      Update MuParser to version 2.3.2 from 17.06.2020. · 3243b26b
      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).
      3243b26b
  16. Sep 04, 2020
  17. Sep 03, 2020
  18. Sep 02, 2020
  19. Sep 01, 2020
  20. Aug 27, 2020
  21. Aug 26, 2020
  22. Aug 25, 2020
  23. Aug 21, 2020
  24. Aug 20, 2020
  25. Aug 19, 2020
  26. Aug 18, 2020
  27. Aug 14, 2020
Loading