Forwarding this to the list for posterity.

---------- Forwarded message ----------
From: Paul Rosenfeld <[email protected]>
Date: Tue, Mar 6, 2012 at 2:18 PM
Subject: Re: [marss86-devel] problem in running marss
To: pooja arora <[email protected]>


My mistake, I have not used the splash image before, I didn't realize it
wasn't a qcow2. You are correct, just use the .img file as your -hda
argument.

To avoid the ROM errors, please run marss from a directory level one up
from where you are now (i.e. from the marss/ folder).

Your command will look something like

qemu/qemu-system-x86_64 -hda /home/pooja/splash.qcow2 -m 4G

This is the easiest way to avoid these errors.

After you get to the login screen, you can enter in your login information
(root/root). Once you are at the terminal, you can do something like:

./start_sim ; ls ; ./stop_sim

This will launch the simulation, run the ls command, and then stop the
simulation.

If you run the parsec bechmarks, since they have the ROI information in
them, you will not need to run start_sim first. Just use the parsecmgmt
command to start a parsec benchmark. For example, I have a shell script
that executes parsec:


    cd parsec-2.1
    source env.sh
    export PARSEC_CPU_NUM=$OMP_NUM_THREADS
    export PARSEC_CPU_BASE=0
    parsecmgmt -a run -x roi -c gcc-hooks -p facesim -i simlarge -n
$OMP_NUM_THREADS


On Tue, Mar 6, 2012 at 5:17 AM, pooja arora <[email protected]> wrote:

> Dear Sir,
>
> I unzip the benchmark and then executed the command as you told me but
> again it's giving error message i.e.
>
> pooja@pooja:~/marss/qemu$ qemu-system-x86_64 -hda
> /home/pooja/splash.qcow2 -m 4G
> qemu-system-x86_64: -hda /home/pooja/splash.qcow2: could not open disk
> image /home/pooja/splash.qcow2: No such file or directory
> pooja@pooja:~/marss/qemu$
> *
> **After unzipping the benchmark output is splash.img. Infact when I tried
> your command with the benchmark.img then**
>
> *pooja@pooja:~/marss/qemu$ qemu-system-x86_64 -hda
> /home/pooja/parsecROI.img -m 1G
> qemu-system-x86_64: pci_add_option_rom: failed to find romfile
> "pxe-rtl8139.bin"*
>
> now its opening new window with window title QEMU, it asked me for uid and
> password. I entered that too but after that what should be done.
>
> *Kindly help me I'll be very grateful to you.
> *
>
> *
>
> On Tue, Mar 6, 2012 at 5:04 AM, Paul Rosenfeld <[email protected]>wrote:
>
>> The images are not iso images. The images are a format called qcow2 which
>> is used only by qemu. There's not a real convenient way to mount them.
>>
>> To run the image, just unzip it and specify the image as the
>>
>> qemu-system-x86_64 -hda yourimage.qcow2 -m 4G
>>
>>
>>
>> On Mon, Mar 5, 2012 at 1:29 AM, pooja arora <[email protected]>wrote:
>>
>>> Dear Sir,
>>>
>>> I just downloaded the Image with* Parsec 2.1 Benchmarks and ROI Hooks*.
>>> I am using *Furious ISO software to mount it's image*. But nothing is
>>>
>>> happening. I just want to execute this benchmark so that I can proceed
>>> further. But I am not able to run.
>>>
>>> Kindly resolve my issue. I'll be very thankful to you.
>>>
>>>
>>>
>>>
>>> On Mon, Mar 5, 2012 at 11:38 AM, Paul Rosenfeld <[email protected]>wrote:
>>>
>>>> I'm not sure I understand your question. How do you know the image is
>>>> supposed to be 4GB? I've not used the Splash2 image before.
>>>>
>>>>
>>>> On Sat, Mar 3, 2012 at 8:41 AM, pooja arora <[email protected]>wrote:
>>>>
>>>>> Dear Sir,
>>>>>
>>>>> Thanks for giving me your precious time. When I am have extractedimage 
>>>>> file with Splash2 Benchmarks and ROI Hooks it's size is 5 GB which
>>>>> should be 4 GB. Is dere any issue because of this, as I am not able  to
>>>>> write this image on DVD even.
>>>>>
>>>>> Please resolve this issue as I am new to this simulator.
>>>>>
>>>>>
>>>>> On Fri, Mar 2, 2012 at 2:05 AM, Paul Rosenfeld 
>>>>> <[email protected]>wrote:
>>>>>
>>>>>> It's just a normal path to a disk image file for example if you had
>>>>>> an image file located in  /home/user/marss/ then you might issue the
>>>>>> command:
>>>>>>
>>>>>> qemu/qemu-system-x86_64 -m 4096M -hda /home/user/marss/parsec.qcow2
>>>>>>
>>>>>> please note if you are using the machine over ssh you might have to
>>>>>> add the command line flag -curses or -nographic to do console-only mode.
>>>>>>
>>>>>> For the cache coherence code, look through in ptlsim/cache/ for files
>>>>>> like directoryController.*, coherentCache.*, etc.
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Thu, Mar 1, 2012 at 12:36 PM, pooja arora <[email protected]
>>>>>> > wrote:
>>>>>>
>>>>>>> Dear Sir,
>>>>>>>
>>>>>>> Now I am done with error-free compilation of marss. I am not getting
>>>>>>> how to execute this command :
>>>>>>>
>>>>>>> qemu/qemu-system-x86_64 -m [memory_size] -hda [path-to-qemu-disk-image]
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> *Actually I am not getting what would be the path to qemu disc
>>>>>>> image?
>>>>>>>
>>>>>>> *Kindly help me to resolve this issue.* I also want to know how to
>>>>>>> do Cache Coherence simulation with marss simulator.*
>>>>>>> --
>>>>>>> Thanks and Regards,
>>>>>>> Pooja  Arora ( [email protected])
>>>>>>> M Tech (CSE) (Final Year)
>>>>>>> Delhi College of Engineering
>>>>>>> New Delhi, INDIA
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> http://www.marss86.org
>>>>>>> Marss86-Devel mailing list
>>>>>>> [email protected]
>>>>>>> https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Thanks and Regards,
>>>>> Pooja  Arora ( [email protected])
>>>>> M Tech (CSE) (Final Year)
>>>>> Delhi College of Engineering
>>>>> New Delhi, INDIA
>>>>>
>>>>>
>>>>
>>>
>>>
>>> --
>>> Thanks and Regards,
>>> Pooja  Arora ( [email protected])
>>> M Tech (CSE) (Final Year)
>>> Delhi College of Engineering
>>> New Delhi, INDIA
>>>
>>>
>>
>
>
> --
> Thanks and Regards,
> Pooja  Arora ( [email protected])
> M Tech (CSE) (Final Year)
> Delhi College of Engineering
> New Delhi, INDIA
>
>
_______________________________________________
http://www.marss86.org
Marss86-Devel mailing list
[email protected]
https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel

Reply via email to