Hi, I am attempting to do something simple.
The first part of my benchmark opens a file and reads it into a stl:map. When I run the benchmark as a solo executable it produces correct output. However when I run it under gem5 it does not seem to be reading the file. I print out the size of the map and it is always 0 under gem5, while the same executable without gem5 produces a result. Is there anything special needed for gem5 to open a file? (I am running under se.py) There is more that follows but this is the only part not functioning Thank you _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
