I have programs which can not use CUDA (graphic cards), but can run perfectly in parallel using ParallelTable (mainly symbolic transformations). Now I wonder, whether ParallelTable works with co-processors, such as the Intel Xeon Phi with 61 cores. If I would have such a co-processor, could I start 61 additional instances of Mathematica which then run my programs on the co-processors?
I was looking here, here and here, but was not able to find the information.
ParallelTableand friends cannot work. Automatic offloading using MKL is somewhat more feasible but the results from in-house testing have been underwhelming. – ilian Nov 27 '16 at 16:10