Trying to get a CPU only version of OpenCL working for Ubuntu just so I can play around with the language. Using an AWS Ubuntu 16.04.5 instance. Per https://software.intel.com/en-us/articles/opencl-drivers#cpu-lin-u I downloaded http://registrationcenter-download.intel.com/akdlm/irc_nas/12556/opencl_... but when I install it I get the error pop-up shown in the attached image file (sorry I don't know how to inline it ;^(). Basically it says it doesn't support my OS, only RedHat and CentOS are supported.
system info:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.5 LTS
Release: 16.04
Codename: xenial
$ uname -a
Linux ip-172-31-41-172 4.4.0-1065-aws #75-Ubuntu SMP Fri Aug 10 11:14:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
I'm also curious in that it says I need to get lsb-core >= 4.0 but it looks like I have 9.something (which I think should be >= 4 ??)
$ apt list lsb-core
Listing... Done
lsb-core/xenial-updates 9.20160110ubuntu0.2 amd64
I'm new to this OpenCL stuff, so any help/suggestions would be appreciated.