Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedov committed Dec 9, 2015
2 parents 84b9978 + 403964f commit 7de31b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurokernel/core_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def _sync(self):
if requests:
self.req.Waitall(requests)
if not self.time_sync:
self.log_info('received all data received by %s' % self.id)
self.log_info('all data were received by %s' % self.id)

# Copy received elements into the current module's data array:
for src_id in self._in_ids:
Expand Down

0 comments on commit 7de31b9

Please sign in to comment.