Thanks for your help!
Is there any example of benchmarks that uses fork() ?
Thanks
Panayiotis
> Date: Fri, 21 Dec 2007 16:16:59 -0800> From: [EMAIL PROTECTED]> To:
> m5-users@m5sim.org> Subject: Re: [m5-users] Programming benchmarks for CMP> >
> This page desc
This page describes the situation with Splash benchmarks, but it
basically applies to running parallel codes in general:
http://www.m5sim.org/wiki/index.php/Splash_benchmarks
If you want to run codes that you've developed yourself on MIPS,
you'll have to do some work to implement fork() or someth
Hi all,
I am trying to run some simple benchmarks on M5 using CMP architecture. My
question is how can i run my benchmark parallel i.e. if i have 2 processors how
do i schedule the instructions for each one?
Do i have to configure my system, for example on se.py file , and define the
worklo