On 7/30/2019 7:05 PM, Abhishek Singh wrote:
Hi,I am getting the same error, I tried flags like "-O2 -mno-sse2avx -mno-avx -mno-avx512f -static" The error I get for "507.cactuBSSN" is panic: Unrecognized/invalid instruction executed: { leg = 0x10, rex = 0, vex/xop = 0x1, op = { type = three byte 0f38, op = 0xf7, }, modRM = 0, sib = 0, immediate = 0, displacement = 0 dispSize = 0} Is there anyone who can suggest what compiler flags to add to avoid such errors?
Have you narrowed down to whether the offending instruction is from compiling the benchmark itself or is from a library? You might need to get a different version of some library that it's linking with ... Eliot Moss _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
