You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
replace async(_nt->stream_id) with async(stream_id)
Clean integration tests mechanism
Would be nice if we could avoid these ifdefs:
#ifdef _OPENMP
void Phase1::populate(NrnThread& nt, int imult, OMP_Mutex& mut) {
#else
void Phase1::populate(NrnThread& nt, int imult) {
#endif
Use fstream instead of File*
Use tie for .first, .second assignment
- [ ] For AoS increment pointer instead of using indexes : we will deprecate AoS separately (soon) - [ ] Get rid of warnings from generated code : we shouldn't worry about mod2c as it will be replaced by NMODL - [ ] nrnmpi_pgvts_least remove? : will need it for cvode so we can it for now - [ ] Use spdlog? #180CNEUR-22 : there is separate ticket for logging