Discussion:
[gem5-users] Running Mnemosyne Benchmark on gem5
Abhishek Singh
2018-11-27 21:58:23 UTC
Permalink
Hello Everyone,

I am trying to run Mnemosyne benchmark (
https://github.com/snalli/mnemosyne-gcc) on SE mode of gem5(latest Master
Commit as of today), I am running into this runtime error as follows:

"""

warn: ignoring syscall set_robust_list(...)

warn: ignoring syscall rt_sigaction(...)

(further warnings will be suppressed)

warn: ignoring syscall rt_sigprocmask(...)

(further warnings will be suppressed)

warn: Attempting to open special file: /proc/self/status. Ignoring.
Simulation may take un-expected code path or be non-deterministic until
proper handling is implemented.

warn: instruction 'movntdq_Mo_Vo' unimplemented

warn: instruction 'movntdq_Mo_Vo' unimplemented

warn: instruction 'movntdq_Mo_Vo' unimplemented

warn: instruction 'movntdq_Mo_Vo' unimplemented

warn: Attempting to open special file: /sys/devices/system/node. Ignoring.
Simulation may take un-expected code path or be non-deterministic until
proper handling is implemented.

warn: Attempting to open special file:
/sys/devices/system/node/node0/meminfo. Ignoring. Simulation may take
un-expected code path or be non-deterministic until proper handling is
implemented.

warn: ignoring syscall sched_getaffinity(...)

warn: Attempting to open special file: /sys/devices/system/cpu. Ignoring.
Simulation may take un-expected code path or be non-deterministic until
proper handling is implemented.

*request to allocate mask for invalid number; abort*

: Success

Exiting @ tick 3402857920 because exiting with last active thread context

*Simulated exit code not 0! Exit code is 1*


"""


I am not able to understand this, can anyone help me with this?



Best regards,

Abhishek

Loading...