- 26 Aug, 2020 1 commit
-
-
Frederik Hennig authored
-
- 14 Aug, 2020 2 commits
-
-
Markus Holzer authored
Code Generation for PDEs tutorial See merge request !326
-
- Added folder 'codegen' to 'apps/tutorials' - Implemented heat equation code generation in python - Implemented C++ application for running the generated code - Added CMake build files for code generation tutorial
-
- 12 Aug, 2020 2 commits
-
-
Christoph Schwarzmeier authored
Update CMakeLists.txt See merge request !328
-
-
- 10 Aug, 2020 1 commit
-
-
Dominik Thoennes authored
Disable dlopen trick on OpenMPI >= 3.0.0 See merge request !325
-
- 06 Aug, 2020 2 commits
-
-
Michael Kuron authored
Suppress signedness warning in GPUField.impl.h See merge request !322
-
Michael Kuron authored
DistanceComputations.h: include "core/logging/Logging.h" See merge request !321
-
- 05 Aug, 2020 4 commits
-
-
Stephan Seitz authored
DistanceComputations.h uses logging macros but does not include the header unconditionally.
-
Stephan Seitz authored
nrOfGhostLayers_ is unsigned while all cell_idx_t calculations are signed.
-
Michael Kuron authored
Inline pe_coupling::overlapFractionPe See merge request !315
-
Michael Kuron authored
-
- 04 Aug, 2020 3 commits
-
-
Michael Kuron authored
change docu image to gcc See merge request !324
-
Christoph Rettinger authored
Fluctuating MRT: propagate the RNG counter to all copies of the lattice model See merge request !320
-
Michael Kuron authored
-
- 03 Aug, 2020 1 commit
-
-
Michael Kuron authored
If a process started by mpiexec finishes too quickly, sometimes some of the other processes are not started. It is unclear whether this is an OpenMPI or macOS bug, but appears significantly more often since moving from macOS 10.13 to 10.15. OpenMPI 4.0.1 and 3.0.0 both show the issue on macOS 10.15.
-
- 31 Jul, 2020 1 commit
-
-
Michael Kuron authored
-
- 30 Jul, 2020 1 commit
-
-
Workaround for https://github.com/open-mpi/ompi/issues/5798
-
- 29 Jul, 2020 1 commit
-
-
Dominik Thoennes authored
-
- 27 Jul, 2020 1 commit
-
-
Dominik Thoennes authored
Update CMake boost python logic and std::filesystem usage See merge request !319
-
- 25 Jul, 2020 1 commit
-
-
Michael Kuron authored
-
- 24 Jul, 2020 2 commits
-
-
Michael Kuron authored
-
Michael Kuron authored
-
- 23 Jul, 2020 2 commits
-
-
Michael Kuron authored
The two-argument version was removed late in the standardization process
-
Michael Kuron authored
We need to have at least one other required library, otherwise FindBoost will consider itself successful even if it didn't find anything. Also, add Python 3.8 support by using the Python version numbers as library version numbers.
-
- 22 Jul, 2020 1 commit
-
-
Markus Holzer authored
Adapting flake8 formatig for python files See merge request !317
-
- 21 Jul, 2020 1 commit
-
-
Sebastian Eibl authored
[BUGFIX] caching of buffers can lead to dead locks See merge request !318
-
- 20 Jul, 2020 2 commits
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
If load balancing changes the neighborhood, caching of receive buffers can lead to dead locks.
-
- 18 Jul, 2020 1 commit
-
-
Markus Holzer authored
-
- 17 Jul, 2020 2 commits
-
-
Markus Holzer authored
-
Markus Holzer authored
-
- 15 Jul, 2020 1 commit
-
- 14 Jul, 2020 7 commits
-
-
Markus Holzer authored
-
Sebastian Eibl authored
fixed smaller formatting issues in mesa_pd See merge request !311
-
Sebastian Eibl authored
OpenMP support is now switchable within the generation script See merge request !313
-
Sebastian Eibl authored
Since MSVC only has beta support for OpenMP 2.0 firstprivate cannot be used for these compilers. However, firstprivate is necessary for a reasonably safe implementation of OpenMP in MESA-PD. The solution is to move OpenMP support to the generator and disable OpenMP for the checked in version. The waLBerla OpenMP guards are removed as they are no longer needed. It is now assumed that if MESA-PD is generated with OpenMP support it is about to be used. If OpenMP is disabled with CMake warnings will pop up about undefined pragmas.
-
Sebastian Eibl authored
-
Stephan Seitz authored
Defining this function in a header without inline/static specifier may lead to ODR violations.
-