-
Notifications
You must be signed in to change notification settings - Fork 864
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
Test files absent #10
Comments
What you describe seems indeed normal. all_reduce_test is not an MPI test, hence it is located in test/single. To build mpitest, you need to do |
We did move the single-node tests down into the "single/" subdirectory,
|
Indeed, I missed the documentation issue after the test reorganization. |
The documentation specifies
"Test binaries are located in the subdirectories nccl/build/test and nccl/build/mpitest."
and
"./build/test/all_reduce_test"
Whereas when I build the library; mpitest library was absent and all_reduce_test was present in ./build/test/single/ directory.
Am I missing something here
The text was updated successfully, but these errors were encountered: