You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consult the security policy. If reporting a security vulnerability, do not report the bug using this form. Use the process described in the policy to report the issue.
Make sure you've read the documentation. Your issue may be addressed there.
Search the issue tracker to verify that this hasn't already been reported. +1 or comment there if it has.
If possible, make a PR with a failing test to give us a starting point to work on!
The text was updated successfully, but these errors were encountered:
bmhowe23
changed the title
Tensornet target fails to initialize in Docker image
Tensornet target fails to initialize in Docker image when using remote-mqpu
Jan 24, 2025
I suspect that the change to cudaq.Dockerfile in #2391 has unintentionally skipped the migration of this libcutensornet_distributed_interface_mpi.so file to the destination image.
We could either restore the file migration or unset CUTENSORNET_COMM_LIB (using the built-in comm wrapper).
Thanks for hunting this down, @1tnguyen. For a fix PR, it would be nice to add the example given above (which already exists in our released Docker image) to our publishing pipeline tests to help prevent it in the future.
Required prerequisites
Describe the bug
With the current Docker image, the following test fails. The source file is directly from the GitHub repo: https://github.com/NVIDIA/cuda-quantum/blob/main/docs/sphinx/snippets/python/using/cudaq/platform/sample_async_remote.py
Note that
_Z19initCuTensornetCommPv
is in the section of code that only enabled when MPI should be initialized.The following command is a workaround but not a true fix.
Steps to reproduce the bug
See above
Expected behavior
See above
Is this a regression? If it is, put the last known working version (or commit) here.
Not a regression
Environment
Suggestions
No response
The text was updated successfully, but these errors were encountered: