-
Notifications
You must be signed in to change notification settings - Fork 244
activate_custom_mpi.sh: do not link against mlir #2905
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Mitchell <[email protected]>
Command Bot: Processing... |
Signed-off-by: Mitchell <[email protected]>
Command Bot: Processing... |
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Command Bot: Processing... |
Command Bot: Processing... |
I will modify this PR shortly to instead of just dropping the mlir links, add a new flag to |
This flag allows the option to disable linking cudaq libraries. This is useful for the MPI plugin as an example. Signed-off-by: Mitchell <[email protected]>
Signed-off-by: Mitchell <[email protected]>
Signed-off-by: Mitchell <[email protected]>
Signed-off-by: Mitchell <[email protected]>
Command Bot: Processing... |
See #2892
It might be worth it to further trim down what the ELF file links against, but the other files seem benign for now.