Skip to content

Commit

Permalink
Helpful reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Aug 4, 2024
1 parent e4e0e97 commit 267972c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyqrack/qrack_system/qrack_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ def __init__(self):
try:
self.qrack_lib = CDLL(shared_lib_path)
except Exception as e:
print(e)
print("IMPORTANT: Did you remember to install OpenCL, if your Qrack version was built with OpenCL?")
raise e

self.fppow = 5
if "QRACK_FPPOW" in os.environ:
Expand Down

0 comments on commit 267972c

Please sign in to comment.