Intel® Quantum SDK
Forum related to Intel Quantum SDK, a full-stack software kit for programming and executing algorithms on simulated quantum hardware.
Announcements
Important Update: Community Platform Migration​. Learn more​>
38 Discussions

Problem with running docker version1.1

JLquantum
Beginner
1,783 Views

Hi, I've been trying to run version 1.1 of the Docker-based Intel Quantum Compiler on my Mac. I followed the instructions and executed the following command to compile the teleport.cpp example: intel-quantum-compiler quantum-examples/teleport.cpp and generated the executable file. However, when I run ./teleport I've received "illegal instruction" message.  

I've tried running the version 1.0 and it seems that I could generate the executable file and successfully run it.

 

System: Mac OS sonoma 14.5 

Docker version 26.1.4, build 5650f9b

0 Kudos
1 Reply
DrewRisinger
Employee
1,724 Views

Hello @JLquantum , thanks for the question. Unfortunately, MacOS isn't an officially supported platform for the Intel Quantum SDK. However, we will see if we can diagnose/replicate this issue that you are having.

Can you run ``docker info`` and reply with the results? And can you also supply the full command-line command & message e.g.:

```

$ ./teleport 

[results here]

```

Thank you!

0 Kudos
Reply