- Feb 19, 2018
-
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
- Feb 16, 2018
-
-
Ansgar Burchardt authored
replace `ArrayOf` implementation with `std::vector` Closes #17 See merge request !71
-
- Feb 14, 2018
-
-
Ansgar Burchardt authored
clean up DDD and PPIF a bit See merge request !95
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
- Feb 13, 2018
-
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
It would not have worked correctly anyway as output might still linger in buffers before the next process starts writing. Using per-rank output files is a better solution, for example OpenMPI mpirun's `--output-filename` option. This also allows removing the `_context` member variable from `DDD_CTRL` which cannot be shared between multiple grids (that might use different MPI communicators in the future).
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
The alternative using stack-allocated `MPI_Request` had to be removed as it assumes `MPI_Request` is implemented as a pointer. If stack allocation is wanted, `msgid` should be made a type alias for `Msg` instead.
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
DUNE will initialize MPI for us.
-
Ansgar Burchardt authored
This also changes the value of `NO_MSGID` to a null pointer as that is the only value that we know cannot be returned otherwise.
-
- Feb 12, 2018
-
-
Oliver Sander authored
Feature/support mingw See merge request !57
-
- Feb 09, 2018
-
-
Christian Engwer authored
-
Christian Engwer authored
-
Christian Engwer authored
-
- Jan 19, 2018
-
-
Oliver Sander authored
Fix compiler warning due to const qualifier in return by value See merge request !91
-
Timo Koch authored
-
- Dec 19, 2017
-
-
Ansgar Burchardt authored
[cmake] Fix compatibility issue with CMake 3.10 leadig to -D-pthread Closes #34 See merge request !88
-
- Dec 18, 2017
-
-
Christoph Grüninger authored
CMake 3.10 overhauled FindMPI.cmake. Now -pthread ends in various MPI-related variables and from there in MPI_DUNE_COMPILE_FLAGS. With COMPILE_DEFINITIONS -pthread got the prefix -D. Changed to COMPILE_OPTIONS which does not add -D to the passed flags. Fixes #34 Signed-off-by:
Christoph Grüninger <christoph.grueninger@iws.uni-stuttgart.de>
-
- Dec 11, 2017
-
-
Oliver Sander authored
Fix building with UG_ENABLE_DEBUGGING=ON Closes #23 See merge request !86
-
Oliver Sander authored
Missing namespace qualifiers and include directives.
-
- Dec 09, 2017
-
-
Oliver Sander authored
-
Oliver Sander authored
- They don't compile. - They are not used.
-
Oliver Sander authored
They are only required if 'Debug' is set, that's why nobody has missed them so far.
-
- Nov 29, 2017
-
-
Ansgar Burchardt authored
Buildsystem fixes See merge request !84
-
Markus Blatt authored
Otherwise CMake will fail anyway.
-
Markus Blatt authored
This allows to use the build system without using dunecontrol and additional settings for other modules. We simply assume that dune-common is located similar to this module.
-
- Nov 20, 2017
-
-
Ansgar Burchardt authored
Disable xdr, unless HAVE_RPC_RPC_H is set Closes #33 See merge request !82
-
- Nov 18, 2017
-
-
Martin Nolte authored
-
- Nov 03, 2017
-
-
Oliver Sander authored
Mention the new TET_RULESET flag in the changelog See merge request !80
-
Oliver Sander authored
-
- Oct 23, 2017
-
-
Ansgar Burchardt authored
bump version to 2.7-git [ci skip] See merge request staging/dune-uggrid!79
-
Ansgar Burchardt authored
-
- Oct 20, 2017
-
-
Ansgar Burchardt authored
[ci] stop testing with Debian 8 See merge request staging/dune-uggrid!77
-
Ansgar Burchardt authored
-
- Sep 19, 2017
-
-
Oliver Sander authored
Allow full tet ruleset See merge request !75
-