#3061
Breakable
Keymaster

Eric mentioned that his simulation cannot be paralelised.
I am guessing INCITE can be only implemented by a lot of parralel computer cores.
So there is no speed up by running a serial task there, because you could use just one computer core.
Its better to run on a GPU which has more serial powe.
Of course dont forget that most GPU’s are also implemented by using several cores in paralel,
so you should choose one that has the fastest core, instead of the most teraflops.