<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mc2-scripts-and-benchmarks.git, branch master</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>Ignore binaries and benchmark outputs</title>
<updated>2020-05-29T17:01:13+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>bakitajoshua@gmail.com</email>
</author>
<published>2020-05-29T17:01:13+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=e696d1040a200a47dc7efc21653e582653d1f6ee'/>
<id>e696d1040a200a47dc7efc21653e582653d1f6ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove changes specific to Joshua's PRP</title>
<updated>2020-05-29T16:58:53+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>bakitajoshua@gmail.com</email>
</author>
<published>2020-05-29T16:58: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=66824af0fab366fe02f0793f32081ebde28f5fa5'/>
<id>66824af0fab366fe02f0793f32081ebde28f5fa5</id>
<content type='text'>
- Revert type change in Neighborhood microbenchmark
- Remove inputs modified to fix in the available memory on the
  i.MX6DQ PRP test platform
- Change default configuration to build without LITMUS/MC^2/MMDC
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Revert type change in Neighborhood microbenchmark
- Remove inputs modified to fix in the available memory on the
  i.MX6DQ PRP test platform
- Change default configuration to build without LITMUS/MC^2/MMDC
</pre>
</div>
</content>
</entry>
<entry>
<title>Add remaining scripts from Joshua's PRP experiments</title>
<updated>2020-05-29T16:56:36+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>bakitajoshua@gmail.com</email>
</author>
<published>2020-05-29T16:56:36+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=7b715ab6c23af2695f58917ffe6e5df3b14ab360'/>
<id>7b715ab6c23af2695f58917ffe6e5df3b14ab360</id>
<content type='text'>
***This is the final commit which supports reproducing his
PRP results***
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
***This is the final commit which supports reproducing his
PRP results***
</pre>
</div>
</content>
</entry>
<entry>
<title>Add DIS benchmarks and scripts as they were used for Joshua's PRP</title>
<updated>2020-05-29T16:44:28+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>bakitajoshua@gmail.com</email>
</author>
<published>2020-05-29T16:44:28+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=8dfefc152f16f9fd9e8aa0910fd4d23d6543d87e'/>
<id>8dfefc152f16f9fd9e8aa0910fd4d23d6543d87e</id>
<content type='text'>
Note that Neighborhood has been modified to use less space
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that Neighborhood has been modified to use less space
</pre>
</div>
</content>
</entry>
<entry>
<title>Add DIS inputs as used in Joshua's PRP</title>
<updated>2020-05-29T16:39:35+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>bakitajoshua@gmail.com</email>
</author>
<published>2020-05-29T16:22:17+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=43ce989b5077913f18a5b083501498f5e1a6d349'/>
<id>43ce989b5077913f18a5b083501498f5e1a6d349</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Code cleanup and bugfixes for infrastructure code</title>
<updated>2020-05-27T01:51:16+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>bakitajoshua@gmail.com</email>
</author>
<published>2020-05-27T01:38:52+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=b0a383d5bd705e9e38b38e6a3ec00eb53166f1b6'/>
<id>b0a383d5bd705e9e38b38e6a3ec00eb53166f1b6</id>
<content type='text'>
- Remove unused parameters to extra.h
- Use floats to avoid integer overflow when timing long loops
- Only include litmus headers and/or MMDC headers if the appropriate
  define is set in extra.h
- Update job parameters to match those used in my PRP experiments
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove unused parameters to extra.h
- Use floats to avoid integer overflow when timing long loops
- Only include litmus headers and/or MMDC headers if the appropriate
  define is set in extra.h
- Update job parameters to match those used in my PRP experiments
</pre>
</div>
</content>
</entry>
<entry>
<title>Support LITMUS, MC^2, and alternate benchmarks</title>
<updated>2019-10-19T14:50:23+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>bakitajoshua@gmail.com</email>
</author>
<published>2019-10-19T14:50:23+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=4f1aa00f177646b5129304a7d587658aad949946'/>
<id>4f1aa00f177646b5129304a7d587658aad949946</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add DIS benchmarks</title>
<updated>2019-10-19T14:50:11+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>bakitajoshua@gmail.com</email>
</author>
<published>2019-10-19T14:50:11+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=7e6ceb16b53fdbdb2a27cf3ade15d32177ff811f'/>
<id>7e6ceb16b53fdbdb2a27cf3ade15d32177ff811f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganize and commit all the modified TACLeBench code and run scripts</title>
<updated>2019-10-07T23:13:39+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>bakitajoshua@gmail.com</email>
</author>
<published>2019-10-07T23:13: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=386b7d3366f1359a265da207a9cafa3edf553b64'/>
<id>386b7d3366f1359a265da207a9cafa3edf553b64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup extra.h for the paired tests</title>
<updated>2019-06-17T12:45:24+00:00</updated>
<author>
<name>Joshua Bakita</name>
<email>jbakita@cs.unc.edu</email>
</author>
<published>2019-06-17T12:45:24+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=54a3f7091a2146b29c73a6fdc4b62a5c4ad7a3d8'/>
<id>54a3f7091a2146b29c73a6fdc4b62a5c4ad7a3d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
