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

Update CORAL GPU section with better test for CUDA-enabled hwloc #71

Closed
SteVwonder opened this issue Oct 20, 2020 · 0 comments
Closed

Comments

@SteVwonder
Copy link
Member

Right now we have the user run lstopo | grep -i coproc, which is an OK test, but it is possible A) for the right binary to be in your PATH but the wrong library to be found by ld B) the wrong binary to be in your PATH but the right library be found by ld. The latter is the case on Lassen where the module file only updated the LD_LIBRARY_PATH. We should just test the intended behavior directly with something like flux start flux resource list.

SteVwonder added a commit to SteVwonder/flux-docs that referenced this issue Jan 6, 2021
Problem: Right now the documentation instructs the user to run `lstopo |
grep -i coproc`, which is an OK test, but it is possible:

1. for the right binary to be in the user's PATH but the wrong library
to be found by ld
2. the wrong binary to be in the user's PATH but the right library be
found by ld.

The latter is the case on Lassen where the module file only updates the
LD_LIBRARY_PATH.

Solution: Have the user test the intended behavior directly with
`flux start flux resource list`.

Closes flux-framework#71
@mergify mergify bot closed this as completed in ed6bdff Feb 19, 2021
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

1 participant