<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Yngve&#039;s blog</title>
	<atom:link href="http://eothred.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://eothred.wordpress.com</link>
	<description>A place for my thoughts to find peace</description>
	<lastBuildDate>Mon, 15 Apr 2013 14:00:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Latexdiff and git by Making the diff-erence in using LaTeX &#8211; WeST Blog (University of Koblenz-Landau) &#124; WeST Blog</title>
		<link>http://eothred.wordpress.com/2010/11/07/latexdiff-and-git/#comment-356</link>
		<dc:creator><![CDATA[Making the diff-erence in using LaTeX &#8211; WeST Blog (University of Koblenz-Landau) &#124; WeST Blog]]></dc:creator>
		<pubDate>Mon, 15 Apr 2013 14:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://eothred.wordpress.com/?p=90#comment-356</guid>
		<description><![CDATA[[...] in the folder. You can get additional information in how to use git with latexdiff by reading the blog post of Yngve&#160;and the tex.stackexchange [...]]]></description>
		<content:encoded><![CDATA[<p>[...] in the folder. You can get additional information in how to use git with latexdiff by reading the blog post of Yngve&nbsp;and the tex.stackexchange [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tip of the day: partial git log by Darby</title>
		<link>http://eothred.wordpress.com/2010/12/03/tip-of-the-day-partial-git-log/#comment-355</link>
		<dc:creator><![CDATA[Darby]]></dc:creator>
		<pubDate>Thu, 04 Apr 2013 05:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://eothred.wordpress.com/2010/12/03/tip-of-the-day-partial-git-log/#comment-355</guid>
		<description><![CDATA[How can you get all BUT a certain folder?]]></description>
		<content:encoded><![CDATA[<p>How can you get all BUT a certain folder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Latexdiff and git by Vinicius</title>
		<link>http://eothred.wordpress.com/2010/11/07/latexdiff-and-git/#comment-354</link>
		<dc:creator><![CDATA[Vinicius]]></dc:creator>
		<pubDate>Sun, 31 Mar 2013 01:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://eothred.wordpress.com/?p=90#comment-354</guid>
		<description><![CDATA[Great work!
Also, for brazilians or other accent-like languages with bibtex errors

&quot;Warning--I didn&#039;t find a database entry for ...&quot;

your .bib files cannot contain direct accents, e.g. &quot;é&quot;, &quot;ó&quot;, replace with &quot;\&#039;e&quot;, &quot;\&#039;o&quot;

Took me a half an hour to find out... =)]]></description>
		<content:encoded><![CDATA[<p>Great work!<br />
Also, for brazilians or other accent-like languages with bibtex errors</p>
<p>&#8220;Warning&#8211;I didn&#8217;t find a database entry for &#8230;&#8221;</p>
<p>your .bib files cannot contain direct accents, e.g. &#8220;é&#8221;, &#8220;ó&#8221;, replace with &#8220;\&#8217;e&#8221;, &#8220;\&#8217;o&#8221;</p>
<p>Took me a half an hour to find out&#8230; =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Latexdiff and git by dynetrekk</title>
		<link>http://eothred.wordpress.com/2010/11/07/latexdiff-and-git/#comment-353</link>
		<dc:creator><![CDATA[dynetrekk]]></dc:creator>
		<pubDate>Thu, 28 Mar 2013 13:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://eothred.wordpress.com/?p=90#comment-353</guid>
		<description><![CDATA[It probably will under Cygwin, assuming you&#039;ve got all those tools (sed, bash, pdflatex, bibtex, etc) on your %PATH%. Also, you will need to make an if/else clause replacing the &quot;xdg-open&quot; command with &quot;cygstart&quot;.]]></description>
		<content:encoded><![CDATA[<p>It probably will under Cygwin, assuming you&#8217;ve got all those tools (sed, bash, pdflatex, bibtex, etc) on your %PATH%. Also, you will need to make an if/else clause replacing the &#8220;xdg-open&#8221; command with &#8220;cygstart&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Latexdiff and git by Yngve I. Levinsen</title>
		<link>http://eothred.wordpress.com/2010/11/07/latexdiff-and-git/#comment-352</link>
		<dc:creator><![CDATA[Yngve I. Levinsen]]></dc:creator>
		<pubDate>Thu, 28 Mar 2013 12:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://eothred.wordpress.com/?p=90#comment-352</guid>
		<description><![CDATA[This script is using extensively unix tools. On Windows I do not believe you have e.g. &#039;pdflatex&#039; or &#039;bibtex&#039; installed and available in the shell. Hence I do not believe it will work. If anyone feels like writing the script so it works also on Windows feel free to submit patches. I do not have a Windows machine available, nor the need to develop this script for Windows myself. Sorry.]]></description>
		<content:encoded><![CDATA[<p>This script is using extensively unix tools. On Windows I do not believe you have e.g. &#8216;pdflatex&#8217; or &#8216;bibtex&#8217; installed and available in the shell. Hence I do not believe it will work. If anyone feels like writing the script so it works also on Windows feel free to submit patches. I do not have a Windows machine available, nor the need to develop this script for Windows myself. Sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Latexdiff and git by flwe</title>
		<link>http://eothred.wordpress.com/2010/11/07/latexdiff-and-git/#comment-351</link>
		<dc:creator><![CDATA[flwe]]></dc:creator>
		<pubDate>Tue, 26 Mar 2013 14:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://eothred.wordpress.com/?p=90#comment-351</guid>
		<description><![CDATA[Hi, I have a real beginners question: How do I execute the &quot;latexbatchdiff.sh&quot;? Do I use the Windows Commandtool CMD or what else? The provided examples could not help. I have perl installed.]]></description>
		<content:encoded><![CDATA[<p>Hi, I have a real beginners question: How do I execute the &#8220;latexbatchdiff.sh&#8221;? Do I use the Windows Commandtool CMD or what else? The provided examples could not help. I have perl installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get bug tracker for your gitorious repository by Ben Givens</title>
		<link>http://eothred.wordpress.com/2011/05/05/get-bug-tracker-for-your-gitorious-repository/#comment-349</link>
		<dc:creator><![CDATA[Ben Givens]]></dc:creator>
		<pubDate>Fri, 22 Feb 2013 18:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://eothred.wordpress.com/2011/05/05/get-bug-tracker-for-your-gitorious-repository/#comment-349</guid>
		<description><![CDATA[Hello,
I recently released a new open-source bug tracker that was funded via Kickstarter, and we are looking for people to try it out. I saw you wrote about bug trackers previously and wanted share our new app. It&#039;s free and open source, we would love any feedback. 
www.bugkick.com


If you want to share it with anyone, let me know and we&#039;ll give you and your friends free pro accounts (normally $108 a year).


Best,
Ben]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
I recently released a new open-source bug tracker that was funded via Kickstarter, and we are looking for people to try it out. I saw you wrote about bug trackers previously and wanted share our new app. It&#8217;s free and open source, we would love any feedback.<br />
<a href="http://www.bugkick.com" rel="nofollow">http://www.bugkick.com</a></p>
<p>If you want to share it with anyone, let me know and we&#8217;ll give you and your friends free pro accounts (normally $108 a year).</p>
<p>Best,<br />
Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello World cmake+openmpi by Yngve I. Levinsen</title>
		<link>http://eothred.wordpress.com/2010/02/25/hello-world-cmakeopenmpi/#comment-346</link>
		<dc:creator><![CDATA[Yngve I. Levinsen]]></dc:creator>
		<pubDate>Mon, 04 Feb 2013 13:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://eothred.wordpress.com/2010/02/25/hello-world-cmakeopenmpi/#comment-346</guid>
		<description><![CDATA[Quite interesting, I also get a similar memory leak. However, I get precisely the same memory leak regardless of whether I use cmake to build or the wrappers. Are you sure the wrappers are from the same MPI version as the one cmake finds on your system? You can have several installed...

Edit: You might find more information about this issue here: http://www.open-mpi.org/faq/?category=debugging#valgrind_clean]]></description>
		<content:encoded><![CDATA[<p>Quite interesting, I also get a similar memory leak. However, I get precisely the same memory leak regardless of whether I use cmake to build or the wrappers. Are you sure the wrappers are from the same MPI version as the one cmake finds on your system? You can have several installed&#8230;</p>
<p>Edit: You might find more information about this issue here: <a href="http://www.open-mpi.org/faq/?category=debugging#valgrind_clean" rel="nofollow">http://www.open-mpi.org/faq/?category=debugging#valgrind_clean</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello World cmake+openmpi by lumberJack</title>
		<link>http://eothred.wordpress.com/2010/02/25/hello-world-cmakeopenmpi/#comment-345</link>
		<dc:creator><![CDATA[lumberJack]]></dc:creator>
		<pubDate>Mon, 04 Feb 2013 13:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://eothred.wordpress.com/2010/02/25/hello-world-cmakeopenmpi/#comment-345</guid>
		<description><![CDATA[If i use your  &quot;# Require MPI for this project: ..... &quot; CMakeLists.txt, valgrind says by executing this simple program

int main()
{
  MPI::Init();
  MPI::Finalize();
  return 0;
}

==8546== LEAK SUMMARY:
==8546==    definitely lost: 22,215 bytes in 39 blocks
==8546==    indirectly lost: 6,967 bytes in 28 blocks
==8546==      possibly lost: 22,593 bytes in 598 blocks
==8546==    still reachable: 116,620 bytes in 113 blocks
==8546==         suppressed: 0 bytes in 0 blocks
==8546== Rerun with --leak-check=full to see details of leaked memory

If i use the MPI compiler wrappers, valgrind says:
 
==8583== LEAK SUMMARY:
==8583==    definitely lost: 0 bytes in 0 blocks
==8583==    indirectly lost: 0 bytes in 0 blocks
==8583==      possibly lost: 0 bytes in 0 blocks
==8583==    still reachable: 21,606 bytes in 1 blocks
==8583==         suppressed: 0 bytes in 0 blocks
==8583== Rerun with --leak-check=full to see details of leaked memory

Whats going on?

Im using open MPI 1.6.3.]]></description>
		<content:encoded><![CDATA[<p>If i use your  &#8220;# Require MPI for this project: &#8230;.. &#8221; CMakeLists.txt, valgrind says by executing this simple program</p>
<p>int main()<br />
{<br />
  MPI::Init();<br />
  MPI::Finalize();<br />
  return 0;<br />
}</p>
<p>==8546== LEAK SUMMARY:<br />
==8546==    definitely lost: 22,215 bytes in 39 blocks<br />
==8546==    indirectly lost: 6,967 bytes in 28 blocks<br />
==8546==      possibly lost: 22,593 bytes in 598 blocks<br />
==8546==    still reachable: 116,620 bytes in 113 blocks<br />
==8546==         suppressed: 0 bytes in 0 blocks<br />
==8546== Rerun with &#8211;leak-check=full to see details of leaked memory</p>
<p>If i use the MPI compiler wrappers, valgrind says:</p>
<p>==8583== LEAK SUMMARY:<br />
==8583==    definitely lost: 0 bytes in 0 blocks<br />
==8583==    indirectly lost: 0 bytes in 0 blocks<br />
==8583==      possibly lost: 0 bytes in 0 blocks<br />
==8583==    still reachable: 21,606 bytes in 1 blocks<br />
==8583==         suppressed: 0 bytes in 0 blocks<br />
==8583== Rerun with &#8211;leak-check=full to see details of leaked memory</p>
<p>Whats going on?</p>
<p>Im using open MPI 1.6.3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Latexdiff and git by Pål Ellingsen</title>
		<link>http://eothred.wordpress.com/2010/11/07/latexdiff-and-git/#comment-336</link>
		<dc:creator><![CDATA[Pål Ellingsen]]></dc:creator>
		<pubDate>Thu, 22 Nov 2012 09:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://eothred.wordpress.com/?p=90#comment-336</guid>
		<description><![CDATA[I would agree that I didn&#039;t state the problem well, so I&#039;ll try again.
My setup is such that I have a main file, which includes several other files. I wanted to be able to compare changes for the main file and all of the included files in one, getting out one pdf with all the changes. 
In order to do this I tried to call you script first with only my main file, this only gave me the changes in this file (as expected), I than called it with the main file, and &#039;*.tex&#039;, such that it would diff all my files, though this didn&#039;t result in a pdf with all the changes. 
I the looked at latexdiff, which takes the optional argument --flatten, which also takes the diff for the included files (note that in my latexdiff there is a bug, such that you can&#039;t have commented includes in the main file). I set this in my -hgrc file as an option, though I didn&#039;t work as the extdiff tool in hg creates an folder in tmp, which only holds the changed files, and therefore latexdiff couldn&#039;t find all of the included files. I tried it both with and without your script.
My solution for this, is to instead of using &#039;hg extdiff&#039; I use &#039;hg archive&#039; into a folder, and then run latexdiff on that folder (which contains a copy of the repository at a given revision). 
I don&#039;t know if git has the same problem, but I know that in hg diff is optimised for speed and therefore doesn&#039;t copy over unchanged files.

Hope this was a better explanation]]></description>
		<content:encoded><![CDATA[<p>I would agree that I didn&#8217;t state the problem well, so I&#8217;ll try again.<br />
My setup is such that I have a main file, which includes several other files. I wanted to be able to compare changes for the main file and all of the included files in one, getting out one pdf with all the changes.<br />
In order to do this I tried to call you script first with only my main file, this only gave me the changes in this file (as expected), I than called it with the main file, and &#8216;*.tex&#8217;, such that it would diff all my files, though this didn&#8217;t result in a pdf with all the changes.<br />
I the looked at latexdiff, which takes the optional argument &#8211;flatten, which also takes the diff for the included files (note that in my latexdiff there is a bug, such that you can&#8217;t have commented includes in the main file). I set this in my -hgrc file as an option, though I didn&#8217;t work as the extdiff tool in hg creates an folder in tmp, which only holds the changed files, and therefore latexdiff couldn&#8217;t find all of the included files. I tried it both with and without your script.<br />
My solution for this, is to instead of using &#8216;hg extdiff&#8217; I use &#8216;hg archive&#8217; into a folder, and then run latexdiff on that folder (which contains a copy of the repository at a given revision).<br />
I don&#8217;t know if git has the same problem, but I know that in hg diff is optimised for speed and therefore doesn&#8217;t copy over unchanged files.</p>
<p>Hope this was a better explanation</p>
]]></content:encoded>
	</item>
</channel>
</rss>
