Francesco Rizzi

Results 41 issues of Francesco Rizzi

@crtrott @mhoemmen I was trying to build using Kokkos, using this cmake line: when I configure, I use: ```bash cmake \ -Dmdspan_DIR=${MDSPAN_PFX}/lib/cmake/mdspan \ -DLINALG_ENABLE_TESTS=On \ -DLINALG_ENABLE_EXAMPLES=On \ -DCMAKE_BUILD_TYPE="${btype}" \ \...

hi! I am getting an error when I do the steps in this: https://github.com/mosra/magnum-website/blob/master/README.rst Here is what I do: ``` git clone --recursive [email protected]:mosra/magnum-website.git pelican -Dlr ``` and I have...

## Bug Report @csiefer2 ### Description i am trying to create a "registry" (a struct) holding instances of tpetra block vectors and then move the registry object to another object...

type: bug
pkg: Tpetra
MARKED_FOR_CLOSURE

**Describe the bug** using `FetchContent_Declare` and `FetchContent_MakeAvailable` works fine until i have to link the target, giving me an error ``` CMake Error at CMakeLists.txt:19 (target_link_libraries): Target "cpptest" links to:...

Component - Build

# status quo `Pressio/pressio` (Pressio upper case is the org name) currently contains the following components: `mpl, utils, traits, expressions, ops, ode, solvers, rom` # new solution/approach to evaluate Goal:...

- need to document that for iterative solvers we also have knobs for setting params - change the solve method to return a "status" object with results on convergence, num...

modify api such that the linear solver is constructed automatically . i think this makes things simpler