Skip to content

Commit

Permalink
Tweak non-GPU LPU scaling experiment.
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedov committed Mar 16, 2015
1 parent b779552 commit c8931cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/timing/run_lpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
total_throughput_list = []
runtime_all_list = []
runtime_main_list = []
for i in xrange(3):
for i in xrange(2):
out = subprocess.check_output(['srun', '-n', '1', '-c', str(lpus),
'python', script_name,
'-u', str(lpus), '-s', '1000', '-g', '0',
Expand Down

0 comments on commit c8931cb

Please sign in to comment.