- 11 Nov, 2019 2 commits
-
-
Michael Kuron authored
CMake: don't use CMAKE_CXX14_STANDARD_COMPILE_OPTION directly, instead go through CMAKE_CXX_STANDARD
-
Michael Kuron authored
-
- 15 Oct, 2019 1 commit
-
-
Michael Kuron authored
-
- 10 Sep, 2019 1 commit
-
-
Matthias Markl authored
markl
-
- 30 Jul, 2019 1 commit
-
-
Dominik Thoennes authored
-
- 16 Jul, 2019 1 commit
-
-
Dominik Thoennes authored
This option is OFF by default. If turned on cmake will notify if a target cannot be build due to a missing module.
-
- 16 May, 2019 2 commits
-
-
Martin Bauer authored
- workaround seems to be not necessary any more, for recent IntelMPI versions - the workaround did not play with CMake's try_compile function, which tries to compile some test programs to check for compiler features The workaround added '-include mpi.h' to the compile flags, which are also used by try_compile, but try_compile does not set include directories with "-I" This lead to the problem, that for example the OpenMP flag was not correctly determined, since there the try_compile mechanism is used
-
Martin Bauer authored
-
- 25 Apr, 2019 3 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
- 11 Apr, 2019 1 commit
-
-
Michael Kuron authored
-
- 03 Apr, 2019 1 commit
-
-
Sebastian Eibl authored
-
- 27 Mar, 2019 1 commit
-
-
Martin Bauer authored
-
- 26 Mar, 2019 1 commit
-
-
Sebastian Eibl authored
-
- 07 Mar, 2019 1 commit
-
-
Martin Bauer authored
-
- 18 Feb, 2019 1 commit
-
-
Martin Bauer authored
-
- 13 Feb, 2019 2 commits
-
-
-
Michael Kuron authored
-
- 22 Jan, 2019 1 commit
-
-
Martin Bauer authored
-
- 02 Nov, 2018 1 commit
-
-
Martin Bauer authored
- recent GCC version produce error when "-isystem /usr/include" is added to command line. Error is: '#include_next <math.h>' not found - the removed "hack" added the cuda include dir with "-isystem" to the CUDA compiler arguments to prevent warnings from boost header -> currently there seem to be no warnings generated from boost headers so "hack" is removed
-
- 31 Oct, 2018 1 commit
-
-
Martin Bauer authored
-
- 24 Aug, 2018 1 commit
-
-
Sebastian Eibl authored
added filter to exclude external libraries
-
- 23 Aug, 2018 1 commit
-
-
Sebastian Eibl authored
-
- 09 Apr, 2018 1 commit
-
-
Michael Kuron authored
- NearestNeighborFieldInterpolator::get needs to break out of all loops, just not the current one. While the test seemed to succeed anyway, it crashed with corrupted memory during exit when compiled with Intel 17 in Release mode. - FftTest should not use thread-unsafe RNG in parallel section. Otherwise the Intel 16 compiler crashes. - Revert to -openmp on Intel < 16.0.3, which crashes while processing some of our OpenMP loops (e.g. BoundaryHandling::treatDirection).
-
- 08 Apr, 2018 1 commit
-
-
Michael Kuron authored
Also adds OpenMP support for macOS (requires Xcode 7.0, CMake 3.12 and separate libomp from MacPorts/Homebrew)
-
- 14 Mar, 2018 2 commits
-
-
Michael Kuron authored
-
Michael Kuron authored
- fix find_package(MPI) when WARNING_ERROR is defined and recent version of CMake is used - fix python_coupling Manager::addPath
-
- 26 Feb, 2018 1 commit
-
-
Christoph Rettinger authored
-
- 21 Feb, 2018 1 commit
-
-
Michael Kuron authored
-
- 20 Feb, 2018 1 commit
-
-
Michael Kuron authored
-
- 14 Feb, 2018 3 commits
-
-
- Need to find Boost library path before we search for the Python libraries, even if we don't need any other libraries - std::experimental::filesystem::current_path is broken in libstdc++ 5.4 and lower
-
API changes in blockforest::PhantomBlockForest, blockforest::loadbalancing, pe::amr::weight_assignment mpi can now only send/receive walberla::optional instead of boost::optional
-
API change for vtk::VTKOutput::getFilenames
-
- 28 Jan, 2018 1 commit
-
-
Dominik Thoennes authored
-
- 27 Jan, 2018 1 commit
-
-
Michael Kuron authored
-
- 26 Jan, 2018 1 commit
-
-
Michael Kuron authored
-
- 12 Jan, 2018 1 commit
-
-
Christian Godenschwager authored
-
- 03 Jan, 2018 1 commit
-
-
Christoph Rettinger authored
-
- 20 Dec, 2017 1 commit
-
-
Christian Godenschwager authored
-