-
Notifications
You must be signed in to change notification settings - Fork 65
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
[QST]: cufile.log Path Change #514
Comments
Maybe this doc is helpful? |
I also noticed this happens with the nvidia pytorch 22.11 container and versions after.
In 22.10 and earlier:
It will throw the error: In the cufile.log:
I am looking for the correct practices. (1) Is this log notice something that needs fix? (2) If I need to move the log file to other places, is there some convention where this file should belong to? Thank you |
In the https://docs.nvidia.com/gpudirect-storage/troubleshooting-guide/index.html#enable-diff-log-file-app
Is that the case?
This means that the system doesn't have a GDS-enabled storage device and drivers, so the GDS API call would execute the regular posix API without the benefit of GDS. |
Thanks @gigony for the reply. |
Fixes #6020 ### Description ``` pip install cucim python -c "import cucim" ``` may create a `cufile.log` file in the current working directory (please see rapidsai/cucim#514) this PR delays the cucim imports to when the modules are really needed. ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [x] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [x] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. --------- Signed-off-by: Wenqi Li <[email protected]>
What is your question?
Hello, is there a way to change the cufile.log path? It is always created in the entrypoint folder of my python module.
Thanks in advance!
The text was updated successfully, but these errors were encountered: