Skip to content

Commit

Permalink
sp multi-rank test
Browse files Browse the repository at this point in the history
  • Loading branch information
lehner committed Jan 2, 2025
1 parent 395d81b commit 9b051ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/qcd/sparse_propagator.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
coordinates = quark.sink_domain.coordinates
nsrc = quark.source_domain.sampled_sites

g.message(f"Has {nsrc} source points and {quark.sink_domain.sampled_sites} sink points")

# test cache optimized sampler
rng = g.random("test")
to_sample = [[rng.uniform_int(min=0, max=nsrc - 1) for i in range(3)] for j in range(20)]
Expand Down

0 comments on commit 9b051ba

Please sign in to comment.