./real.exe

renups

New member
While running ./real.exe, it shows
./real.exe

Please verify that both the operating system and the processor support Intel(R) X87, CMOV, MMX, FXSAVE, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, POPCNT and AVX instructions.

What does it mean? How can I solve this?


in bashrc
export CC=icc
export FC=ifort
export F90=ifort
export CXX=icpc
 
Back
Top