I wanted to know... has anyone run the linpack with a parallella cluster?
I saw there was a challenge about this, some time ago. Anyone succeeded?
By now, I've run the linpack on the ARM cluster using OpenBLAS.
Now working on adding the Epiphany.
If anyone is interested in sharing thoughts, experiences, or linpack results, I would like to.
Right now, I have instantiated the BLAS via BLIS on a virtual cluster, modified a "gemm" kernel, built the linpack on top of it, and run it successfully (and checked that my kernel was being run by the linpack... with some "printf"s).
That is... I got to manage a container for a super-Epiphany powered matmul kernel. Now trying to fill it with an actual Epiphany powered matmul kernel
