If I had to make a wild guess, I think you may be having problems with input or output files not being accessible, or maybe being corrupted.
I'm not sure what compiler your binaries were compiled with, or if fortran error numbers are standardized, but error 24 is "End-of-file during read" for DEC Fortran: http://www.helsinki.fi/atk/unix/dec_manuals/df90au52/dfum033.htm The rest of that error message just says that it tried to look up the text error message for that error number but couldn't find the file that does that. SImilarly with lucas, if the program is calling exit() after 80K instructions it's because something very early went wrong, like it didn't like the command-line arguments or couldn't find an input file. I'm very surprised you're not getting an error message somewhere (from the app if not from m5). That reminds me... could the command-line arg issues we were having with the splash scripts (where you need to manually split the command line into args) be an issue here too? Steve On Jan 7, 2008 1:40 PM, Ali Saidi <[EMAIL PROTECTED]> wrote: > Are there any unimplemented syscall warnings printed? > > Ali > > > > > On Jan 7, 2008, at 3:16 PM, Rick Strong wrote: > > > Hi, > > > > I have been attempting to get all the Spec2000 benchmarks running. > > For each case, I was using the cpu2000.py script found with the web > > release of M5 2.0b4. All simulations are run in ALPHA SE with the > > AtomicSimpleCPU. All benchmarks are run from the beginning. > > > > 1) facerec('alpha','linux','ref') fails with the error given below. > > I have seen this error mentioned by Nathan, but no solution appears > > http://osdir.com/ml/emulators.m5.users/2005-06/msg00005.html > > . > > > > forrtl: info: Fortran error message number is 24. > > forrtl: warning: Could not open message catalog: for_msg.cat. > > forrtl: info: Check environment variable NLSPATH and protection of > > /usr/lib/nls/msg/en_US.ISO8859-1/for_msg.cat. > > forrtl: severe (24): Message not found > > > > 2) gap('alpha','linux','ref') fails silently at 121,648,276 > > instructions 71,547,478,968 ticks simulated. > > > > 3) lucas('alpha','linux','ref') exits too early, "Exiting @ cycle > > 47505108 because target called exit()" at 80,721 instructions. No > > clear reason why. > > > > 4) parser('alpha','linux','ref') fail silently at 267,811,574 > > instructions 157499543208 tick simulated. > > > > -Richard > > > > > > _______________________________________________ > > m5-users mailing list > > m5-users@m5sim.org > > http://m5sim.org/cgi-bin/mailman/listinfo/m5-users > > > > _______________________________________________ > m5-users mailing list > m5-users@m5sim.org > http://m5sim.org/cgi-bin/mailman/listinfo/m5-users > _______________________________________________ m5-users mailing list m5-users@m5sim.org http://m5sim.org/cgi-bin/mailman/listinfo/m5-users