<div dir="ltr"><div>Hi Joe,<br><br></div><div>I had to fix the patch and make it compatible with the current liblitmus API.<br></div><div>Please, could you pull again from the repository?<br></div><div><br></div><div>To be able to compile the code, you should have a compiled liblitmus in the parent directory (see Makefile).<br>
</div><div><br></div><div>Regarding the parameters:<br>You can ommit $INTERVAL and use the default inter-arrival times.<br><div>"-a" is needed in the partitioned plugins because it calls be_migrate_to_cpu() to pin each thread to successive CPUs.<br>
<br>
</div></div><div>So, for partitioned schedulers:<br><div><br>cyclictest_litmus -i $INTERVAL -D $TIMEOUT -m -a -t $NUM_CPUS -n -N -v<br><br>For global schedulers:<br><br>cyclictest_litmus -i $INTERVAL -D $TIMEOUT -m -t $NUM_CPUS -n -N -v<br>
<br><br></div></div>Thanks,<br>Felipe<br></div>