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
At least some of the Makefiles in this project hardcode paths to MPI, NCCL, etc. at the lowest directory level, which means a user from a different system has to change those defaults just to be able to build the project. Example: microbenchmark/scale_out_cl/src/Makefile
There are shared.mk files to centralize that and they are used in SOME of the Makefiles, but not in most of them. Please fix that.
The text was updated successfully, but these errors were encountered:
At least some of the Makefiles in this project hardcode paths to MPI, NCCL, etc. at the lowest directory level, which means a user from a different system has to change those defaults just to be able to build the project. Example: microbenchmark/scale_out_cl/src/Makefile
There are shared.mk files to centralize that and they are used in SOME of the Makefiles, but not in most of them. Please fix that.
The text was updated successfully, but these errors were encountered: