<?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 Palaeontology 2.0</title>
	<atom:link href="http://matthewvavrek.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewvavrek.com</link>
	<description>A dead science for an evolving world</description>
	<lastBuildDate>Thu, 12 Apr 2012 21:53:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on pdflatex errors and R by Germán</title>
		<link>http://matthewvavrek.com/2011/07/15/pdflatex-errors-and-r/#comment-277</link>
		<dc:creator><![CDATA[Germán]]></dc:creator>
		<pubDate>Thu, 12 Apr 2012 21:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://matthewvavrek.com/?p=158#comment-277</guid>
		<description><![CDATA[Thanks! Same here, the problem was solved by installing texinfo.]]></description>
		<content:encoded><![CDATA[<p>Thanks! Same here, the problem was solved by installing texinfo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MrBayes and multicore processors by Seth</title>
		<link>http://matthewvavrek.com/2011/03/19/mrbayes-and-multicore-processors/#comment-264</link>
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Tue, 28 Feb 2012 03:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://matthewvavrek.com/?p=132#comment-264</guid>
		<description><![CDATA[After issuing the make command the first few lines look like this:
root@ubuntu:/usr/local/bin/mrbayes_3.2.1/src# make
mpicc -O3 -ffast-math -Wall -DNDEBUG -I/usr/local/include/libhmsbeagle-1  -DUSECONFIG_H   -c -o bayes.o bayes.c
mpicc -O3 -ffast-math -Wall -DNDEBUG -I/usr/local/include/libhmsbeagle-1  -DUSECONFIG_H   -c -o command.o command.c
command.c: In function ‘FreeCharacters’:
command.c:9236:10: warning: variable ‘memoryLetFree’ set but not used [-Wunused-but-set-variable]
command.c: In function ‘ParseCommand’:
command.c:13792:12: warning: ‘numMatches’ may be used uninitialized in this function [-Wuninitialized]
mpicc -O3 -ffast-math -Wall -DNDEBUG -I/usr/local/include/libhmsbeagle-1  -DUSECONFIG_H

Then there is a long list of errors including in:

mbbeagle.c:(.text+0x1f02): undefined reference to `beagleSetCategoryRates&#039;
mbbeagle.c:(.text+0x204a): undefined reference to `beagleUpdateTransitionMatrices&#039;
mbbeagle.o: In function `LaunchBEAGLELogLikeForDivision&#039;:
mbbeagle.c:(.text+0x23b8): undefined reference to `beagleResetScaleFactors&#039;
mbbeagle.c:(.text+0x2559): undefined reference to `beagleResetScaleFactors&#039;
best.o: In function `LnPriorProbGeneTree&#039;:
best.c:(.text+0x1a1e): undefined reference to `log&#039;

...and...
 
best.c:(.text+0x3027): undefined reference to `log&#039;
best.c:(.text+0x3072): undefined reference to `log&#039;
best.c:(.text+0x358a): undefined reference to `log&#039;
best.o:best.c:(.text+0x35b6): more undefined references to `log&#039; follow
best.o: In function `Move_SpeciesTree&#039;:
best.c:(.text+0x3971): undefined reference to `exp&#039;
best.c:(.text+0x398c): undefined reference to `log&#039;
collect2: ld returned 1 exit status
make: *** [mb] Error 1


I&#039;ve tried running with and without beagle and I get the undefined log and exp in both cases.

Thank you for taking a look.]]></description>
		<content:encoded><![CDATA[<p>After issuing the make command the first few lines look like this:<br />
root@ubuntu:/usr/local/bin/mrbayes_3.2.1/src# make<br />
mpicc -O3 -ffast-math -Wall -DNDEBUG -I/usr/local/include/libhmsbeagle-1  -DUSECONFIG_H   -c -o bayes.o bayes.c<br />
mpicc -O3 -ffast-math -Wall -DNDEBUG -I/usr/local/include/libhmsbeagle-1  -DUSECONFIG_H   -c -o command.o command.c<br />
command.c: In function ‘FreeCharacters’:<br />
command.c:9236:10: warning: variable ‘memoryLetFree’ set but not used [-Wunused-but-set-variable]<br />
command.c: In function ‘ParseCommand’:<br />
command.c:13792:12: warning: ‘numMatches’ may be used uninitialized in this function [-Wuninitialized]<br />
mpicc -O3 -ffast-math -Wall -DNDEBUG -I/usr/local/include/libhmsbeagle-1  -DUSECONFIG_H</p>
<p>Then there is a long list of errors including in:</p>
<p>mbbeagle.c:(.text+0x1f02): undefined reference to `beagleSetCategoryRates&#8217;<br />
mbbeagle.c:(.text+0x204a): undefined reference to `beagleUpdateTransitionMatrices&#8217;<br />
mbbeagle.o: In function `LaunchBEAGLELogLikeForDivision&#8217;:<br />
mbbeagle.c:(.text+0x23b8): undefined reference to `beagleResetScaleFactors&#8217;<br />
mbbeagle.c:(.text+0&#215;2559): undefined reference to `beagleResetScaleFactors&#8217;<br />
best.o: In function `LnPriorProbGeneTree&#8217;:<br />
best.c:(.text+0x1a1e): undefined reference to `log&#8217;</p>
<p>&#8230;and&#8230;</p>
<p>best.c:(.text+0&#215;3027): undefined reference to `log&#8217;<br />
best.c:(.text+0&#215;3072): undefined reference to `log&#8217;<br />
best.c:(.text+0x358a): undefined reference to `log&#8217;<br />
best.o:best.c:(.text+0x35b6): more undefined references to `log&#8217; follow<br />
best.o: In function `Move_SpeciesTree&#8217;:<br />
best.c:(.text+0&#215;3971): undefined reference to `exp&#8217;<br />
best.c:(.text+0x398c): undefined reference to `log&#8217;<br />
collect2: ld returned 1 exit status<br />
make: *** [mb] Error 1</p>
<p>I&#8217;ve tried running with and without beagle and I get the undefined log and exp in both cases.</p>
<p>Thank you for taking a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MrBayes and multicore processors by mvavrek</title>
		<link>http://matthewvavrek.com/2011/03/19/mrbayes-and-multicore-processors/#comment-263</link>
		<dc:creator><![CDATA[mvavrek]]></dc:creator>
		<pubDate>Sat, 25 Feb 2012 22:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://matthewvavrek.com/?p=132#comment-263</guid>
		<description><![CDATA[Can you post the error that it throws and the last few lines before that? That might help to get an idea about what is going on. More than likely it&#039;s a package somewhere that needs to be tracked down and installed.]]></description>
		<content:encoded><![CDATA[<p>Can you post the error that it throws and the last few lines before that? That might help to get an idea about what is going on. More than likely it&#8217;s a package somewhere that needs to be tracked down and installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MrBayes and multicore processors by Seth</title>
		<link>http://matthewvavrek.com/2011/03/19/mrbayes-and-multicore-processors/#comment-262</link>
		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Sat, 25 Feb 2012 22:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://matthewvavrek.com/?p=132#comment-262</guid>
		<description><![CDATA[I am trying to compile MrBayes in parallel mode in Ubuntu (your site has been a huge help) but I get an error when I give the make command.  It chugs along for a while then comes back with a long list of errors about an undefined reference to log.  Have you come across this before or have any suggestions?]]></description>
		<content:encoded><![CDATA[<p>I am trying to compile MrBayes in parallel mode in Ubuntu (your site has been a huge help) but I get an error when I give the make command.  It chugs along for a while then comes back with a long list of errors about an undefined reference to log.  Have you come across this before or have any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MrBayes and Ubuntu by Ross Mounce (@rmounce)</title>
		<link>http://matthewvavrek.com/2011/09/15/mrbayes-and-ubuntu/#comment-239</link>
		<dc:creator><![CDATA[Ross Mounce (@rmounce)]]></dc:creator>
		<pubDate>Tue, 20 Dec 2011 14:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://matthewvavrek.com/?p=164#comment-239</guid>
		<description><![CDATA[PS I compiled it from source too on my Ubuntu 64-bit machine! Does the software centre install method correctly compile and install the optional BEAGLE libraries? I couldn&#039;t correctly do this bit when I compiled and installed from source so I&#039;m apparently not making full use of all my cores :/

http://code.google.com/p/beagle-lib/]]></description>
		<content:encoded><![CDATA[<p>PS I compiled it from source too on my Ubuntu 64-bit machine! Does the software centre install method correctly compile and install the optional BEAGLE libraries? I couldn&#8217;t correctly do this bit when I compiled and installed from source so I&#8217;m apparently not making full use of all my cores :/</p>
<p><a href="http://code.google.com/p/beagle-lib/" rel="nofollow">http://code.google.com/p/beagle-lib/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TNT and Ubuntu by Ross Mounce (@rmounce)</title>
		<link>http://matthewvavrek.com/2011/10/19/tnt-and-ubuntu/#comment-238</link>
		<dc:creator><![CDATA[Ross Mounce (@rmounce)]]></dc:creator>
		<pubDate>Tue, 20 Dec 2011 14:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://matthewvavrek.com/?p=167#comment-238</guid>
		<description><![CDATA[Hi Matthew,

Good to see people posting helpful tutorials on how to use TNT. It&#039;s not the easiest program to get to grips with, in my experience.

However, a small note of correction - your method is not the only one with which you can calculate (Goodman)Bremer support in TNT. On the official TNT wiki manual website, under the &quot;scripts&quot; page there&#039;s a nice little script written by Goloboff that&#039;ll calculate it for you: http://tnt.insectmuseum.org/index.php/Scripts

Note also; scripts to calculate partitioned (Goodman)Bremer support, the Incongruence Length Difference test, and other useful data exploration tools. I&#039;ve written a post of my own, (along with my research poster) on how to do these tests in TNT here: http://sites.google.com/site/rossmounce/palass2011

I hope it might be of some use to someone out there - I certainly think these are useful and interesting methods.]]></description>
		<content:encoded><![CDATA[<p>Hi Matthew,</p>
<p>Good to see people posting helpful tutorials on how to use TNT. It&#8217;s not the easiest program to get to grips with, in my experience.</p>
<p>However, a small note of correction &#8211; your method is not the only one with which you can calculate (Goodman)Bremer support in TNT. On the official TNT wiki manual website, under the &#8220;scripts&#8221; page there&#8217;s a nice little script written by Goloboff that&#8217;ll calculate it for you: <a href="http://tnt.insectmuseum.org/index.php/Scripts" rel="nofollow">http://tnt.insectmuseum.org/index.php/Scripts</a></p>
<p>Note also; scripts to calculate partitioned (Goodman)Bremer support, the Incongruence Length Difference test, and other useful data exploration tools. I&#8217;ve written a post of my own, (along with my research poster) on how to do these tests in TNT here: <a href="http://sites.google.com/site/rossmounce/palass2011" rel="nofollow">http://sites.google.com/site/rossmounce/palass2011</a></p>
<p>I hope it might be of some use to someone out there &#8211; I certainly think these are useful and interesting methods.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on pdflatex errors and R by andrewgriffin</title>
		<link>http://matthewvavrek.com/2011/07/15/pdflatex-errors-and-r/#comment-175</link>
		<dc:creator><![CDATA[andrewgriffin]]></dc:creator>
		<pubDate>Mon, 26 Sep 2011 17:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://matthewvavrek.com/?p=158#comment-175</guid>
		<description><![CDATA[Cheers for the information. I had a similar problem with R on a Fedora 15 distribution and this pointed me in the right direction.

The culprit in this case was the texinfo-tex (4.13a-15.fc15) package.]]></description>
		<content:encoded><![CDATA[<p>Cheers for the information. I had a similar problem with R on a Fedora 15 distribution and this pointed me in the right direction.</p>
<p>The culprit in this case was the texinfo-tex (4.13a-15.fc15) package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MrBayes and multicore processors by mvavrek</title>
		<link>http://matthewvavrek.com/2011/03/19/mrbayes-and-multicore-processors/#comment-170</link>
		<dc:creator><![CDATA[mvavrek]]></dc:creator>
		<pubDate>Wed, 17 Aug 2011 01:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://matthewvavrek.com/?p=132#comment-170</guid>
		<description><![CDATA[I&#039;ll check it out. Another one of those things that I never really thought about though, since palaeo data usually consist of a few hundred values, not hundred thousand.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ll check it out. Another one of those things that I never really thought about though, since palaeo data usually consist of a few hundred values, not hundred thousand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MrBayes and multicore processors by Julien</title>
		<link>http://matthewvavrek.com/2011/03/19/mrbayes-and-multicore-processors/#comment-169</link>
		<dc:creator><![CDATA[Julien]]></dc:creator>
		<pubDate>Wed, 17 Aug 2011 01:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://matthewvavrek.com/?p=132#comment-169</guid>
		<description><![CDATA[Thanks for the spp.est package. Very useful. I use it in microbial ecology and I have a suggestion (if its feasible and if it makes sense!). There exist a package called mothur (oriented for microbial ecology) into which there is a rarefaction module. I think its basically the same module as spp.est but with an extra parameter which is the frequency. For instance if you only want to output the data every n species). So Lets say we have a table representing a total of 500,000 species and we want only 10 points on our rarefaction curve we would calculate values every 50,000 values. The resulting rarefaction curve would not be as detailed as if using every value, but would still give a good idea... and be faster.
Cheers!]]></description>
		<content:encoded><![CDATA[<p>Thanks for the spp.est package. Very useful. I use it in microbial ecology and I have a suggestion (if its feasible and if it makes sense!). There exist a package called mothur (oriented for microbial ecology) into which there is a rarefaction module. I think its basically the same module as spp.est but with an extra parameter which is the frequency. For instance if you only want to output the data every n species). So Lets say we have a table representing a total of 500,000 species and we want only 10 points on our rarefaction curve we would calculate values every 50,000 values. The resulting rarefaction curve would not be as detailed as if using every value, but would still give a good idea&#8230; and be faster.<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on pdflatex errors and R by synapseandsyntax</title>
		<link>http://matthewvavrek.com/2011/07/15/pdflatex-errors-and-r/#comment-164</link>
		<dc:creator><![CDATA[synapseandsyntax]]></dc:creator>
		<pubDate>Fri, 12 Aug 2011 20:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://matthewvavrek.com/?p=158#comment-164</guid>
		<description><![CDATA[Hi.  Thanks for this post-- it helped me to discover that I was missing a texlive package when I encountered the same problem.  For what it&#039;s worth, it&#039;s probably not necessary to install texlive-full, which is over 1GB.  It&#039;s (at least one of) the following packages:


Installed the following packages:
debiandoc-sgml (1.2.15)
libroman-perl (1.23-1)
libsgmls-perl (1.03ii-32)
libsp1c2 (1.3.4-1.2.1-47build3)
libtext-format-perl (0.52-21)
sgmlspl (1.03ii-32)
sp (1.3.4-1.2.1-47build3)
texinfo (4.13a.dfsg.1-6ubuntu3)
texlive-formats-extra (2009-10ubuntu1)
texlive-generic-extra (2009-10ubuntu1)
texlive-lang-other (2009-3)
texlive-plain-extra (2009-10ubuntu1)
texlive-xetex (2009-11)

Cheers.]]></description>
		<content:encoded><![CDATA[<p>Hi.  Thanks for this post&#8211; it helped me to discover that I was missing a texlive package when I encountered the same problem.  For what it&#8217;s worth, it&#8217;s probably not necessary to install texlive-full, which is over 1GB.  It&#8217;s (at least one of) the following packages:</p>
<p>Installed the following packages:<br />
debiandoc-sgml (1.2.15)<br />
libroman-perl (1.23-1)<br />
libsgmls-perl (1.03ii-32)<br />
libsp1c2 (1.3.4-1.2.1-47build3)<br />
libtext-format-perl (0.52-21)<br />
sgmlspl (1.03ii-32)<br />
sp (1.3.4-1.2.1-47build3)<br />
texinfo (4.13a.dfsg.1-6ubuntu3)<br />
texlive-formats-extra (2009-10ubuntu1)<br />
texlive-generic-extra (2009-10ubuntu1)<br />
texlive-lang-other (2009-3)<br />
texlive-plain-extra (2009-10ubuntu1)<br />
texlive-xetex (2009-11)</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

