Skip to content

Commit

Permalink
pd_scale-1.0_DC-0_TH-0_Balanced-1_60sec - 1024 cores - after fixing c…
Browse files Browse the repository at this point in the history
…onnList performance
  • Loading branch information
salvadord committed Dec 14, 2018
1 parent 68cb8ee commit 6c44568
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
############################################################

cfg.seeds['stim']=3
cfg.duration = 1*1e3 #6*1e2 # Duration of the simulation, in ms
cfg.duration = 60*1e3 #6*1e2 # Duration of the simulation, in ms
cfg.dt = 0.025 # Internal integration timestep to use
cfg.verbose = 0 # Show detailed messages
cfg.seeds['m'] = 123
Expand Down
4 changes: 2 additions & 2 deletions pd.sbatch
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#SBATCH -t 60:00:00
#SBATCH --nodes=16
#SBATCH --ntasks-per-node=64
#SBATCH -o /home/salvadord/pd/data/pd_scale-1.0_DC-0_TH-0_Balanced-1_1sec_1024.run
#SBATCH -e /home/salvadord/pd/data/pd_scale-1.0_DC-0_TH-0_Balanced-1_1sec_1024.err
#SBATCH -o /home/salvadord/pd/data/pd_scale-1.0_DC-0_TH-0_Balanced-1_60sec_1024.run
#SBATCH -e /home/salvadord/pd/data/pd_scale-1.0_DC-0_TH-0_Balanced-1_60sec_1024.err
#SBATCH [email protected]
#SBATCH --mail-type=end
#SBATCH --exclude=compute[17-64000]
Expand Down

0 comments on commit 6c44568

Please sign in to comment.