Contact Details
No response
Are there any linked Issues or Pull Requests?
No response
Brief description
Currently the internal representation of a vernier calliper's data is a python list of length n_ranks. Each calliper had the thread ID baked in, so threading information is preserved that way.
This issue will refactor that representation such that a calliper's data is numpy array of shape (n_ranks, n_threads)
Further details of the issue.
No response