I get the same errors, but I dont know how to fix this, below is my attempt:

Thanks in advance!

#416.gamess
gamess=LiveProcess()
gamess.executable =  binary_dir+'416.gamess_base.alpha-gcc'
This is what i added -> data=data_dir +'gamess/data/test/input/exam29.*'
gamess.cmd = [gamess.executable] + [data]
gamess.input='exam29.config'
gamess.output='exam29.output'


On Mon, Sep 13, 2010 at 1:30 AM, <[email protected]> wrote:

> Thanks a lot. The problem has been solved.
>
> > Yes, you need to modify the paths in Mybench.py or copy the data files
> > into your working directory where you're executing m5.
> >
> > You'll need 416.gamess/data/test/input/exam29.* in order for it to
> > execute correctly. The wiki page
> > (http://m5sim.org/wiki/index.php/SPEC2006_benchmarks) should probably be
> > updated with a more usable version of Mybench.py
> >
> > On 09/08/2010 10:55 PM, [email protected] wrote:
> >> Hi,
> >> I have encountered some path problem when running SPECcpu2006 benchmark.
> >>
> >> I just followed the instruction on M5's SPEC2006 page, but some of the
> >> benchmark cannot run correctly. For example, when I run 416.gamess
> >> benchmark, I just get following errors:
> >>
> >> "
> >> info: Increasing stack size by one page.
> >> At line 1589 of file iolib.fppized.f (unit = 5, file = '')
> >> Fortran runtime error: File 'exam29.inp' does not exist
> >> "
> >>
> >> I suppose this is some path error, and I just add the following line in
> >> the .bashrc file. But this does not solve the problem.
> >>
> >> "
> >> export PATH="${PATH}:XXXXX/CPU2006/416.gamess/data/ test/input"
> >> "
> >>
> >> Does anyone can help to solve this problem?
> >>
> >> _______________________________________________
> >> m5-users mailing list
> >> [email protected]
> >> http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
> >>
> >
> > _______________________________________________
> > m5-users mailing list
> > [email protected]
> > http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
> >
> >
>
>
> _______________________________________________
> m5-users mailing list
> [email protected]
> http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
>
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to