Re: [Gems-users] create checkpoint error


Date: Mon, 7 Jan 2008 15:03:30 -0600
From: "Derek Hower" <drh5@xxxxxxxxxxx>
Subject: Re: [Gems-users] create checkpoint error
Replace GEMS/checkpoints/workload-check-create.sh and GEMS/checkpoints/simics_scripts/mfacet.py with the attached files.  That should fix your problem.

-Derek

On Dec 23, 2007 7:55 PM, wangzuo < qiushui@xxxxxxxxxx> wrote:
gems-users,您好!

          I have check that mfacet.py is already in  GEMS/checkpoints/simics-scripts. But I can not find any call to such file.
For example,in checkpoints/simics_scripts/start_workload.simics i can find

run-python-file ../scripts/extrapath.py

add-directory "%simics%/import/serengeti"

run-python-file "../scripts/serengeti_conf.py"

@workload = os.environ['WORKLOAD']
@script_dir = os.environ['SIMICS_SCRIPT_DIR']
@if workload == "apache":
 run("source %s/apache_build.py" % script_dir)
elif workload == "zeus":
 run("source %s/zeus_build.py" % script_dir)
elif workload == "jbb":
 run("source %s/jbb_build.py" % script_dir)
else:
 print "Error: wrong server type"

@run("quit")


So, where i can add call to  mfacet.py ?


礼!


wangzuo
qiushui@xxxxxxxxxx
          2007-12-24

_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site: https://lists.cs.wisc.edu/archive/gems-users/" to your search.


Attachment: workload-check-create.sh
Description: Bourne shell script

Attachment: mfacet.py
Description: application/python

[← Prev in Thread] Current Thread [Next in Thread→]
  • Re: [Gems-users] create checkpoint error, Derek Hower <=