Skip to content
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

I am encountering an error: Error with computation = RQAComputation.create(settings, verbose=True) when I use HPC. However, I do not encounter any error when I use my personal laptop for the same code and installing the same package : from pyrqa.computation import RQAComputation #64419

Closed
NOORLEICESTER opened this issue Mar 25, 2024 · 5 comments
Assignees
Labels
stale This label marks the issue/pr stale - to be closed automatically if no activity stat:awaiting response Status - Awaiting response from author type:support Support issues

Comments

@NOORLEICESTER
Copy link

No description provided.

@NOORLEICESTER NOORLEICESTER changed the title I am encountering an error: Error with computation = RQAComputation.create(settings, verbose=True) when I use HPC. However, I do not encounter any error when I use my personal laptop for the same code. I am encountering an error: Error with computation = RQAComputation.create(settings, verbose=True) when I use HPC. However, I do not encounter any error when I use my personal laptop for the same code and installing the same package : from pyrqa.computation import RQAComputation Mar 25, 2024
@SuryanarayanaY SuryanarayanaY added the type:support Support issues label Mar 26, 2024
@SuryanarayanaY
Copy link
Collaborator

Hi @NOORLEICESTER ,

Could you please provide more details.If this query is related to TFRanking then I think you should report same at Ranking repo.

@SuryanarayanaY SuryanarayanaY added the stat:awaiting response Status - Awaiting response from author label Mar 26, 2024
Copy link

github-actions bot commented Apr 3, 2024

This issue is stale because it has been open for 7 days with no activity. It will be closed if no further activity occurs. Thank you.

@github-actions github-actions bot added the stale This label marks the issue/pr stale - to be closed automatically if no activity label Apr 3, 2024
Copy link

This issue was closed because it has been inactive for 7 days since being marked as stale. Please reopen if you'd like to work on this further.

Copy link

Are you satisfied with the resolution of your issue?
Yes
No

@NOORLEICESTER
Copy link
Author

@SuryanarayanaY
The error:
Traceback (most recent call last):
File "/home/n/nnq2/PhD_env/RPs/RPs.py", line 139, in
computation = RQAComputation.create(settings,
File "/alice-home/3/n/nnq2/PhD_env/py38_example/lib64/python3.9/site-packages/pyrqa/computation.py", line 98, in create
return RQAEngine(settings,
File "/alice-home/3/n/nnq2/PhD_env/py38_example/lib64/python3.9/site-packages/pyrqa/variants/rqa/radius/engine.py", line 87, in init
self.__initialise()
File "/alice-home/3/n/nnq2/PhD_env/py38_example/lib64/python3.9/site-packages/pyrqa/variants/rqa/radius/engine.py", line 93, in __initialise
self.validate_opencl()
File "/alice-home/3/n/nnq2/PhD_env/py38_example/lib64/python3.9/site-packages/pyrqa/variants/engine.py", line 80, in validate_opencl
self.opencl = OpenCL(verbose=self.verbose)
File "/alice-home/3/n/nnq2/PhD_env/py38_example/lib64/python3.9/site-packages/pyrqa/opencl.py", line 77, in init
self.__initialise()
File "/alice-home/3/n/nnq2/PhD_env/py38_example/lib64/python3.9/site-packages/pyrqa/opencl.py", line 91, in __initialise
self.create_environment()
File "/alice-home/3/n/nnq2/PhD_env/py38_example/lib64/python3.9/site-packages/pyrqa/opencl.py", line 277, in create_environment
self.set_platform()
File "/alice-home/3/n/nnq2/PhD_env/py38_example/lib64/python3.9/site-packages/pyrqa/opencl.py", line 386, in set_platform
platforms = cl.get_platforms()
pyopencl._cl.LogicError: clGetPlatformIDs failed: PLATFORM_NOT_FOUND_KHR

following is the code and the error is in line : computation = RQAComputation.create(settings, ....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale This label marks the issue/pr stale - to be closed automatically if no activity stat:awaiting response Status - Awaiting response from author type:support Support issues
Projects
None yet
Development

No branches or pull requests

2 participants