There are various differences that you can see from looking ath the script. based on the error below you're passing an option to restore from a checkpoint without one being there.
Ali On Nov 24, 2010, at 2:02 AM, Omar Kahwaji wrote: > Hello All; > > I was just wondering what is the difference between a configuration file for > ALPHA_FS and ALPHA_SE. Also i am using the current configuration file provided > by you (fs.py) and i always get this error. can you please point me what is > the > error ? > > M5 compiled Nov 23 2010 15:06:18 > M5 revision Unknown > M5 started Nov 23 2010 23:59:02 > M5 executing on ubuntu > command line: build/ALPHA_FS/m5.opt configs/example/fs.py -n 1 -b FFT > Global frequency set at 1000000000000 ticks per second > info: kernel located at: > /home/omarkahwaji/Documents/m5_latest/m5-latest/m5_system_2.0b3/binaries/vmlinux > Listening for system connection on port 3456 > 0: system.tsunami.io.rtc: Real-time clock set to Thu Jan 1 00:00:00 2009 > 0: system.remote_gdb.listener: listening for remote gdb #0 on port 7000 > Traceback (most recent call last): > File "<string>", line 1, in <module> > File "/home/omarkahwaji/Documents/m5_latest/m5-latest/src/python/m5/main.py", > line 359, in main > exec filecode in scope > File "configs/example/fs.py", line 165, in <module> > Simulation.run(options, root, test_sys, FutureClass) > File "configs/example/Simulation.py", line 169, in run > testsys.switch_cpus = switch_cpus > File > "/home/omarkahwaji/Documents/m5_latest/m5-latest/src/python/m5/simulate.py", > line 92, in instantiate > ckpt = internal.core.getCheckpoint(ckpt_dir) > TypeError: in method 'getCheckpoint', argument 1 of type 'std::string const &' > > > - Thank you > > _______________________________________________ > 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
