Hi, 1. How did you compile with scons? Was is just 'scons' or was it 'scons c=#'? Also, it should be single_core not single-core (Note the underscore). 2. If you look at the file create_checkpoints.py in util/ you can see how we create checkpoints for each parsec benchmark, you can use this to help run the tests.
Brendan On Mon, Jan 28, 2013 at 5:59 PM, Mansour Shafaei Moghaddam < [email protected]> wrote: > Hi > > I am trying to run my first simulation on MARSS. Up to now, I have > encountered some fundamental issues. I would really appreciate it if anyone > could help me in resolving them. > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1) I have installed the MARSS and whenever I try to run a very simple > simulation (for example the one in the tutorial) the qemu is closed with > the message of "connection to host qemu was closed". Does anyone know how > to resolve this issue?? > My commands after booting up the system: > > command for running marss in host terminal: qemu/qemu-system-x86_64 -m > 4096 -hda /home/mansour/full_system_images/ubuntu-natty.qcow2 > in qemu: simconfig -machine single-core > in the guest terminal ./start_sim; ls; ./stop_sim; > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 2) can anybody tell me how can I run the parsec micro-benchmarks on the > simulator? > I have already downloaded the image and converted it to .qcow2 with the > qemu-.img convert (I have not used the script since it does not work!!) > > Thanks in advance > > > > _______________________________________________ > http://www.marss86.org > Marss86-Devel mailing list > [email protected] > https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel > >
_______________________________________________ http://www.marss86.org Marss86-Devel mailing list [email protected] https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel
