-
Just got this trying to build Sierra with today's Trilinos master:
```
In file included from /scratch/mhamilt/sierra_master/objs/tpls/Trilinos/b2ed81b8c8472240/packages/xpetra/src/Xpetra_TpetraMap…
-
@trilinos/amesos2
Blocks: Sierra ticket 17124
@prwolfe writes: "`Amesos2_Umfpack_FunctionMap.hpp` includes `umfpack.hpp` and then promptly redeclares [the functions in that header file]. The mai…
-
Pros:
- faster than UMFPACK
- less memory demanding
- different solvers for symmetric and unsymmetric matrices
- parallel factorization, not fully utilized yet
- a build-in Schur complement solve…
-
https://github.com/trapexit/mergerfs/issues/661
Looks like some flags cause issues, I made a `custom.conf` file in `/etc/portage/package.cflags` and added the following:
```
sys-fs/mergerfs /-O3/…
-
OS is ubuntu 16.04
cmake version 3.11.4
gcc -5.4.0
Tried to configure cgal-4.13 with
```
cmake -DCMAKE_BUILD_TYPE=Release -DWITH_examples=true -DWITH_demos=true -DWITH_BLAS=ON -DCUDA_TOOLKIT_RO…
-
For MacOS, Linux and Windows:
`fatal error: umfpack.h: No such file or directory`
Under Ubuntu 16.04:
- `umfpack.h`: The include directory `/usr/include/suitesparse` is missing in such Makefiles…
-
I'm working on an old server, that I don't have sudo rights to.
My local repo is on the release/2019.04 branch, commit 8fa165c0 (May 8 2019).
I tried the standard `mkdir build && cd build && cmake .…
-
As discovered in #608, #561 removed subpackages from the main namespace until they are explicitly imported:
```python
>>> import plasmapy …
-
## Expectations
Trilinos should build.
## Current Behavior
linker errors:
```
Undefined symbols for architecture x86_64:
"Amesos2::KLU2::KLU2(Teuchos::RCP, Teuchos::RCP, Teuchos::RCP)", re…
-
The build numbers with BLAS don't actually get reset to `0`, but to some other value based on the formula [outlined in this doc]( https://conda-forge.org/docs/blas.html ). Would be good for the bot to…