peter@peter-VirtualBox:~/
sailfish/examples$ python2.7 ./sphere_3d.py
[ 1162 INFO Master/peter-VirtualBox] Machine master starting with PID 1886 at 2020-04-27 17:31:43 UTC
[ 1162 INFO Master/peter-VirtualBox] Simulation started with: ./sphere_3d.py
[ 1167 INFO Master/peter-VirtualBox] Sailfish version: b7140c580e1f4cb406dde947c8d8d5a8a6b2d79e
[ 1168 INFO Master/peter-VirtualBox] Handling subdomains: [0]
[ 1168 INFO Master/peter-VirtualBox] Subdomain -> GPU map: {0: 0}
[ 1169 INFO Master/peter-VirtualBox] Selected backend: opencl
[ 1173 INFO Subdomain/0] SubdomainRunner starting with PID 1891
Process Subdomain/0:
Traceback (most recent call last):
File "/usr/lib/python2.7/multiprocessing/process.py", line 267, in _bootstrap
self.run()
File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
File "/home/peter/sailfish/sailfish/master.py", line 49, in _start_subdomain_runner
backend = backend_class(config, gpu_id)
File "/home/peter/sailfish/sailfish/backend_opencl.py", line 55, in __init__
devices = [devices[gpu_id]]
IndexError: list index out of range