Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Question about run HPL of mp-linpack

Ke_Z_Intel
Employee
567 Views

Hi all:

I am the first time to run HPL of mp-linpack for Linux, the optimized linpack version is 2018.2.010, CPU is 5120T, but i encountered a mistake:

"HPL offload only runs on Intel architectures which support Intel AVX instructions and later(Family code = 0x55)", really don't know how to solve this, 

is there anyone has a solution? Thanks very much.

0 Kudos
3 Replies
Gennady_F_Intel
Moderator
567 Views

how exactly did you launch these binarias?

0 Kudos
Ke_Z_Intel
Employee
567 Views

Hi Gennady:

I just followed the readme, chose “Make.IMPI_IOMP_AVX2” from setup ,  then modified the parameters,  and type "mpirun -np 4 xhpl",

I don't know if i chose the right file or not.

 

0 Kudos
Menyaylov__Nikolay
567 Views

Hi Ke,

 Try this before starting HPL:

export MKL_ENABLE_INSTRUCTIONS=AVX2

0 Kudos
Reply