- Sep 25, 2023
-
-
Christoph Lehmann authored
-
- Sep 22, 2023
-
-
Lars Bilke authored
Update guix and make PETSc container runnable on Juwels See merge request ogs/ogs!4726
-
Lars Bilke authored
[eve] Limit ctest to 4 concurrent runs on eve frontends. See merge request ogs/ogs!4742
-
- Sep 21, 2023
-
-
Lars Bilke authored
-
Dmitri Naumov authored
Small fixes See merge request ogs/ogs!4734
-
- Sep 19, 2023
-
-
Lars Bilke authored
-
- Sep 18, 2023
-
-
-
This reverts commit f2b19785. Is now integrated into upstream guix, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=55da0930e30e0ee1b3da1b9aee5851e9ccfca32c
-
-
-
-
Then you can build portable (tested eve end juwels) container with: guix pack -L $PWD/.guix/modules --fallback --without-tests=hdf5-parallel-openmpi --with-input=openmpi=openmpi-pmix -RR --format=squashfs bash ogs-petsc On Juwels you need to start with `srun --mpi=mspmix ...`
-
-
-
-
- Sep 17, 2023
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
These are set later after object's construction.
-
Dmitri Naumov authored
Moving some of the variables into translation unit where they are used. The variables are renamed as they are no longer member variables. Define public ones directly in the header.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The raw pointer might be not deallocated.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
-
Dmitri Naumov authored
Both time steps are created from the timestepper, so this construction is moved inside the ProcessData. This resolves the warning about the time step not being passed by reference, are removes the unnecessary std::move in the caller for the time step.
-
Dmitri Naumov authored
-
Small reformatting if string literals.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The 'name' in process construction is also used after the process construction and so it can not be moved anyway. Taking it by const-ref avoids an extra copy here (and silences a cppcheck warning).
-
Dmitri Naumov authored
-
Dmitri Naumov authored
These are dangling-reference, array-bounds, and stringop-overread. This is the same as the exception for gcc-13.1.1.
-
Dmitri Naumov authored
-
- Sep 15, 2023
-
-
Dmitri Naumov authored
The 'next' value is not used afterwards.
-
Dmitri Naumov authored
Fixes "The initialized value is overwritten before it is read." warning.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Returning false when conversion would fail instead of OGS_FATAL. The OGS_FATAL happens on the caller side.
-
Dmitri Naumov authored
TRM: Enable strain dependent permeability See merge request ogs/ogs!4731
-