<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Meseret Gebre &#187; Research</title>
	<atom:link href="http://meseretgebre.com/archives/tag/research/feed/" rel="self" type="application/rss+xml" />
	<link>http://meseretgebre.com</link>
	<description></description>
	<lastBuildDate>Fri, 04 Jun 2010 07:15:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Muse Code Generator</title>
		<link>http://meseretgebre.com/archives/muse-code-generator/</link>
		<comments>http://meseretgebre.com/archives/muse-code-generator/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 16:25:53 +0000</pubDate>
		<dc:creator>mez</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[code generator]]></category>
		<category><![CDATA[muse]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://meseretgebre.com/?p=116</guid>
		<description><![CDATA[My latest work on research has been the development of code generation tool that basically sets up all the needed directories for a muse simulation to work correctly. It also gives users the option to generate agent,state, or event classes which are subclasses from muse base classes. The language I&#8217;ve chosen to create this tool [...]]]></description>
			<content:encoded><![CDATA[<p>My latest work on research has been the development of code generation tool that basically sets up all the needed directories for a muse simulation to work correctly. It also gives users the option to generate agent,state, or event classes which are subclasses from muse base classes. The language I&#8217;ve chosen to create this tool is &#8216;kick ace&#8217;  python. Python is <span style="text-decoration: line-through;">probably</span> is my favorite scripting language. Once the tool is complete it will be documented on the muse site @ <a href="http://musesimulation.org">musesimulation.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://meseretgebre.com/archives/muse-code-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Research Work Issues</title>
		<link>http://meseretgebre.com/archives/research-work-issues/</link>
		<comments>http://meseretgebre.com/archives/research-work-issues/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 09:31:13 +0000</pubDate>
		<dc:creator>mez</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Issues]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://meseretgebre.com/?p=106</guid>
		<description><![CDATA[I had a freaking break down today. There are just so many things going on with research and at times can feel very over whelming. I took this day off to get a hold of myself and to reorganize my current attack plan. Things on my list that have to be done for research include:

Thesis [...]]]></description>
			<content:encoded><![CDATA[<p>I had a freaking break down today. There are just so many things going on with research and at times can feel very over whelming. I took this day off to get a hold of myself and to reorganize my current attack plan. Things on my list that have to be done for research include:</p>
<ul>
<li>Thesis write up</li>
<li>muse benchmarking</li>
<li>muse website</li>
</ul>
<p>My issue today was with testing.  Ignoring the fact that I am not a c++ expert (in my opinion the shear complexities of c++ requires many years of development to master, and the word expert should not be used to lightly),  dealing with code that runs in parallel is just a pain the a**. There is no easy way to test, no easy way to unit test. When a bug is discovered, well, good luck because hunting that bug down will consume valuable time. I have managed to make good progress on the muse website <a href="http://musesimulation.org">musesimulation.org</a>. However my work on the thesis writeup has been at a stand still for the last week and a half because I have been developing simulations for my benchmarking.</p>
<p>Benchmarking is a whole other ball game. I found the best way to find bugs in the kernel is to create different types of simulations and see if they work. Everytime I create a benchmark simulation I find an error. This got me thinking, why is there no good way to test parallel code? However I am determined to create something useful and I will give it all I got <img src='http://meseretgebre.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Anyways, this is my rant for the day and if you have some tips about parallel development please feel free to leave some hints.</p>
]]></content:encoded>
			<wfw:commentRss>http://meseretgebre.com/archives/research-work-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
