I have just cloned sailfish to my computer and while I was running a example the following error occured
[arthur@arthevil examples]$ python cylinder.py
[ 3063 INFO Master/arthevil] Machine master starting with PID 1700 at 2016-10-14 21:12:49 UTC
[ 3063 INFO Master/arthevil] Simulation started with: cylinder.py
[ 3182 INFO Master/arthevil] Sailfish version: f111f6e4a0953357f0871374aa825bc2eaafc2a0
[ 3182 INFO Master/arthevil] Handling subdomains: [0]
[ 3183 INFO Master/arthevil] Subdomain -> GPU map: {0: 0}
[ 3187 INFO Master/arthevil] Selected backend: opencl
Process Subdomain/0:
Traceback (most recent call last):
File "/home/arthur/anaconda2/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/home/arthur/anaconda2/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
File "/home/arthur/Projetos/sailfish/sailfish/master.py", line 49, in _start_subdomain_runner
backend = backend_class(config, gpu_id)
File "/home/arthur/Projetos/sailfish/sailfish/backend_opencl.py", line 52, in __init__
platform = cl.get_platforms()[platform_num]
LogicError: clGetPlatformIDs failed: platform not found khr
Arthur.