Skip to content

Commit

Permalink
mpi and cuda fails
Browse files Browse the repository at this point in the history
with msg:
[ 18%] Linking CXX shared library libQuEST.so
/tmp/ccy9NcXF.s: Assembler messages:
/tmp/ccy9NcXF.s:55: Error: symbol `fatbinData' is already defined

It seems like link-time optimisations break when both MPI and CUDA are being linked. Here's a hail-mary fix...
  • Loading branch information
TysonRayJones committed Feb 27, 2025
1 parent 4ad4a66 commit 0c93976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: Jimver/[email protected]
with:
method: network
sub-packages: '["nvcc", "cudart", "thrust"]'
sub-packages: '["nvcc", "cudart", "thrust", "nvrtc"]'

- name: Configure CMake
run: >
Expand Down

0 comments on commit 0c93976

Please sign in to comment.