-
I have an issue since i pulled the last version of develop branch.
I have the following error during the non linear resolution :
[0]PETSC ERROR: --------------------- Error Message ---------------…
-
I am having trouble compiling your simple VexCL example using the most current version of VexCL (v0.8.5). I get a long list of errors. All the errors seem to originate from the fact that the number of…
-
@ddemidov , you must be getting sick seeing all my questions here and on the odeint project. I am about 1 month away from finishing my dissertation and I truly appreciate all your help and patients.
…
-
This will allow to achieve several things:
- [x] Automatic deduction of temporary terminal type.
- [x] Provide symmetric `assign_multiexpression` function similar to `assign_expression`.
- [x] Get rid…
-
CC="gcc-mp-4.7" CXX="g++-mp-4.7" cmake ..
-- Build type: DEBUG
-- BFD not found
-- Binutils-dev missing: No pretty stack-trace printing.
-- Boost version: 1.55.0
-- Found the following Boost libraries…
-
Apologies if this is a dumb question.
I am trying to use VexCL with odeint to solve a set of ODEs for different parameter values. The ODEs are produced by another program which takes an algebraic exp…
ds283 updated
11 years ago
-
I am trying to use VexCL with odeint-v2. I am experiencing the issue with abs() reported in headmyshoulder/odeint-v2#108 and using the branch "vexcl-mvec-copy" to solve it, but I suspect that has noth…
ds283 updated
11 years ago
-
E.g. if I do:
mu=(a_log(T) + b)_log(T) + c;
or, preferably:
auto logT = log(T);
mu=(a_logT + b)_logT + c;
with a vex::vector (or other expression) T, will the resulting OpenCL kernel evaluate each en…
-
I managed to get a segfault out of libstdc++ valarray by indirectly forcing it to store a reference to a temporary subexpression object:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57997
And I've sin…
-
Multivector operations:
- creation
- arithmetic ops (plus, product, &c.)
- display
The first two are easyish.
For display, the sane interface seems to be a list of terms with coefficient, normalized…