- Added wizard for testing of a bug which should now be fixed in branch 0.3-r1003--scheduler-manage-preemption
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1017 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
68d5f30f64
commit
96190cd76d
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE sgpem SYSTEM "sgpem.dtd">
|
||||
<sgpem>
|
||||
<resources/>
|
||||
<schedulables>
|
||||
<process name="pino" priority="0" arrival-time="0">
|
||||
<threads>
|
||||
<thread name="pane" priority="0" arrival-delta="0" lasts-for="7">
|
||||
<requests/>
|
||||
</thread>
|
||||
<thread name="acqua" priority="0" arrival-delta="2" lasts-for="5">
|
||||
<requests/>
|
||||
</thread>
|
||||
<thread name="polenta" priority="0" arrival-delta="0" lasts-for="5">
|
||||
<requests/>
|
||||
</thread>
|
||||
</threads>
|
||||
</process>
|
||||
</schedulables>
|
||||
</sgpem>
|
|
@ -0,0 +1,5 @@
|
|||
set cpu-policy 4
|
||||
|
||||
load environments/Matteo_preemption_fail.xgp
|
||||
|
||||
run
|
Loading…
Reference in New Issue