-
I've installed and setup my environment via conda. Every other example I've tried runs successfully, albeit with occasional warnings about ignoring simd pragmas.
But I can't get examples/seismic/a…
jrt54 updated
7 years ago
-
```
lucas@lucas-K55VD:~/sfepy$ sfepy-run -v
sfepy-run 2017.2
lucas@lucas-K55VD:~/sfepy$ ./simple.py
Traceback (most recent call last):
File "./simple.py", line 21, in
from sfepy.applicati…
-
@trilinos/amesos2: The @trilinos/rol team would like to use Amesos2 as the interface to a direct solver that is well suited for solving PDEs in two spatial dimensions. In our experience, UMFPACK wor…
-
I discussed with Randy about this today. But does anyone know why we arrange cell data in an array as q(nvar, mi, mj, mk) instead of q(mi, mj, mk, nvar)?
To me, the first approach, which we are usi…
-
Was originally related to https://github.com/wala/WALA/issues/131 but that doesn't seem to be the case anymore. The root issue for the infrastructure problem is that the Eclipse Refactoring tests work…
-
Yet another ApproxFun segfault, that only appears when running all the tests (so hard to isolate).
There's some bizarre behaviour when running the line in question, but does not immediately cause t…
-
`dt` is defined as a keyword argument for the common interface:
http://docs.juliadiffeq.org/latest/basics/common_solver_opts.html#Basic-Stepsize-Control-1
To match the rest of the DiffEq-univers…
-
I haven't seen any updates for so long. Are the developers still working? Or they switched to a new site other than GitHub?
-
Hello,
I define my gradient (I usually cannot use automatic differentiation for problems I am interested in), but I still get an error because of a missing backend. Can you help with bypassing auto…
-
@trilinos/framework , if I build ROL with all its dependencies using
` make -j20`
the maximum memory use for compiling/linking is more than 60GB. In other words, 3GB per build process. This i…