- 25 Apr, 2019 2 commits
-
-
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
-
-
Rudolf Weeber authored
-
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
-
-
Michael Kuron authored
- 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
-
Michael Kuron authored
API changes in blockforest::PhantomBlockForest, blockforest::loadbalancing, pe::amr::weight_assignment mpi can now only send/receive walberla::optional instead of boost::optional
-
Michael Kuron authored
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
-
- 12 Nov, 2017 1 commit
-
-
Michael Kuron authored
OpenMPI 3.0 by default does not allow running with more processes than CPUs
-
- 08 Nov, 2017 1 commit
-
-
dthoennes authored
-
- 03 Nov, 2017 1 commit
-
-
dthoennes authored
-
- 24 Oct, 2017 1 commit
-
-
dthoennes authored
-
- 11 Oct, 2017 1 commit
-
-
dthoennes authored
-
- 23 Aug, 2017 1 commit
-
-
Christian Godenschwager authored
Also added wrapper for Metis & ParMetis to prevent it from polluting the global name space
-
- 14 Aug, 2017 1 commit
-
-
Martin Bauer authored
- normal CMake Python search can be used if the python interpreter is searched before the searching the libraries
-
- 05 Aug, 2017 1 commit
-
-
Christian Godenschwager authored
-
- 02 Aug, 2017 1 commit
-
-
Martin Bauer authored
- nvcc also printed warnings in system libs like boost
-