Skip to content
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

Closed
sarvex opened this issue Feb 24, 2016 · 3 comments
Closed

Test files absent #10

sarvex opened this issue Feb 24, 2016 · 3 comments

Comments

@sarvex
Copy link

sarvex commented Feb 24, 2016

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

@sjeaugey
Copy link
Member

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 make mpitest instead of make test.

@cliffwoolley
Copy link
Collaborator

We did move the single-node tests down into the "single/" subdirectory,
however. This issue correctly points out that we should update the
documentation to reflect that.
On Feb 23, 2016 9:06 PM, "Sylvain Jeaugey" notifications@github.com wrote:

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 make mpitest instead of make test.


Reply to this email directly or view it on GitHub
#10 (comment).

@sjeaugey
Copy link
Member

Indeed, I missed the documentation issue after the test reorganization.
Fixed by commit ddd3f20

@nluehr nluehr closed this as completed Jul 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants