Nicolas Cornu

Results 50 issues of Nicolas Cornu

### Brief We are reviewing the NMODL language spec implemented in the new [NMODL translator](https://github.com/BlueBrain/nmodl) and wondering if all features / language spec is used or necessary today in the...

proposal
nmodl

Here is a fix for the problem encountered here: https://forum.hdfgroup.org/t/bug-h5tcopy-of-empty-enum/9634/2 Today, the error is arriving when using the compound type for example in H5Tclose in the test. I add the...

As the pool underneath is already mutexed (`MutexPool`), no one mutex `TQueue` or `SelfQueue`.

`kschan` is using a `sparse13` matrix to ``, we replace it with a `Eigen::SparseMatrix`. During the process we remove variables `elms_` and `diag_`. `diag_` was a list of all diagonal...

Remove usage of: * `Isaac64` * `ACG` * `MLCG`

Meschach (http://homepage.divms.uiowa.edu/~dstewart/meschach/) and sparse13 (https://netlib.org/sparse/) are 2 old (1997, 1988) libraries for doing dense and sparse matrix computations. We can maybe replace them by a more modern and extern eigen3...

enhancement

In `nocmodl`, we have an infinite loop that leads to a leak with the simple: ``` NEURON { SUFFIX test } STATE { x y } PROCEDURE foo() { SOLVE...

bug

In this commit: https://github.com/LLNL/Caliper/commit/8605c925f6cdd0f3ca46b0d8c398236ae0296f23#diff-954e57c109f5357a835754e303d3cf1d914d61dbbb2642d5d7d0b5ba1f46f119 The timer resolution have been increased. It seems that since this patch we need to add `.ns` to `time.offset`, `time.duration` and `time.inclusive.duration`. This is not explicitly...