Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
multi-area-model
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IAS-6
multi-area-model
Commits
2de17261
Commit
2de17261
authored
6 years ago
by
Maximilian Schmidt
Committed by
Maximilian Schmidt, blaustein
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove recording processes from code
parent
49018156
No related branches found
No related tags found
1 merge request
!1
Add all necessary files for the multi-area model
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
multiarea_model/default_params.py
+0
-2
0 additions, 2 deletions
multiarea_model/default_params.py
multiarea_model/simulation.py
+0
-1
0 additions, 1 deletion
multiarea_model/simulation.py
run_example.py
+0
-1
0 additions, 1 deletion
run_example.py
with
0 additions
and
4 deletions
multiarea_model/default_params.py
+
0
−
2
View file @
2de17261
...
...
@@ -42,8 +42,6 @@ sim_params = {
'
dt
'
:
0.1
,
# simulated time (in ms)
'
t_sim
'
:
10.0
,
# no. of recording processes holding global spike detectors
'
num_rec_processes
'
:
0
,
# no. of MPI processes:
'
num_processes
'
:
1
,
# no. of threads per MPI process':
...
...
This diff is collapsed.
Click to expand it.
multiarea_model/simulation.py
+
0
−
1
View file @
2de17261
...
...
@@ -157,7 +157,6 @@ class Simulation:
'
grng_seed
'
:
master_seed
,
'
rng_seeds
'
:
list
(
range
(
master_seed
+
1
,
master_seed
+
vp
+
1
))})
nest
.
SetNumRecProcesses
(
self
.
params
[
'
num_rec_processes
'
])
nest
.
SetDefaults
(
self
.
network
.
params
[
'
neuron_params
'
][
'
neuron_model
'
],
self
.
network
.
params
[
'
neuron_params
'
][
'
single_neuron_dict
'
])
...
...
This diff is collapsed.
Click to expand it.
run_example.py
+
0
−
1
View file @
2de17261
...
...
@@ -35,7 +35,6 @@ network_params = {'N_scaling': 1.,
sim_params
=
{
'
t_sim
'
:
2000.
,
'
num_processes
'
:
720
,
'
num_rec_processes
'
:
1
,
'
local_num_threads
'
:
1
,
'
input_params
'
:
input_params
,
'
recording_dict
'
:
{
'
record_vm
'
:
False
}}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment