Skip to content

Commit 4303c69

Browse files
committed
Generate report when finished simulation
1 parent a79e924 commit 4303c69

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,5 @@ examples/*.pov
6262
/examples/*.mod
6363
/examples/*.hoc
6464
/examples/x86_64
65+
/LEMSexamples/report.txt
66+
/LEMSexamples/test/x86_64

LEMSexamples/LEMS_NML2_Ex0_IaF.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
simulation -->
1010

1111
<!-- Specify which component to run -->
12-
<Target component="sim1" />
12+
<Target component="sim1" reportFile="report.txt"/>
1313

1414
<!-- Include core NeuroML2 ComponentType definitions -->
1515

LEMSexamples/LEMS_NML2_Ex1_HH.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
<!-- Specify which component to run -->
12-
<Target component="sim1"/>
12+
<Target component="sim1" reportFile="report.txt"/>
1313

1414
<!-- Include core NeuroML2 ComponentType definitions -->
1515
<Include file="Cells.xml"/>

LEMSexamples/LEMS_NML2_Ex5_DetCell.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
a simulation -->
99

1010

11-
<Target component="sim1"/>
11+
<Target component="sim1" reportFile="report.txt"/>
1212

1313
<Include file="Cells.xml"/>
1414
<Include file="Networks.xml"/>

0 commit comments

Comments
 (0)