I can run multithreded programs written in c/c++ using omp and Pthread
libraries in SE mode.
On Fri, Oct 6, 2023 at 12:00 AM bbruce--- via gem5-users <
gem5-users@gem5.org> wrote:
> Hey Ziyao,
>
>
> Thank you for pointing this out. This comment is wrong. This was a
> restriction at some time, and
Hey Ziyao,
Thank you for pointing this out. This comment is wrong. This was a restriction
at some time, and even then only in the standard library. Right now you can run
multi-threaded applications in se-mode via the \`set_se_binary_workload\`
function. It’s supported.
I’ve submitted a pull-re
Hello all,
I am writing a config for a multi-socket system in gem5 to use in testing a
research design implementation. I am modifying x86_board.py,
abstract_system_board.py, and abstract_board.py. I want to modify the
X86Board class to accept a list of processors instead of a single
processor, and