[gem5-users] Re: multithreaded program is SE mode using gem5 standard library

2023-10-05 Thread RTL Insn via gem5-users
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

[gem5-users] Re: multithreaded program is SE mode using gem5 standard library

2023-10-05 Thread bbruce--- via gem5-users
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

[gem5-users] Modifying X86Board to support multiple processors

2023-10-05 Thread James Pangia via gem5-users
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