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
{{ message }}
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
Hashmap, as a storage of processed quads, should be either global variable or singleton.
The code is a fat class/function + many small pieces of classes/functions. The functionalities should be push down to basic classes like quad.
Ideally, serial/OpenMP/MPI should be implemented in a well-designed package. Hopefully overloading operators * and -> can be implemented in a way to accommodate MPI and OpenMP.
For some threshold T like 2^20, serial calculation for quad smaller than T should be performed locally. Quad larger than T can be computed in parallel.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Comments and observations
The text was updated successfully, but these errors were encountered: