Dmitry Kabanov, PhD

Results 18 issues of Dmitry Kabanov, PhD

Is it possible to tell `shfmt` to keep indentation as is when the indent is not standard (i.e., not 2, 4 spaces) when breaking lines with line-continuation symbol `\`. For...

File: [get-started/04_sharing_app.md](https://docs.docker.com/get-started/04_sharing_app/) When I follow the Getting started guide on M1 Mac, it builds and pushed to Docker hub the image based on linux/arm64 architecture. When I try to use...

area/get-started

**Describe the bug** A window "Rsync Log Viewer" with operation "Parsing log file" takes a lot of time to complete the operation. You cannot cancel it: there are no buttons...

bug

Hi, I am trying to install an `isort` hook to `pre-commit` with: ``` - repo: https://github.com/pycqa/isort rev: 5.11.2 hooks: - id: isort name: isort (python) ``` However, there is the...

When I switch to another application, the current game continues to play in the background: music plays, game actions happen, etc. OS: macOS 10.15.7 Catalina

The following suggestions from an anonymous reviewer must be implemented. Evaluation of the ASOFI3D codes The authors provided necessary components for using the codes: The installation guide, the test example,...

Problem while running when compiling with Intel compiler and Intel MPI although it is one of the recommended build scenarios in README file. Simulations stuck at defining the “absorbing boundary”,...

Make writing model files to disk more efficient by using MPI-IO. MPI-IO is a technology to write a binary file from different MPI processes in parallel.

ASOFI3D uses `int` types everywhere, which does not allow seismogram files larger than 4(?) GB. This occurs, at least I believe so, because on Intel Xeon machines `int`s are 32-bit,...

The `CVODE` solver has a function called `CVodePrintAllStats` that prints statistics about the integration process, such as number of right-hand-side function evaluations and number of nonlinear solves. This PR adds...