-
This is a placeholder ticket to gather possible improvements for binary wheel:
- [ ] As [noted here](https://github.com/BlueBrain/CoreNeuron/pull/634#discussion_r732885338), see if `CMAKE_EXE_LINKE…
-
I'm working on a PR that replaces the old built-in cvode version 2 with an external sub repository for version 3.2.1.
See #1960 and branch hines/cv3-digest. New versions of cvode produce different, b…
-
The code demonstrates an issue with the calculation of the Jacobian of a subset of the output vector xf. Specifically, the calculation works fine for the full sensitivity matrix and the first 3 rows, …
-
#### Summary:
If I try to build an R package that uses rstan and includes the BDF ODE solver (`integrate_ode_bdf`), I receive the error `Symbol not found: _CVode`.
#### Description:
- I am un…
-
### Overview of the issue
When trying to translate [cdp5_CR_CAM.mod](https://github.com/ModelDBRepository/265584/blob/master/04_GrC_2020_accelerating/mod_files/cdp5_CR_CAM.mod) I see that nocmodl s…
-
Hi,
this is a nice project. Thank you for sharing.
One nice feature of CVODE/SUNDIALS is the efficient calculation of the sensitivities (gradients with respect to parameters using a set of extra equ…
lohex updated
4 years ago
-
Doesn't appear to be serious. Compilation ends with the following warning message:
```
gfortran-11 -o atchem2 -Jobj -Iobj src/dataStructures.f90 src/argparse.f90 src/interpolationFunctions.f90 src…
rs028 updated
9 months ago
-
Hi Gareth,
I am a neuroscience researcher and I planning on using ModFossa for a small simulation project. Could please take a look into the text below and give me some hits?
Scanning dependenci…
-
### Description
For several models of the BRSL library ```MobileControls``` the CVode solver stops with the error message:
```
[CVODE ERROR] CVode
At t = 0.00541609, mxstep steps taken before r…
-
```julia
using CUDA, Sundials
N = 4
f = (u, p, t) -> zero(u)
u0 = CUDA.rand(N)
ts = (0f0, 1f0)
prob = ODEProblem(f, u0, ts)
alg = CVODE_BDF()
sol = solve(prob, alg)
```
```julia
ju…