This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Description
The new fast_imem calculation introduced to CoreNeuron
should be implemented for GPU as well using OpenACC.
The related functions to the calculations are: nrn_calc_fast_imem
, nrn_finitialize
, nrn_rhs
and nrn_lhs
.
Care should be taken also for the code generation for GPU from mod2c
and NMODL
.
Related PR: #196