- Sep 25, 2019
-
-
Michael Kuron authored
-
markl
-
-
Michael Kuron authored
-
Michael Kuron 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
-
-
Michael Kuron authored
We do our own availability detection in CMake, so we don't care about the deprecation.
-
This was lost in the migration from boost to std as boost::hash<T> (and thus boost::unordered_map<T,V>) uses hash_value<T> if available and std::hash<T> (and thus std::unordered_map<T,V>) does not.
-
Michael Kuron authored
-
- Apr 25, 2019
-
-
Martin Bauer authored
-
- Apr 24, 2019
-
-
Sebastian Eibl authored
disabled OpenMP parallelization for intel 17 in a non performance critical section
-
Sebastian Eibl authored
-
- Apr 19, 2019
-
-
Christoph Schwarzmeier authored
Add .clang-format See merge request walberla/walberla!202
-
Christoph Schwarzmeier authored
-
- Apr 18, 2019
-
-
Sebastian Eibl authored
added IProbe communication for varying size communication See merge request walberla/walberla!198
-
- Apr 17, 2019
-
-
Christoph Schwarzmeier authored
Fix use of references in BoundaryHandlingCollection's constructor See merge request walberla/walberla!201
-
Sebastian Eibl authored
[API] Change BodyTypeTuple of Union to variadic template Closes #87 See merge request walberla/walberla!189
-
Michael Kuron authored
-
Sebastian Eibl authored
-
so Union<std::tuple<Sphere,Box>> becomes Union<Sphere,Box>
-
- Apr 16, 2019
-
-
Martin Bauer authored
[API] Replace boost tuple and allow building Walberla without Boost Closes #48 See merge request walberla/walberla!197
-
- Apr 12, 2019
-
-
Christoph Rettinger authored
-
Michael Kuron authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- Apr 11, 2019
-
-
Michael Kuron authored
-
Christoph Schwarzmeier authored
Add /.idea to .gitignore See merge request walberla/walberla!200
-
Christoph Schwarzmeier authored
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
It is not actually used anywhere (since the removal of the old pe), is very hard to read, and essentially contains a custom clone of std::tuple. If it is ever needed, it could easily be re-implemented using std::tuple and variadic templates in significantly less code.
-
Michael Kuron authored
-
Michael Kuron authored
-
Dominik Thoennes authored
fix missing assert include See merge request walberla/walberla!199
-
- Apr 10, 2019
-
-
Dominik Thoennes authored
-
Sebastian Eibl authored
Remove boost uuid See merge request walberla/walberla!191
-
Christoph Schwarzmeier authored
Remove boost::algorithm See merge request walberla/walberla!196
-
Christoph Schwarzmeier authored
-