-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why codes are (again) located under computers? #17
Comments
I don't think this is true previously for the I think the main point is that the |
That is exactly what I referred to. Before the structure was: Now the structure became: To simplify the setup we agreed to keep codes alongside computers. Otherwise, we run into combinatorial problems (too many combinations of computers and codes). |
But you still have the same problem for the code setup configs before, you need distinguish the hybrid with multicore, for GPU/CPU seperately. |
Not always, since you can use the CPU codes on the GPU partition. We often do that. Also, some codes are simply not working on GPU, so they will have to be duplicated. |
My apologize for missing this comment. I didn't realize this use case and it is a strong example that codes located under computers is not a good decision. I'd like to take couple examples to see how much we can simplify by putting it inside/outside with the computer:
|
Previously, we have decided to decouple codes from computers. In this repository, they are brought back together again.
Unfortunately, I missed this part when the repository was introduced. What is the reason for that?
The text was updated successfully, but these errors were encountered: