-
`doc/readme.html` lists our external dependencies. These have recently grown to include nanoflann and ADOL-C, and these should be listed there as well.
-
I have a sparse matrix AtA. But math.multiply(math.inv(AtA), AtA) is not close to eye. Seems det is very small and interestingly lusolve says it's singular. However, configuring a 64 precision with Bi…
-
Julia compiles OpenBLAS to `libopenblas.so`. This may be a problem for calling libraries that link to a system `libopenblas.so`, because the runtime linker may substitute Julia's version instead. T…
-
@trilinos/tpetra @trilinos/ifpack2
As discussed in #514, sparse triangular solve properly belongs to a solver or preconditioner package, rather than to Tpetra. Removing this method would reduce the…
-
MueLu fails to build with `Tpetra_INST_INT_INT:BOOL=OFF`. Until this is fixed, Tpetra developers cannot improve build time and library sizes by removing support for all GlobalOrdinal types but `int64…
-
Hi, all,
I've reviewed MFEM examples and found that there seems no one handling complex-valued problems. They are either scalar-valued or vector-valued, but the unknown quantity are all real-valued…
-
NumPy 1.12 was recently released. Packages that make use of the NumPy C API need to be built against a given minor NumPy version. In order for these packages to support NumPy 1.12, they must be rebu…
-
As per @vacary 's request, I've added fc3d_sparse_test.c aka FC3D_sparse_test, a test that tries to solve a dummy fc3d problem with a sparse matrix. I'm raising that issue because I tried to solve fc3…
-
I am getting a link time undefined reference when linking the ALEGRA app against master Trilinos. The error message is
```
/scratch/rrdrake/devbnb/TPL/trilinos/devel/inst_gnu49_opt/lib/libstratimik…
-
The 32-bit builds are OK. The 64-bit builds fail most tests:
```
Running unit tests for scikits.umfpack
NumPy version 1.13.1
NumPy relaxed strides checking option: True
NumPy is installed in X:\P…