File tree 5 files changed +21
-2
lines changed
5 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 32
32
/report.txt
33
33
/exampleRun_nml
34
34
/* .dat
35
+ /exampleRun2
36
+ /neuromlLocal /testc302SigSim /* .dat
37
+ /neuromlLocal /testc302SigSim /arm64
38
+ /neuromlLocal /testc302SigSim /x86_64
39
+ /neuromlLocal /testc302SigSim /report.txt
40
+ /neuromlLocal /testc302SigSim /testc302NervousSystem
Original file line number Diff line number Diff line change @@ -61,4 +61,4 @@ tests2: tests2.o NervousSystem.o random.o jsonUtils.o utils.o
61
61
g++ $(CXXFLAGS ) $(LDFLAGS ) -pthread -o tests2 tests2.o NervousSystem.o random.o utils.o jsonUtils.o $(LIBS )
62
62
63
63
clean :
64
- rm -f * .o main tests tests2
64
+ rm -f * .o neuromlLocal/ * .o main tests tests2
Original file line number Diff line number Diff line change 2
2
3
3
<!--
4
4
5
- This LEMS file has been automatically generated using PyNeuroML v1.3.16 (libNeuroML v0.6.5)
5
+ This LEMS file has been automatically generated using PyNeuroML v1.3.15 (libNeuroML v0.6.5)
6
6
7
7
-->
8
8
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ set -e
3
+
4
+ rm -rf arm64 x86_64 __pycache__
5
+
6
+ mv * .dat * .mod * _nrn.py * gv* report.txt /tmp || true
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -ex
3
3
4
+ ./clean.sh
5
+
4
6
ruff format * py
5
7
6
8
python regenerate.py
7
9
8
10
omv all -V
9
11
12
+ cd testc302SigSim
13
+ make clean all
14
+ ./testc302NervousSystem
15
+ cd ..
16
+
You can’t perform that action at this time.
0 commit comments