You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently every test, even simple data structures tests, depend on Domain through Parallel through the testing framework. It makes sense to have part of our parallel backend depend on Domain (e.g. element distribution), but we should split those parts into a separate library so the low-level parallel backend doesn't have to compile all of Domain.
The text was updated successfully, but these errors were encountered:
Currently every test, even simple data structures tests, depend on Domain through Parallel through the testing framework. It makes sense to have part of our parallel backend depend on Domain (e.g. element distribution), but we should split those parts into a separate library so the low-level parallel backend doesn't have to compile all of Domain.
The text was updated successfully, but these errors were encountered: