Hello all,
I am trying to reproduce the Matrix Multiply results presented in the following website and I am not getting the same results.
http://www.intel.com/content/www/us/en/benchmarks/server/xeon-phi/xeon-phi-linpack-stream.html
Attached is the modified file from the I am starting from the code that comes with the MKL library (under: C:\Program Files (x86)\IntelSWTools\compilers_and_libraries\windows\mkl\examples) with no buffer reuse and doing initially single precision computations.
Does anyone know if this is the code used for the benchmark or if there is a specific linpack library that I should be using, like the one found here:
https://software.intel.com/en-us/articles/intel-mkl-benchmarks-suite
The Xeon Phi Model I am using is the 7200P with 61 cores and 16GB RAM.
Also, it curious that at 30000 rank matrices (~10.1 GB for the three matrices) the MIC reserves the memory (checking with the micsmc and ssh-ing into the MIC and using the top command) but performs no computations and it seems to hang.
Best regards,
David