pioch-02
pioch-02
When I set it before setting target, i.e.: ``` import cudaq cudaq.set_random_seed(123) cudaq.set_target("nvidia", option="mgpu") ``` then nothing changes (the same errors for both container and modules). If I move it...
Ran the container interactively and built it within it. Also tried with a file built against the modules but used with the container and all possible permutations, the results were...
Sure thing, removed the repeating error, here's the beginning and end: ``` python: /root/.llvm-project/llvm/include/llvm/Support/CommandLine.h:864: void llvm::cl::parser::addLiteralOption(llvm::StringRef, const DT&, llvm::StringRef) [with D T = llvm::FunctionPass* (*)(); DataType = llvm::FunctionPass* (*)()]: Assertion...
Still crashes - I've created new .so file and used both the original code and the suggested version, crashed in both cases: ``` python: /root/.llvm-project/llvm/include/llvm/Support/CommandLine.h:864: void llvm::cl::parser::addLiteralOption(llvm::StringRef, const DT&, llvm::StringRef)...
@mitchdz This seems to have solved the issue: ```{ 0000000000000000000000000000000000000000:486 1111111111111111111111111111111111111111:514 }``` Thank you very much!