- Jul 14, 2020
-
-
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.
-
- Jul 06, 2020
-
-
Sebastian Eibl authored
-
- May 06, 2020
-
-
Sebastian Eibl authored
since std::vector<bool> behaves differently to std::vector using bool can cause troubles
-
- Feb 26, 2020
-
-
Sebastian Eibl authored
- added ability to create custom modules
-
- Jan 28, 2020
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
ParticleCopyNotification into ParticleGhostCopyNotification
-
Sebastian Eibl authored
COPY -> ON_GHOST_CREATION MIGRATION -> ON_OWNERSHIP_CHANGE
-
- Jul 11, 2019
-
-
Sebastian Eibl authored
CHANGE isCommunciationRunning -> isCommunicationRunning
-
- May 28, 2019
-
-
Sebastian Eibl authored
-