Every component has its own set of parameters. You can check these 
parameters in the .hpp file in the coresponding directory of the 
component. Although, all the paremeters have a default value, some of them 
still need to be initialized by the user, as a failsafe that the user is 
aware of them.

The error you see is because some of the parameters have not been 
initialized, and that's because of the configuration you are using. 
Specifically, the "-cfg InOrder" is for InOrder uniprocessor designs. You 
can create your own configuration. Just create a directory under the 
"config" directory (e.g. InOrderCMP). Copy all the files from "InOrder/" 
to "InOrderCMP/" and modify "configuration.simics" accordingly to 
initialize the coresponding parameters. Some of them are already there, 
you just need to remove the comments around them.

Run the run-timing-jobs  script with "-cfg InOrderCMP" instead.

Regards,
Evangelos

On Sat, 13 Jun 2009, Arpit Joshi wrote:

> Hi,
>
> I did all the initial steps properly without any errors. ie
>
>> ./prepare-test-app
>> ./create-initial-flexpoint TraceCMPFlex-x86
>> ./create-flexpoints TraceCMPFlex-x86
>
> Finally I had 4 flex-points in ./checkpoints/flexpoints/
>
> Now on executing
>
>> ./run-timing-jobs 0 4 -cfg InOrder CMPFlex-x86
>
> I get some parameters not initialized errors.
>
> Please tell me where is the problem.
>
> Thanks,
> arpit
>
> =====================================================================
>
> arpit at host:/scratch/arpit/simulator/flexus-3.0.0/flexus-test-app$
> ./run-timing-jobs 0 4 -cfg InOrder CMPFlex-x86
> Starting initial flexpoint creation of flexus_test with CMPFlex-x86 in
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_000
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_000/exec
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app
> 00-L1d
> 00-L1i
> 01-L1d
> 01-L1i
> 02-L1d
> 02-L1i
> 03-L1d
> 03-L1i
> bpred-00
> bpred-01
> bpred-02
> bpred-03
> simics-state
> simics-state.raw
> sys-L2
> sys-L2-PiranhaDirectory
> sys-magic-break
> Launching job
> arpit :
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_000/simics/x86-linux/sys/lib/nptl:/scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_000/simics/x86-linux/bin:/scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_000/simics/x86-linux/sys/lib::/usr/local/cuda/lib
> arpit : executing
> arpit :
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_000/simics/x86-linux/bin/simics-common
> -batch-mode -no-win -stall -q -no-copyright -x start.simics
> Opening debug output file: debug.out
> Opening debug output file: stats.out
> Successfully parsed debug configurations from debug.cfg
> Initializing Flexus::ConfigurationManager...done
> Initializing Flexus::ComponentManager...done
> Entered init_local
> 1 <startup.cpp:110> {0}- Initializing Flexus.
>
> Flexus (C) 2006 The SimFlex Project
> Eric Chung, Michael Ferdman, Brian Gold, Nikos Hardavellas, Jangwook Kim,
> Ippokratis Pandis, Minglong Shao, Jared Smolens, Stephen Somogyi,
> Evangelos Vlachos, Thomas Wenisch, Roland Wunderlich
> Anastassia Ailamaki, Babak Falsafi and James C. Hoe.
>
> Flexus Simics simulator - Built as CMPFlex v3.0
>
> 2 <ComponentManager.cpp:81> {0}- Instantiating system with a width factor
> of: 4
> 3 <InorderSimicsFeederImpl.cpp:284> (feeder[<undefined>]) {0}- Initializing
> InorderSimicsFeeder.
> 4 <InorderSimicsFeederImpl.cpp:332> (feeder[<undefined>]) {0}- Connecting:
> cpu0
> 5 <InorderSimicsFeederImpl.cpp:332> (feeder[<undefined>]) {0}- Connecting:
> cpu1
> 6 <InorderSimicsFeederImpl.cpp:332> (feeder[<undefined>]) {0}- Connecting:
> cpu2
> 7 <InorderSimicsFeederImpl.cpp:332> (feeder[<undefined>]) {0}- Connecting:
> cpu3
> 8 <Cache.hpp:82> {0}- L1d port BackSideOut_Prefetch is not wired
> 9 <Cache.hpp:82> {0}- L1d port BackSideOut_Prefetch is not wired
> 10 <Cache.hpp:82> {0}- L1d port BackSideOut_Prefetch is not wired
> 11 <Cache.hpp:82> {0}- L1d port BackSideOut_Prefetch is not wired
> 12 <Cache.hpp:82> {0}- L1i port BackSideOut_Prefetch is not wired
> 13 <Cache.hpp:82> {0}- L1i port BackSideOut_Prefetch is not wired
> 14 <Cache.hpp:82> {0}- L1i port BackSideOut_Prefetch is not wired
> 15 <Cache.hpp:82> {0}- L1i port BackSideOut_Prefetch is not wired
> 16 <CmpCache.hpp:90> {0}- L2 port BackSideOut_Snoop is not wired
> 17 <CmpCache.hpp:90> {0}- L2 port BackSideOut_Prefetch is not wired
> 18 <wiring.cpp:88> {0}-  initializing Parameters...
> Warning: The 'flexus-CMPFlex-x86-iface-gcc' module unexpectedly defined the
> 'Flexus' class
> Warning: The 'flexus-CMPFlex-x86-iface-gcc' module unexpectedly defined the
> 'SimicsInterface' class
> Warning: The 'flexus-CMPFlex-x86-iface-gcc' module unexpectedly defined the
> 'InOrderFeeder' class
> 19 <flexus.cpp:377> {0}- Set stat interval to : 50000
> 20 <flexus.cpp:382> {0}- Set region interval to : 50000
> Opening debug output file: trace.out
> Successfully parsed debug configurations from iteration.trace.cfg
> 21 <flexus.cpp:521> {0}- Loading Flexus state from subdirectory
> flex_state_in
> 22 <ConfigurationManager.cpp:100> {0}- WARNING:
> -L2:allow_offchip_stream_fetch (AllowOffChipStreamFetch)  was not set in
> initializeParameters(), from the command line, or from Simics.
> 23 <ConfigurationManager.cpp:100> {0}- WARNING: -L2:bypass_bus (BypassBus)
> was not set in initializeParameters(), from the command line, or from
> Simics.
> *24 <ConfigurationManager.cpp:106> (<undefined>[<undefined>]) {0}- Assertion
> failed: ((!(false))) : ERROR: Not all parameters were initialized, and
> initalizeParameters() indicates that they should be.
> Abort (SIGABRT) in main thread
> The simulation state has been corrupted. Simulation cannot continue.
> Please restart Simics.
> *Starting initial flexpoint creation of flexus_test with CMPFlex-x86 in
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_001
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_001/exec
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app
> 00-L1d
> 00-L1i
> 01-L1d
> 01-L1i
> 02-L1d
> 02-L1i
> 03-L1d
> 03-L1i
> bpred-00
> bpred-01
> bpred-02
> bpred-03
> simics-state
> simics-state.raw
> sys-L2
> sys-L2-PiranhaDirectory
> sys-magic-break
> Launching job
> arpit :
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_001/simics/x86-linux/sys/lib/nptl:/scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_001/simics/x86-linux/bin:/scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_001/simics/x86-linux/sys/lib::/usr/local/cuda/lib
> arpit : executing
> arpit :
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_001/simics/x86-linux/bin/simics-common
> -batch-mode -no-win -stall -q -no-copyright -x start.simics
> Opening debug output file: debug.out
> Opening debug output file: stats.out
> Successfully parsed debug configurations from debug.cfg
> Initializing Flexus::ConfigurationManager...done
> Initializing Flexus::ComponentManager...done
> Entered init_local
> 1 <startup.cpp:110> {0}- Initializing Flexus.
>
> Flexus (C) 2006 The SimFlex Project
> Eric Chung, Michael Ferdman, Brian Gold, Nikos Hardavellas, Jangwook Kim,
> Ippokratis Pandis, Minglong Shao, Jared Smolens, Stephen Somogyi,
> Evangelos Vlachos, Thomas Wenisch, Roland Wunderlich
> Anastassia Ailamaki, Babak Falsafi and James C. Hoe.
>
> Flexus Simics simulator - Built as CMPFlex v3.0
>
> 2 <ComponentManager.cpp:81> {0}- Instantiating system with a width factor
> of: 4
> 3 <InorderSimicsFeederImpl.cpp:284> (feeder[<undefined>]) {0}- Initializing
> InorderSimicsFeeder.
> 4 <InorderSimicsFeederImpl.cpp:332> (feeder[<undefined>]) {0}- Connecting:
> cpu0
> 5 <InorderSimicsFeederImpl.cpp:332> (feeder[<undefined>]) {0}- Connecting:
> cpu1
> 6 <InorderSimicsFeederImpl.cpp:332> (feeder[<undefined>]) {0}- Connecting:
> cpu2
> 7 <InorderSimicsFeederImpl.cpp:332> (feeder[<undefined>]) {0}- Connecting:
> cpu3
> 8 <Cache.hpp:82> {0}- L1d port BackSideOut_Prefetch is not wired
> 9 <Cache.hpp:82> {0}- L1d port BackSideOut_Prefetch is not wired
> 10 <Cache.hpp:82> {0}- L1d port BackSideOut_Prefetch is not wired
> 11 <Cache.hpp:82> {0}- L1d port BackSideOut_Prefetch is not wired
> 12 <Cache.hpp:82> {0}- L1i port BackSideOut_Prefetch is not wired
> 13 <Cache.hpp:82> {0}- L1i port BackSideOut_Prefetch is not wired
> 14 <Cache.hpp:82> {0}- L1i port BackSideOut_Prefetch is not wired
> 15 <Cache.hpp:82> {0}- L1i port BackSideOut_Prefetch is not wired
> 16 <CmpCache.hpp:90> {0}- L2 port BackSideOut_Snoop is not wired
> 17 <CmpCache.hpp:90> {0}- L2 port BackSideOut_Prefetch is not wired
> 18 <wiring.cpp:88> {0}-  initializing Parameters...
> Warning: The 'flexus-CMPFlex-x86-iface-gcc' module unexpectedly defined the
> 'Flexus' class
> Warning: The 'flexus-CMPFlex-x86-iface-gcc' module unexpectedly defined the
> 'SimicsInterface' class
> Warning: The 'flexus-CMPFlex-x86-iface-gcc' module unexpectedly defined the
> 'InOrderFeeder' class
> 19 <flexus.cpp:377> {0}- Set stat interval to : 50000
> 20 <flexus.cpp:382> {0}- Set region interval to : 50000
> Opening debug output file: trace.out
> Successfully parsed debug configurations from iteration.trace.cfg
> 21 <flexus.cpp:521> {0}- Loading Flexus state from subdirectory
> flex_state_in
> 22 <ConfigurationManager.cpp:100> {0}- WARNING:
> -L2:allow_offchip_stream_fetch (AllowOffChipStreamFetch)  was not set in
> initializeParameters(), from the command line, or from Simics.
> 23 <ConfigurationManager.cpp:100> {0}- WARNING: -L2:bypass_bus (BypassBus)
> was not set in initializeParameters(), from the command line, or from
> Simics.
> 24 <ConfigurationManager.cpp:106> (<undefined>[<undefined>]) {0}- Assertion
> failed: ((!(false))) : ERROR: Not all parameters were initialized, and
> initalizeParameters() indicates that they should be.
> Abort (SIGABRT) in main thread
> The simulation state has been corrupted. Simulation cannot continue.
> Please restart Simics.
> Starting initial flexpoint creation of flexus_test with CMPFlex-x86 in
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_002
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_002/exec
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app
> 00-L1d
> 00-L1i
> 01-L1d
> 01-L1i
> 02-L1d
> 02-L1i
> 03-L1d
> 03-L1i
> bpred-00
> bpred-01
> bpred-02
> bpred-03
> simics-state
> simics-state.raw
> sys-L2
> sys-L2-PiranhaDirectory
> sys-magic-break
> Launching job
> arpit :
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_002/simics/x86-linux/sys/lib/nptl:/scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_002/simics/x86-linux/bin:/scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_002/simics/x86-linux/sys/lib::/usr/local/cuda/lib
> arpit : executing
> arpit :
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_002/simics/x86-linux/bin/simics-common
> -batch-mode -no-win -stall -q -no-copyright -x start.simics
> Opening debug output file: debug.out
> Opening debug output file: stats.out
> Successfully parsed debug configurations from debug.cfg
> Initializing Flexus::ConfigurationManager...done
> Initializing Flexus::ComponentManager...done
> Entered init_local
> 1 <startup.cpp:110> {0}- Initializing Flexus.
>
> Flexus (C) 2006 The SimFlex Project
> Eric Chung, Michael Ferdman, Brian Gold, Nikos Hardavellas, Jangwook Kim,
> Ippokratis Pandis, Minglong Shao, Jared Smolens, Stephen Somogyi,
> Evangelos Vlachos, Thomas Wenisch, Roland Wunderlich
> Anastassia Ailamaki, Babak Falsafi and James C. Hoe.
>
> Flexus Simics simulator - Built as CMPFlex v3.0
>
> 2 <ComponentManager.cpp:81> {0}- Instantiating system with a width factor
> of: 4
> 3 <InorderSimicsFeederImpl.cpp:284> (feeder[<undefined>]) {0}- Initializing
> InorderSimicsFeeder.
> 4 <InorderSimicsFeederImpl.cpp:332> (feeder[<undefined>]) {0}- Connecting:
> cpu0
> 5 <InorderSimicsFeederImpl.cpp:332> (feeder[<undefined>]) {0}- Connecting:
> cpu1
> 6 <InorderSimicsFeederImpl.cpp:332> (feeder[<undefined>]) {0}- Connecting:
> cpu2
> 7 <InorderSimicsFeederImpl.cpp:332> (feeder[<undefined>]) {0}- Connecting:
> cpu3
> 8 <Cache.hpp:82> {0}- L1d port BackSideOut_Prefetch is not wired
> 9 <Cache.hpp:82> {0}- L1d port BackSideOut_Prefetch is not wired
> 10 <Cache.hpp:82> {0}- L1d port BackSideOut_Prefetch is not wired
> 11 <Cache.hpp:82> {0}- L1d port BackSideOut_Prefetch is not wired
> 12 <Cache.hpp:82> {0}- L1i port BackSideOut_Prefetch is not wired
> 13 <Cache.hpp:82> {0}- L1i port BackSideOut_Prefetch is not wired
> 14 <Cache.hpp:82> {0}- L1i port BackSideOut_Prefetch is not wired
> 15 <Cache.hpp:82> {0}- L1i port BackSideOut_Prefetch is not wired
> 16 <CmpCache.hpp:90> {0}- L2 port BackSideOut_Snoop is not wired
> 17 <CmpCache.hpp:90> {0}- L2 port BackSideOut_Prefetch is not wired
> 18 <wiring.cpp:88> {0}-  initializing Parameters...
> Warning: The 'flexus-CMPFlex-x86-iface-gcc' module unexpectedly defined the
> 'Flexus' class
> Warning: The 'flexus-CMPFlex-x86-iface-gcc' module unexpectedly defined the
> 'SimicsInterface' class
> Warning: The 'flexus-CMPFlex-x86-iface-gcc' module unexpectedly defined the
> 'InOrderFeeder' class
> 19 <flexus.cpp:377> {0}- Set stat interval to : 50000
> 20 <flexus.cpp:382> {0}- Set region interval to : 50000
> Opening debug output file: trace.out
> Successfully parsed debug configurations from iteration.trace.cfg
> 21 <flexus.cpp:521> {0}- Loading Flexus state from subdirectory
> flex_state_in
> 22 <ConfigurationManager.cpp:100> {0}- WARNING:
> -L2:allow_offchip_stream_fetch (AllowOffChipStreamFetch)  was not set in
> initializeParameters(), from the command line, or from Simics.
> 23 <ConfigurationManager.cpp:100> {0}- WARNING: -L2:bypass_bus (BypassBus)
> was not set in initializeParameters(), from the command line, or from
> Simics.
> 24 <ConfigurationManager.cpp:106> (<undefined>[<undefined>]) {0}- Assertion
> failed: ((!(false))) : ERROR: Not all parameters were initialized, and
> initalizeParameters() indicates that they should be.
> Abort (SIGABRT) in main thread
> The simulation state has been corrupted. Simulation cannot continue.
> Please restart Simics.
> Starting initial flexpoint creation of flexus_test with CMPFlex-x86 in
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_003
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_003/exec
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app
> 00-L1d
> 00-L1i
> 01-L1d
> 01-L1i
> 02-L1d
> 02-L1i
> 03-L1d
> 03-L1i
> bpred-00
> bpred-01
> bpred-02
> bpred-03
> simics-state
> simics-state.raw
> sys-L2
> sys-L2-PiranhaDirectory
> sys-magic-break
> Launching job
> arpit :
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_003/simics/x86-linux/sys/lib/nptl:/scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_003/simics/x86-linux/bin:/scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_003/simics/x86-linux/sys/lib::/usr/local/cuda/lib
> arpit : executing
> arpit :
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_003/simics/x86-linux/bin/simics-common
> -batch-mode -no-win -stall -q -no-copyright -x start.simics
> Opening debug output file: debug.out
> Opening debug output file: stats.out
> Successfully parsed debug configurations from debug.cfg
> Initializing Flexus::ConfigurationManager...done
> Initializing Flexus::ComponentManager...done
> Entered init_local
> 1 <startup.cpp:110> {0}- Initializing Flexus.
>
> Flexus (C) 2006 The SimFlex Project
> Eric Chung, Michael Ferdman, Brian Gold, Nikos Hardavellas, Jangwook Kim,
> Ippokratis Pandis, Minglong Shao, Jared Smolens, Stephen Somogyi,
> Evangelos Vlachos, Thomas Wenisch, Roland Wunderlich
> Anastassia Ailamaki, Babak Falsafi and James C. Hoe.
>
> Flexus Simics simulator - Built as CMPFlex v3.0
>
> 2 <ComponentManager.cpp:81> {0}- Instantiating system with a width factor
> of: 4
> 3 <InorderSimicsFeederImpl.cpp:284> (feeder[<undefined>]) {0}- Initializing
> InorderSimicsFeeder.
> 4 <InorderSimicsFeederImpl.cpp:332> (feeder[<undefined>]) {0}- Connecting:
> cpu0
> 5 <InorderSimicsFeederImpl.cpp:332> (feeder[<undefined>]) {0}- Connecting:
> cpu1
> 6 <InorderSimicsFeederImpl.cpp:332> (feeder[<undefined>]) {0}- Connecting:
> cpu2
> 7 <InorderSimicsFeederImpl.cpp:332> (feeder[<undefined>]) {0}- Connecting:
> cpu3
> 8 <Cache.hpp:82> {0}- L1d port BackSideOut_Prefetch is not wired
> 9 <Cache.hpp:82> {0}- L1d port BackSideOut_Prefetch is not wired
> 10 <Cache.hpp:82> {0}- L1d port BackSideOut_Prefetch is not wired
> 11 <Cache.hpp:82> {0}- L1d port BackSideOut_Prefetch is not wired
> 12 <Cache.hpp:82> {0}- L1i port BackSideOut_Prefetch is not wired
> 13 <Cache.hpp:82> {0}- L1i port BackSideOut_Prefetch is not wired
> 14 <Cache.hpp:82> {0}- L1i port BackSideOut_Prefetch is not wired
> 15 <Cache.hpp:82> {0}- L1i port BackSideOut_Prefetch is not wired
> 16 <CmpCache.hpp:90> {0}- L2 port BackSideOut_Snoop is not wired
> 17 <CmpCache.hpp:90> {0}- L2 port BackSideOut_Prefetch is not wired
> 18 <wiring.cpp:88> {0}-  initializing Parameters...
> Warning: The 'flexus-CMPFlex-x86-iface-gcc' module unexpectedly defined the
> 'Flexus' class
> Warning: The 'flexus-CMPFlex-x86-iface-gcc' module unexpectedly defined the
> 'SimicsInterface' class
> Warning: The 'flexus-CMPFlex-x86-iface-gcc' module unexpectedly defined the
> 'InOrderFeeder' class
> 19 <flexus.cpp:377> {0}- Set stat interval to : 50000
> 20 <flexus.cpp:382> {0}- Set region interval to : 50000
> Opening debug output file: trace.out
> Successfully parsed debug configurations from iteration.trace.cfg
> 21 <flexus.cpp:521> {0}- Loading Flexus state from subdirectory
> flex_state_in
> 22 <ConfigurationManager.cpp:100> {0}- WARNING:
> -L2:allow_offchip_stream_fetch (AllowOffChipStreamFetch)  was not set in
> initializeParameters(), from the command line, or from Simics.
> 23 <ConfigurationManager.cpp:100> {0}- WARNING: -L2:bypass_bus (BypassBus)
> was not set in initializeParameters(), from the command line, or from
> Simics.
> 24 <ConfigurationManager.cpp:106> (<undefined>[<undefined>]) {0}- Assertion
> failed: ((!(false))) : ERROR: Not all parameters were initialized, and
> initalizeParameters() indicates that they should be.
> Abort (SIGABRT) in main thread
> The simulation state has been corrupted. Simulation cannot continue.
> Please restart Simics.
> Starting initial flexpoint creation of flexus_test with CMPFlex-x86 in
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_004
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_004/exec
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app
> 00-L1d
> 00-L1i
> 01-L1d
> 01-L1i
> 02-L1d
> 02-L1i
> 03-L1d
> 03-L1i
> bpred-00
> bpred-01
> bpred-02
> bpred-03
> simics-state
> simics-state.raw
> sys-L2
> sys-L2-PiranhaDirectory
> sys-magic-break
> Launching job
> arpit :
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_004/simics/x86-linux/sys/lib/nptl:/scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_004/simics/x86-linux/bin:/scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_004/simics/x86-linux/sys/lib::/usr/local/cuda/lib
> arpit : executing
> arpit :
> /scratch/arpit/simulator/flexus-3.0.0/flexus-test-app/runs/arpit-timing-13Jun09-031201/flexpoint_004/simics/x86-linux/bin/simics-common
> -batch-mode -no-win -stall -q -no-copyright -x start.simics
> Opening debug output file: debug.out
> Opening debug output file: stats.out
> Successfully parsed debug configurations from debug.cfg
> Initializing Flexus::ConfigurationManager...done
> Initializing Flexus::ComponentManager...done
> Entered init_local
> 1 <startup.cpp:110> {0}- Initializing Flexus.
>
> Flexus (C) 2006 The SimFlex Project
> Eric Chung, Michael Ferdman, Brian Gold, Nikos Hardavellas, Jangwook Kim,
> Ippokratis Pandis, Minglong Shao, Jared Smolens, Stephen Somogyi,
> Evangelos Vlachos, Thomas Wenisch, Roland Wunderlich
> Anastassia Ailamaki, Babak Falsafi and James C. Hoe.
>
> Flexus Simics simulator - Built as CMPFlex v3.0
>
> 2 <ComponentManager.cpp:81> {0}- Instantiating system with a width factor
> of: 4
> 3 <InorderSimicsFeederImpl.cpp:284> (feeder[<undefined>]) {0}- Initializing
> InorderSimicsFeeder.
> 4 <InorderSimicsFeederImpl.cpp:332> (feeder[<undefined>]) {0}- Connecting:
> cpu0
> 5 <InorderSimicsFeederImpl.cpp:332> (feeder[<undefined>]) {0}- Connecting:
> cpu1
> 6 <InorderSimicsFeederImpl.cpp:332> (feeder[<undefined>]) {0}- Connecting:
> cpu2
> 7 <InorderSimicsFeederImpl.cpp:332> (feeder[<undefined>]) {0}- Connecting:
> cpu3
> 8 <Cache.hpp:82> {0}- L1d port BackSideOut_Prefetch is not wired
> 9 <Cache.hpp:82> {0}- L1d port BackSideOut_Prefetch is not wired
> 10 <Cache.hpp:82> {0}- L1d port BackSideOut_Prefetch is not wired
> 11 <Cache.hpp:82> {0}- L1d port BackSideOut_Prefetch is not wired
> 12 <Cache.hpp:82> {0}- L1i port BackSideOut_Prefetch is not wired
> 13 <Cache.hpp:82> {0}- L1i port BackSideOut_Prefetch is not wired
> 14 <Cache.hpp:82> {0}- L1i port BackSideOut_Prefetch is not wired
> 15 <Cache.hpp:82> {0}- L1i port BackSideOut_Prefetch is not wired
> 16 <CmpCache.hpp:90> {0}- L2 port BackSideOut_Snoop is not wired
> 17 <CmpCache.hpp:90> {0}- L2 port BackSideOut_Prefetch is not wired
> 18 <wiring.cpp:88> {0}-  initializing Parameters...
> Warning: The 'flexus-CMPFlex-x86-iface-gcc' module unexpectedly defined the
> 'Flexus' class
> Warning: The 'flexus-CMPFlex-x86-iface-gcc' module unexpectedly defined the
> 'SimicsInterface' class
> Warning: The 'flexus-CMPFlex-x86-iface-gcc' module unexpectedly defined the
> 'InOrderFeeder' class
> 19 <flexus.cpp:377> {0}- Set stat interval to : 50000
> 20 <flexus.cpp:382> {0}- Set region interval to : 50000
> Opening debug output file: trace.out
> Successfully parsed debug configurations from iteration.trace.cfg
> 21 <flexus.cpp:521> {0}- Loading Flexus state from subdirectory
> flex_state_in
> 22 <ConfigurationManager.cpp:100> {0}- WARNING:
> -L2:allow_offchip_stream_fetch (AllowOffChipStreamFetch)  was not set in
> initializeParameters(), from the command line, or from Simics.
> 23 <ConfigurationManager.cpp:100> {0}- WARNING: -L2:bypass_bus (BypassBus)
> was not set in initializeParameters(), from the command line, or from
> Simics.
> 24 <ConfigurationManager.cpp:106> (<undefined>[<undefined>]) {0}- Assertion
> failed: ((!(false))) : ERROR: Not all parameters were initialized, and
> initalizeParameters() indicates that they should be.
> Abort (SIGABRT) in main thread
> The simulation state has been corrupted. Simulation cannot continue.
> Please restart Simics.
>
>
> -- 
> Those who took other inspiration than from nature, master of masters,
> were labouring in vain.
>
> Treat the earth well.....it was not given to you by your parents, it was
> loaned to you by your children. We did not inherit the earth from our
> ANCESTORS, we borrowed it from our children.
>

Reply via email to