-
@trilinos/tpetra
Tpetra::Vector::normWeighted is deprecated. There's nothing wrong with deprecation. However, the method calls its parent class' method MultiVector::normWeighted, which is also dep…
-
@trilinos/tpetra @trilinos/ifpack2 @crtrott @kyungjoo-kim @amklinv
Thread-parallelize the sparse matrix-vector multiply in the apply() method of Tpetra::Experimental::BlockCrsMatrix. Please interac…
-
Hi,
I'm getting build error(s) in opencog with Zeromq (version 4.1 and 4.2).
Any ideas?
E.g -
In file included from /home/ubuntu/opencog/opencog/spatial/3DSpaceMap/Octree3DMapManager.h:33:0,
…
-
@trilinos/belos
@amklinv
The Tpetra specialization of Belos::MultiVecTraits::MvTransMv uses Teuchos::REDUCE_SUM. This is the only MultiVecTraits method implementation for Tpetra that uses this enu…
-
subj on `openblas-0.2.16`
```
$ nm -g libopenblas.dylib | grep _dggsvd_
$ nm -g libopenblas.dylib | grep _sggsvd_
```
whereas on `homebrew` (openblas `0.2.15`) those are present:
```
$ nm -g libope…
-
@trilinos/tpetra
For `Tpetra::MultiVector`, `Tpetra::Vector`, and `Tpetra::CrsMatrix`, add an optional bool `atomic` argument to `sumIntoLocalValue` resp. `sumIntoLocalValues`. If true, use `Kokkos…
-
This may be related to issue #107, although it does not look exactly the same.
I am trying to solve a system of ODEs using VexCL. I encountered the problem described in #107 and am therefore using us…
ds283 updated
9 years ago
-
@mhoemmen @crtrott @hcedwar
I'm getting this error when I have bounds checking on
```
Kokkos::subview bounds errorp=1 | *********** Caught Exception std::exception: Begin Error Report ***********
p…
-
The following should be made into non-member functions:
- `leaf() -> ict::leaf()`
- `rbegin() -> ict::ascending_begin(parent)`
Rename `first_item() -> is_first_child()`
Rename `root_cursor` to `asc…
-
I am trying to migrate some code from Thrust + odeint to VexCL + odeint. I am doing parameters studies on ensembles of systems with many states and the need for nested zip_iterators when using thrust …