Hi, I am trying to fast forward a certain number of user instructions starting from a checkpoint. Forwarding beyond a 1 million instruction always gives me a warning in the logfile which reads "WARNING: Early switching to simulation mode. Instructions remaining in each CPU context to fast-forward are : ". This seems to be a problem because no matter how many instructions I fast forward, my simulation starts at about the same point in the application. I am not able to figure out how to fix this. My simconfig file is as follows :
-machine single_core # Logging options -logfile omnetpp.log -loglevel 4 # Stats file -stats omnetpp.stats -fast-fwd-user-insns 2000000 -fast-fwd-checkpoint omnetpp_ex_2 The reason I am trying to do this is because I am trying to create checkpointed simpoints but the simpoint process arbitrarily hangs after creating a few simpoints. -- Thanks, Akanksha Jain PhD Student Department of Computer Science University of Texas at Austin _______________________________________________ http://www.marss86.org Marss86-Devel mailing list [email protected] https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel
