<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mc2-scripts-and-benchmarks.git/dis, branch rtas20-wip</title>
<subtitle>Benchmarks and execution scripts for testing spatial isolation and SMT interference in MC^2</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/mc2-scripts-and-benchmarks.git/'/>
<entry>
<title>Fix the random_walk benchmark so that it builds when LITMUS is enabled</title>
<updated>2021-03-09T02:49:53+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>jbakita@cs.unc.edu</email>
</author>
<published>2021-03-09T02:49:53+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/mc2-scripts-and-benchmarks.git/commit/?id=103b615bbee63502d8a6a3acb408ea1e1cf0bc20'/>
<id>103b615bbee63502d8a6a3acb408ea1e1cf0bc20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete archaic unsupported DIS runner scripts</title>
<updated>2021-03-08T23:05:50+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>jbakita@cs.unc.edu</email>
</author>
<published>2021-03-08T23:05:50+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/mc2-scripts-and-benchmarks.git/commit/?id=e159297cea19edf4fd6301f1129223133e10c5c5'/>
<id>e159297cea19edf4fd6301f1129223133e10c5c5</id>
<content type='text'>
These haven't been used since Joshua's PRP.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These haven't been used since Joshua's PRP.
</pre>
</div>
</content>
</entry>
<entry>
<title>Small scripting cleanups</title>
<updated>2020-11-06T01:55:02+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>jbakita@cs.unc.edu</email>
</author>
<published>2020-11-06T01:55:02+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/mc2-scripts-and-benchmarks.git/commit/?id=30e6b4765a310a1589cb56683dcbb4a0e8caee28'/>
<id>30e6b4765a310a1589cb56683dcbb4a0e8caee28</id>
<content type='text'>
- Add a unified runner script for DIS
- Remove explicit case study termination script
  (do `kill ${cat pids.txt}` instead)
- Auto-create bin directories for TACLe
- Add the python cache directory to the gitignore
- Tweak input path representation in benchmark name files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add a unified runner script for DIS
- Remove explicit case study termination script
  (do `kill ${cat pids.txt}` instead)
- Auto-create bin directories for TACLe
- Add the python cache directory to the gitignore
- Tweak input path representation in benchmark name files
</pre>
</div>
</content>
</entry>
<entry>
<title>Transform LITMUS-RT support in libextra to imply case-study mode</title>
<updated>2020-10-23T02:51:29+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>jbakita@cs.unc.edu</email>
</author>
<published>2020-10-23T02:46:39+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/mc2-scripts-and-benchmarks.git/commit/?id=a7c3210215bd1181ae93b23c313941dfb44519fb'/>
<id>a7c3210215bd1181ae93b23c313941dfb44519fb</id>
<content type='text'>
Adds &lt;period&gt; and &lt;criticality level&gt; parameters to benchmarks and
disables cache flushing when compiled with LITMUS. Also fixes build
with LITMUS enabled on yamaha.cs.unc.edu.

Also allows output to be disabled, automatically infers _rt_lock_id,
and allows for a specific pair ID for paired tasks. (The pair ID is
added to all the semaphore and shared memory names, allowing multiple
pairs to run in the system at a time.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds &lt;period&gt; and &lt;criticality level&gt; parameters to benchmarks and
disables cache flushing when compiled with LITMUS. Also fixes build
with LITMUS enabled on yamaha.cs.unc.edu.

Also allows output to be disabled, automatically infers _rt_lock_id,
and allows for a specific pair ID for paired tasks. (The pair ID is
added to all the semaphore and shared memory names, allowing multiple
pairs to run in the system at a time.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make SD-VBS compatible with run_bench.sh and cleanup</title>
<updated>2020-10-22T07:17:31+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>jbakita@cs.unc.edu</email>
</author>
<published>2020-10-22T07:17:31+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/mc2-scripts-and-benchmarks.git/commit/?id=163c440444c74a4e0bbe0a8db3d1ca725413994b'/>
<id>163c440444c74a4e0bbe0a8db3d1ca725413994b</id>
<content type='text'>
SD-VBS:
- Run silently
- Fix some whitespace errors
- Don't duplicate extra.h
- Auto-detect if building with LITMUS-RT
- Disable result checking
- Add helper symlinks
Misc:
- Remove unused code from libextra
- Set some missing rt_param fields in libextra
- Disable CSV info dump from computeSMTslowdown.sh
- Widen scope of .gitignore on .txt files
- Include list of 2MB DIS pair benchmarks and inputs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SD-VBS:
- Run silently
- Fix some whitespace errors
- Don't duplicate extra.h
- Auto-detect if building with LITMUS-RT
- Disable result checking
- Add helper symlinks
Misc:
- Remove unused code from libextra
- Set some missing rt_param fields in libextra
- Disable CSV info dump from computeSMTslowdown.sh
- Widen scope of .gitignore on .txt files
- Include list of 2MB DIS pair benchmarks and inputs
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove an old and broken script</title>
<updated>2020-10-22T05:48:46+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>jbakita@cs.unc.edu</email>
</author>
<published>2020-10-22T05:48:46+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/mc2-scripts-and-benchmarks.git/commit/?id=601ed25a4c5b66cb75315832c15613a727db2c26'/>
<id>601ed25a4c5b66cb75315832c15613a727db2c26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Makefiles so that a custom CFLAGS doesn't break the build</title>
<updated>2020-10-22T04:25:05+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>jbakita@cs.unc.edu</email>
</author>
<published>2020-10-22T04:24:34+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/mc2-scripts-and-benchmarks.git/commit/?id=4f634d4cd3254dfc68b65e63be32708105032101'/>
<id>4f634d4cd3254dfc68b65e63be32708105032101</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate summary script and don't output memory info if non present</title>
<updated>2020-10-21T18:08:09+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>jbakita@cs.unc.edu</email>
</author>
<published>2020-10-21T18:08:09+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/mc2-scripts-and-benchmarks.git/commit/?id=859a1095e19eef6a10e429d1a2c58ffba7238a76'/>
<id>859a1095e19eef6a10e429d1a2c58ffba7238a76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify unpaired timing scripts for DIS, TACLe, and SD-VBS</title>
<updated>2020-10-20T22:23:06+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>jbakita@cs.unc.edu</email>
</author>
<published>2020-10-20T22:20:39+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/mc2-scripts-and-benchmarks.git/commit/?id=ec0512af6bbb8ba05eb13fc1aac7754283dd13aa'/>
<id>ec0512af6bbb8ba05eb13fc1aac7754283dd13aa</id>
<content type='text'>
Now supports specifying an input generation command for
each benchmark - see dis/dis2MbInNames.txt for an example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now supports specifying an input generation command for
each benchmark - see dis/dis2MbInNames.txt for an example.
</pre>
</div>
</content>
</entry>
<entry>
<title>Whitespace fixes for TACLeBench and copyright update in extra.h</title>
<updated>2020-10-20T21:11:58+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>jbakita@cs.unc.edu</email>
</author>
<published>2020-10-20T21:10:14+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/mc2-scripts-and-benchmarks.git/commit/?id=dd606a16e840880e7617b140f6083af8ea83b6b7'/>
<id>dd606a16e840880e7617b140f6083af8ea83b6b7</id>
<content type='text'>
Also move run_all_dis.sh up a directory in preperation for
further changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also move run_all_dis.sh up a directory in preperation for
further changes.
</pre>
</div>
</content>
</entry>
</feed>
