- Jan 27, 2022
-
-
wenqing authored
-
wenqing authored
-
Lars Bilke authored
-
Dmitri Naumov authored
[BL] Use shared_ptr in ConfigTree. See merge request ogs/ogs!3957
-
Lars Bilke authored
Update container-maker: Added ldconfig option to hdf5 and boost. See merge request ogs/ogs!3961
-
- Jan 26, 2022
-
-
Lars Bilke authored
-
-
Tom Fischer authored
-
- Jan 25, 2022
-
-
Dmitri Naumov authored
[ci] Job linux native builds Debug config with optimizations See merge request ogs/ogs!3597
-
Lars Bilke authored
-
Lars Bilke authored
-
Dmitri Naumov authored
In the release build the runtime (for a reviseMesh ctest) is improved only by 1-2%. For the debug build the runtime improved by more then 50%.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Remove _GLIBCXX_DEBUG from STL_NO_DEBUG. Defining the macro causes errors when linking against other code compiled without the macro. From https://gcc.gnu.org/onlinedocs/libstdc++/manual/debug_mode_using.html To use the libstdc++ debug mode, compile your application with the compiler flag -D_GLIBCXX_DEBUG. Note that this flag changes the sizes and behavior of standard class templates such as std::vector, and therefore you can only link code compiled with debug mode and code compiled without debug mode if no instantiation of a container is passed between the two translation units. The remaining definitions are no longer listed in https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_macros.html and are removed too. If needed those can be set with usual compiler flags, for set of current gcc's STL options.
-
Using -O3 and fixed size matrices to speedup ctests. Using clang for faster (compared to gcc) compilation.
-
-
Dmitri Naumov authored
Using dynamic size vector mapping for the vector in number of integration points.
-
Lars Bilke authored
[poetry] Error fixes See merge request ogs/ogs!3954
-
Lars Bilke authored
-
Lars Bilke authored
-
-
-
-
-
Dmitri Naumov authored
Enable parallel computing in TRM with Taylor-Hood elements See merge request ogs/ogs!3920
-
Lars Bilke authored
-
- Jan 24, 2022
-
-
-
-
-
-
Lars Bilke authored
Remove std::filesystem hacks Closes #3246 See merge request ogs/ogs!3951
-
Dmitri Naumov authored
TH2M Thermal conductivity revised See merge request ogs/ogs!3942
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-