- Mar 26, 2019
-
-
Sebastian Eibl authored
-
- Mar 07, 2019
-
-
Martin Bauer authored
-
- Feb 18, 2019
-
-
Martin Bauer authored
-
- Feb 13, 2019
-
-
-
Michael Kuron authored
-
- Jan 22, 2019
-
-
Martin Bauer authored
-
- Nov 02, 2018
-
-
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
-
- Oct 31, 2018
-
-
Martin Bauer authored
-
- Aug 24, 2018
-
-
Sebastian Eibl authored
added filter to exclude external libraries
-
- Aug 23, 2018
-
-
Sebastian Eibl authored
-
- Apr 09, 2018
-
-
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).
-
- Apr 08, 2018
-
-
Michael Kuron authored
Also adds OpenMP support for macOS (requires Xcode 7.0, CMake 3.12 and separate libomp from MacPorts/Homebrew)
-
- Mar 14, 2018
-
-
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
-
- Feb 26, 2018
-
-
Christoph Rettinger authored
-
- Feb 21, 2018
-
-
Michael Kuron authored
-
- Feb 20, 2018
-
-
Michael Kuron authored
-
- Feb 14, 2018
-
-
- 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
-
- Jan 28, 2018
-
-
Dominik Thoennes authored
-
- Jan 27, 2018
-
-
Michael Kuron authored
-
- Jan 26, 2018
-
-
Michael Kuron authored
-
- Jan 12, 2018
-
-
Christian Godenschwager authored
-
- Jan 03, 2018
-
-
Christoph Rettinger authored
-
- Dec 20, 2017
-
-
Christian Godenschwager authored
-
- Nov 12, 2017
-
-
Michael Kuron authored
OpenMPI 3.0 by default does not allow running with more processes than CPUs
-
- Nov 08, 2017
-
-
Dominik Thoennes authored
-
- Nov 03, 2017
-
-
- Oct 24, 2017
-
-
Dominik Thoennes authored
-
- Oct 11, 2017
-
-
Dominik Thoennes authored
-
- Aug 23, 2017
-
-
Christian Godenschwager authored
Also added wrapper for Metis & ParMetis to prevent it from polluting the global name space
-
- Aug 14, 2017
-
-
Martin Bauer authored
- normal CMake Python search can be used if the python interpreter is searched before the searching the libraries
-
- Aug 05, 2017
-
-
Christian Godenschwager authored
-
- Aug 02, 2017
-
-
Martin Bauer authored
- nvcc also printed warnings in system libs like boost
-
Martin Bauer authored
-
Martin Bauer authored
FindCUDA apparently can't handle CMake "generator expressions" these are removed before calling FindCUDA and restored afterwards
-
Martin Bauer authored
-
Martin Bauer authored
- default python is the one reported by python3-config
-
- Jul 18, 2017
-
-
Dominik Thoennes authored
-