This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Commit d2f4d3d
authored
Remove accelmath.h (#679)
This fixes compilation with NVHPC 21.9 in some cases.
* Update mod2c submodule with mod2c#73, which does the same thing there.
* Update nmodl submodule with nmodl#762, which fixes code generation for
the SH_na8st.mod mechanism in the reduced_dentate model.1 parent d2fb845 commit d2f4d3d
4 files changed
Lines changed: 2 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 45 | | |
50 | 46 | | |
51 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 9 | | |
14 | 10 | | |
15 | 11 | | |
| |||
- src/mod2c_core/nocpout.c-3
- test/validation/mod2c_core/cpp/NaSm.cpp-3
- test/validation/mod2c_core/cpp/Nap.cpp-3
- test/validation/mod2c_core/cpp/NapDA.cpp-3
- test/validation/mod2c_core/cpp/NapIn.cpp-3
- test/validation/mod2c_core/cpp/Nap_E.cpp-3
- test/validation/mod2c_core/cpp/Nap_No.cpp-3
- test/validation/mod2c_core/cpp/SynNMDA10_1.cpp-3
- test/validation/mod2c_core/cpp/SynNMDA10_2.cpp-3
- test/validation/mod2c_core/cpp/SynNMDA10_2_2.cpp-3
- test/validation/mod2c_core/cpp/SynNMDA16.cpp-3
- test/validation/mod2c_core/cpp/SynNMDA16_2.cpp-3
- test/validation/mod2c_core/cpp/is.cpp-3
- test/validation/mod2c_core/cpp/zoidsyn.cpp-3
- .github/problem-matchers/address.json+15
- .github/problem-matchers/gcc.json+18
- .github/problem-matchers/undefined.json+20
- .github/workflows/coverage.yml+11-18
- .github/workflows/nmodl-ci.yml+170-24
- .github/workflows/nmodl-doc.yml+2-1
- .gitlab-ci.yml+36-64
- .gitmodules+1-1
- .sanitizers/lsan.supp+2
- CMakeLists.txt+6-15
- CONTRIBUTING.md+1-1
- azure-pipelines.yml+8-8
- ci/bb5-pr.sh-101
- cmake/hpc-coding-conventions+1-1
- ext/spdlog+1-1
- setup.py+1-1
- src/CMakeLists.txt+6
- src/codegen/codegen_c_visitor.cpp+6-4
- src/codegen/codegen_helper_visitor.cpp+15-2
- src/codegen/codegen_ispc_visitor.cpp+3-3
- src/codegen/fast_math.hpp+35-10
- src/language/templates/ast/ast_decl.hpp+2-2
- src/lexer/unit_lexer.hpp+5-12
- src/parser/diffeq_context.hpp+2-6
- src/pybind/CMakeLists.txt+13
- src/symtab/symbol.hpp+2-2
- src/visitors/inline_visitor.cpp-1
- src/visitors/sympy_conductance_visitor.cpp-1
- src/visitors/sympy_solver_visitor.cpp+7-6
- src/visitors/visitor_utils.cpp-2
- test/integration/CMakeLists.txt+6
- test/unit/CMakeLists.txt+5
- test/unit/codegen/codegen_helper.cpp+44
0 commit comments