Skip to content

Commit

Permalink
Test removing serial from MD example
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapb committed Dec 4, 2020
1 parent 129d687 commit 0d7ec25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/molecular_dynamics/nnps_kernels.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def flatten(p, q, qmax):
return p * qmax + q


@serial
#@serial
@annotate
def count_bins(i, x, y, h, cmax, keys, bin_counts,
sort_offsets):
Expand Down

0 comments on commit 0d7ec25

Please sign in to comment.