This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Commit d443f9a
authored
Update mod2c to latest module and nmodl args bug fix (#459)
* Update mod2c to latest module
* mod2c now aborts when mod files is not threadsafe
* this avoids confusing compilation errors for end users
* BB5 CI : Specify multiple partitions and remove skl constraint
* COMPILE_OPTIONS doesnt work with CMake v3.10; COMPILE_DEFINITIONS works fine
* Update nmodl submodule
* Bug fix in previous commit : NMODL should run inline pass1 parent d4ed738 commit d443f9a
File tree
5 files changed
+13
-19
lines changed- CMake
- coreneuron
- external
- tests/jenkins
5 files changed
+13
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
| 105 | + | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
- .github/workflows/mod2c-ci.yml+1-1
- src/mod2c_core/noccout.c+6
- test/validation/mod/Nap.mod+1-1
- test/validation/mod/NapIn.mod+1-1
- test/validation/mod/SynNMDA10_1.mod+2-1
- test/validation/mod/SynNMDA10_2.mod+2-1
- test/validation/mod2c_core/cpp/Nap.cpp+193-85
- test/validation/mod2c_core/cpp/NapIn.cpp+197-92
- test/validation/mod2c_core/cpp/SynNMDA10_1.cpp+283-125
- test/validation/mod2c_core/cpp/SynNMDA10_2.cpp+258-84
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 25 | + | |
33 | 26 | | |
34 | 27 | | |
35 | 28 | | |
| |||
39 | 32 | | |
40 | 33 | | |
41 | 34 | | |
42 | | - | |
43 | | - | |
| 35 | + | |
| 36 | + | |
44 | 37 | | |
45 | 38 | | |
46 | 39 | | |
| |||
49 | 42 | | |
50 | 43 | | |
51 | 44 | | |
52 | | - | |
53 | | - | |
| 45 | + | |
| 46 | + | |
54 | 47 | | |
55 | 48 | | |
56 | 49 | | |
| |||
0 commit comments