[gem5-users] Re: Running pthread in gem5 se mode

2021-10-04 Thread RTL Insn via gem5-users
The Gem5 SE mode is bare-metal fashion to run standard applications in absence of any OS. If we want to run a program in parallel, using POSIX thread or OpenMP, it is not possible to execute parallel-applications in bare-metal SE MODE. On Mon, Oct 4, 2021 at 4:15 PM VIPIN PATEL via gem5-users < ge

[gem5-users] Re: Multithread simulation using gem5 SE mode

2022-01-25 Thread RTL Insn via gem5-users
It is not possible to run a multithreaded program in Gem5-SE mode as you need an operating system that handles the threads at kernel level. So, full-system mode should be used for running any multithreaded programs. On Wed, Jan 26, 2022 at 3:40 AM Andronicus Samsundar Rajasukumar via gem5-users w

[gem5-users] Re: Simulation error for hello world workload

2023-01-24 Thread RTL Insn via gem5-users
Hi, First of all, you do not need to edit the script file to run a workload!!! You can run the workload (you hello world program) just by passing it as an argument in your command line. It is not a good idea to modify simple.py just to run your program. Assume you have multiple programs you need t

[gem5-users] Re: RV32 SIMULATION with gem5

2023-01-26 Thread RTL Insn via gem5-users
Hi, Build the Gem5 for ARM architecture. On Thu, Jan 26, 2023 at 3:06 PM Ayan Ray via gem5-users wrote: > HI Juan/all, > > I am comparatively new to simulating with RISC ISA, can anybody point me > to the steps for setup ? > Thanks > > On Thu, Jan 26, 2023 at 5:01 PM Juan García Blanco > wrote:

[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