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

Travis doesn't work for multi-node tests #4

Open
CamStan opened this issue Aug 8, 2019 · 2 comments
Open

Travis doesn't work for multi-node tests #4

CamStan opened this issue Aug 8, 2019 · 2 comments

Comments

@CamStan
Copy link
Member

CamStan commented Aug 8, 2019

Currently, the way tests are set up for some of the components, adding a test requires the number of nodes be dictated:

ADD_TEST(NAME shuffile_test COMMAND ${MPIEXEC} ${MPIEXEC_NUMPROC_FLAG} 6 -N3 -m block ./shuffile_test)
                                                                         ^^^

This causes the tests to fail as -N is not recognized.

This is currently an issue with:

@kosinovsky
Copy link

kosinovsky commented Aug 8, 2019 via email

@CamStan
Copy link
Member Author

CamStan commented Aug 9, 2019

I do not. I don't think there was a CMake envar for it. The tests will still be run by GitLab, so might not be a big deal. Just wanted to make note of it somewhere since I'd already forgotten about shuffile until I saw the same thing in redset.

@gonsie gonsie changed the title Travis CI not running tests for some components Travis doesn't work for multi-node tests Aug 14, 2019
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

2 participants