I have also done this on ARM without using the google doc walkthrough.
Here are some notes. good luck.

http://www.m5sim.org/wiki/index.php/Splash_benchmarks
http://www.capsl.udel.edu/splash/Download.html -- patches for original splash2
http://permalink.gmane.org/gmane.comp.emulators.m5.users/6454 --
advice for getting splash2 working in m5.
http://kbarr.net/splash2 --where I got the original splash2.tgz file.
http://www.m5sim.org/wiki/index.php/Download -- tools (cross-compiler)
and full-system files

Compiling:

Apply the directions from the UDEL site. Most of the benchmarks will
compile fine. Some need additional massaging.

radiosity: descend into glibdumb and glibps and ‘make’.

volrend: unarchive and build the libtiff; I had to modify its makefile
by adding -DBSDTYPES in the CFLAGS.


Mounting:

sudo mount -o loop,offset=32256 linux-arm-ael.img /mnt/tmp


Running:

barnes: ./BARNES < input

fmm: uncompress the files in the inputs directory, then ./FMM <
inputs/input.16384

ocean: ./OCEAN

radiosity: ./RADIOSITY -batch

raytrace: uncompess the files in the inputs directory. I had to run
with additional memory (probably a data sizing issue with 64-bit
machinery): ./RAYTRACE -m64 inputs/car.env

volrend: Uncompress the files in the inputs directory, then ./VOLREND
1 inputs/head (omit the .den extension, it is automatically appended
in the code).

water-nsquared: ./WATER-NSQUARED < input

water-spatial: ./WATER-SPATIAL < input



On Mon, Apr 22, 2013 at 1:33 PM, Gedare Bloom <[email protected]> wrote:
> http://www.m5sim.org/Splash_benchmarks
> https://docs.google.com/document/d/1B7nZSqMLwkwoVNEj_58tMPTk4bKWvoEMbokOAjqeC-k/preview
>
> On Sun, Apr 21, 2013 at 1:22 PM, Yijie Bai
> <[email protected]> wrote:
>> Just like the simple hello test?
>> As I am a new comer, I don't know these processes step by step.  Can you
>> send me the command to try those scripts? And after that, what should I do
>> next?
>>
>> Thank you very much!
>>
>>
>> On Sunday, April 21, 2013, Mahmood Naderan wrote:
>>>
>>> There are some scripts in config/splash2. Have you tried them?
>>>
>>> On 4/21/13, Northwestern <[email protected]> wrote:
>>> > Hi guys,
>>> >
>>> > Because nobody answer my question and I am still working on it. I decide
>>> > send my simple question again. Thank you for your help!
>>> >
>>> > Best,
>>> > Tony
>>> >
>>> > Begin forwarded message:
>>> >
>>> >> From: Yijie Bai <[email protected]>
>>> >> Date: 2013年4月19日 格林尼治标准时间-050023时26分50秒
>>> >> To: gem5 users mailing list <[email protected]>
>>> >> Subject: Splash2
>>> >>
>>> >> Hello guys,
>>> >>
>>> >> It's tony..... Again.....
>>> >> I just want to know how to run Splash2 on X86 system? I have already
>>> >> built
>>> >> the X86 gem5.opt and can successfully run the FS mode. The question is
>>> >> I
>>> >> don't know how to configure the files and run the Splash2 on it. I have
>>> >> searched the internet for whole day but turn out to be useless. There
>>> >> isn't any guide that can help me with the process step by step.
>>> >>
>>> >> Can somebody help me with it?? Thank you very much for your help!!
>>> >>
>>> >> Best,
>>> >> Tony
>>> >>
>>> >
>>>
>>>
>>> --
>>> Regards,
>>> Mahmood
>>> _______________________________________________
>>> gem5-users mailing list
>>> [email protected]
>>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>>
>>
>>
>> --
>> Yijie Bai
>> Computer Engineering
>> McCormick School of Engineering and Applied Science
>> Northwestern University
>> Evanston, IL, US
>>
>>
>> _______________________________________________
>> gem5-users mailing list
>> [email protected]
>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to