Veselin Dobrev

Results 34 issues of Veselin Dobrev

Hello, When using hypre 2.20.0 on Lassen with the default XL C++ compiler and `-Wall`, I see the following 4 warnings: ```console .../hypre/src/hypre/include/_hypre_utilities.h:567:36: warning: unused function 'hypre_GetActualMemLocation' [-Wunused-function] static inline...

Tasks: - [x] Merge #3177 - [x] Merge #3126 - [x] Merge #3066 - [x] Merge #2920 - [x] Merge #3196 - [x] Merge #3201 - [x] Merge #3133 -...

releases

Add quotes to the command for the `INPUT_FILTER` doxygen setting. This allows older versions of Doxygen (tested with 1.8.14) to apply the filter correctly. To get the math formulas to...

in-next
documentation
in-review

The arguments have different sizes depending on the type of the specific integrator, domain or boundary.

fem
documentation
WIP
GPU
todo

It looks like the following line overwrites some of our makefile variables: https://github.com/mfem/mfem/blob/f97a770dcaa7498c93069ca7f27d25d9655acd86/config/defaults.mk#L393-L394 and that causes problems. Removing this line will probably cause issues when SLEPc is built with extra...

building
libraries

While testing MFEM 4.6 (build with CUDA) with hypre 2.29.0 (build with CUDA) using CUDA 11.6.0 on Lassen, I noticed that a few of the MFEM examples stall. This seems...

In the `hypre_CSRMatrix` struct: https://github.com/hypre-space/hypre/blob/3b22847deb3431416604b3b3a3645cd987c2eda9/src/seq_mv/csr_matrix.h#L23-L46 isn't it more appropriate to switch the type of `num_cols` from `HYPRE_Int` to `HYPRE_BigInt`? I'm thinking of the case when hypre is built with the...

The memory location check here https://github.com/hypre-space/hypre/blob/b08a962924e2c446c7ccd2153a1bceb798a91ad7/src/utilities/memory.c#L75 fails when `ptr` is UVM pointer and `location` is HOST location. It may be a good idea to allow such cases to work.

TODO: - [x] After MFEM v4.7 is released, update the source for that in `mfem/package.py` - [ ] Add new variant for `precision`: `double`, or `single`; available since v4.7 -...

new-version
WIP
xSDK
don't-merge-yet
patch
update-package
e4s

Resolves #4124. To fix the issue, include `"../config/config.hpp"` before other includes in `general/kdtree.hpp`. Small formatting improvement in `general/zstr.hpp`. | PR | Author | Editor | Reviewers | Assignment | Approval...

building
Windows
in-review