<?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/"
		>
<channel>
	<title>Comments for Standard Thoughts</title>
	<atom:link href="http://www.partofthething.com/thoughts/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.partofthething.com/thoughts</link>
	<description>Residual things that the internet should hear</description>
	<lastBuildDate>Fri, 27 Apr 2012 08:45:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on how to fix: ctrl-c closes ipython within console2 by Raf</title>
		<link>http://www.partofthething.com/thoughts/?p=575&#038;cpage=1#comment-891</link>
		<dc:creator>Raf</dc:creator>
		<pubDate>Fri, 27 Apr 2012 08:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.partofthething.com/thoughts/?p=575#comment-891</guid>
		<description>Thank you! I came here looking for a solution to exactly this problem.</description>
		<content:encoded><![CDATA[<p>Thank you! I came here looking for a solution to exactly this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing ERANOS 2.1 on a 64-bit linux workstation by Robbie</title>
		<link>http://www.partofthething.com/thoughts/?p=502&#038;cpage=1#comment-883</link>
		<dc:creator>Robbie</dc:creator>
		<pubDate>Fri, 20 Apr 2012 12:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.partofthething.com/thoughts/?p=502#comment-883</guid>
		<description>And for posperity, here are the installation instructions for UBUNTU:

- First of all, you need to obtain g77 since this does not come as standard.  A simple sudo apt-get install g77 would suffice.  Note that this is not in the most recent Canonical Repositories so Hardy Heron reps need to be added to the sources.list file - a quick google on this is required.
- also, I noticed that one of the shared libraries (that should be in /lib) was not present.  Make a soft link like so whilst in /lib:
- sudo ln -s i386-linux-gnu/libgcc_s.so.1
- go back to ./ERANOS2.0/CODE/ERANOS/MAKE and edit the file creer_makefile.sh
- search for the text &#039;OPTECHO=&#039; -e&#039; (should be around line 134)
- change to OPTECHO =&#039;&#039; (note the two single quotation marks)
- And then do everything is stated in my previous message</description>
		<content:encoded><![CDATA[<p>And for posperity, here are the installation instructions for UBUNTU:</p>
<p>- First of all, you need to obtain g77 since this does not come as standard.  A simple sudo apt-get install g77 would suffice.  Note that this is not in the most recent Canonical Repositories so Hardy Heron reps need to be added to the sources.list file - a quick google on this is required.<br />
- also, I noticed that one of the shared libraries (that should be in /lib) was not present.  Make a soft link like so whilst in /lib:<br />
- sudo ln -s i386-linux-gnu/libgcc_s.so.1<br />
- go back to ./ERANOS2.0/CODE/ERANOS/MAKE and edit the file creer_makefile.sh<br />
- search for the text 'OPTECHO=' -e' (should be around line 134)<br />
- change to OPTECHO ='' (note the two single quotation marks)<br />
- And then do everything is stated in my previous message</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing ERANOS 2.1 on a 64-bit linux workstation by Robbie</title>
		<link>http://www.partofthething.com/thoughts/?p=502&#038;cpage=1#comment-881</link>
		<dc:creator>Robbie</dc:creator>
		<pubDate>Fri, 20 Apr 2012 08:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.partofthething.com/thoughts/?p=502#comment-881</guid>
		<description>Well. I managed to install ERANOS 2.0 (will assume same will apply to 2.1 and 2.2) on CentOS 2.6.9-67.ELsmp (similar to Redhat) in the end (64 bits).

I concur with everything Nick wrote.  Here is what I did:
- place each CD in turn into computer.  Execute the ./UTILS/copy_cd scripts
- the ./UTILS/copy_cd script on CD 4 will automatically run ./UTILS/Install script, which does not work. It is important to note that one should not rely on this script to install ERANOS.  I seem to remember it worked fine when installing ERANOS on a UNIX machine, but for Linux there is something wrong ..
- next go to the folder (note from now on, the folders are relative to where you chose to copy the ERANOS source code: 
./ERANOS2.0/CODE/ERANOS/MAKE/ARCH/PCLINUX
- edit the config file so that the variables &#039;CFLAGS&#039;, &#039;CPPFLAGS&#039;, &#039;FFLAGS&#039; and &#039;FPPFLAGS&#039; are all appended with the text &#039; -m32&#039;.
- Go back two levels
- run ./creer_makefile.sh
- edit the file:
/ERANOS2.0/CODE/ALOS/PCLINUX/MAKE/Makefile
- add the text &#039; -m32&#039; to the same variables as before.
- do the same to the following files: 
./ERANOS2.0/CODE/ALOS/SRC/TRANSLATER/Makefile
./ERANOS2.0/CODE/ALOS/SRC/LU/Makefile
./ERANOS2.0/CODE/ALOS/SRC/GEMAT/Makefile
- run the command &#039;ulimit -s unlimited&#039;
- go to folder: ./ERANOS2.0/CODE/ALOS/PCLINUX/MAKE
- make sure the installation is clean by running &#039;make clean&#039;
- next run make properly by running &#039;make&#039;
- this should result in no errors and a new binary called &#039;TRANS.x&#039; in the folder ./ERANOS2.0/CODE/ALOS/PCLINUX/BIN
- next to to folder:
./ERANOS2.0/CODE/ERANOS/MAKE
- run &#039;make clean&#039;
- run &#039;make&#039;
- It should take approx 10 minutes to complete.  IF you get seg faults or any other faults, it might be because you haven&#039;t run the &#039;ulimit&#039; command or you haven&#039;t set the -m32 flag for both parts of the installation.
- You should now have a new binary in the folder:
./ERANOS2.0/CODE/ERANOS/BIN/eranos.x
- Next try and run eranos.x by simply typing in &#039;eranos.x&#039;.  This should give you the standard text that is always present at the start of a run.  Press CTRL-C to stop.
- Next need to create libraries.
- Go to the following folder:
./ERANOS2.0/UTILS
- copy Install to Install_libs
- Remove everything before the text &#039;does the executable exist ?&#039; except for the following:
          : definition of the variables &#039;LINE&#039;, &#039;BIBROOT&#039;, &#039;TESTROOT&#039; and &#039;DIR&#039;
          : the if/else statement that sets the variable &#039;ROOT_ERANOS_def&#039;
          : the if/else statement that sets the variable &#039;MACHINE&#039;
          : definition of the variables &#039;LIBROOT&#039;, &#039;LIBALOS&#039;, &#039;BINALOS&#039; and &#039;BIN&#039;
          : definition of the &#039;PATH&#039;, &#039;INSTALLDIR&#039; and &#039;DIRMAKE&#039;
- Next copy the exectuables and the libraries to whereever you want on your system.
- Make sure anyone who uses ERANOS runs &#039;ulimit -s unlimited&#039; before running ERANOS.



I WOULD STILL LIKE TO BE ABLE TO INSTALL ERANOS ON A UBUNTU MACHINE AT WORK BECAUSE IT IS SIGNIFICANTLY FASTER.  I AM HAVING TROUBLE WITH THE GNUMAKE IN UBUNTU WHICH I DON&#039;T SEEM TO HAVE WITH THE MAKE UTILITY IN CENTOS.  IF ANYONE KNOWS WHY OR CAN PUT TOGETHER A SIMILAR HOW-TO LIST FOR INSTALLATION OF ERANOS ON UBUNTU, THEN I WOULD BE EXTREMELY GRATEFUL.</description>
		<content:encoded><![CDATA[<p>Well. I managed to install ERANOS 2.0 (will assume same will apply to 2.1 and 2.2) on CentOS 2.6.9-67.ELsmp (similar to Redhat) in the end (64 bits).</p>
<p>I concur with everything Nick wrote.  Here is what I did:<br />
- place each CD in turn into computer.  Execute the ./UTILS/copy_cd scripts<br />
- the ./UTILS/copy_cd script on CD 4 will automatically run ./UTILS/Install script, which does not work. It is important to note that one should not rely on this script to install ERANOS.  I seem to remember it worked fine when installing ERANOS on a UNIX machine, but for Linux there is something wrong ..<br />
- next go to the folder (note from now on, the folders are relative to where you chose to copy the ERANOS source code:<br />
./ERANOS2.0/CODE/ERANOS/MAKE/ARCH/PCLINUX<br />
- edit the config file so that the variables 'CFLAGS', 'CPPFLAGS', 'FFLAGS' and 'FPPFLAGS' are all appended with the text ' -m32'.<br />
- Go back two levels<br />
- run ./creer_makefile.sh<br />
- edit the file:<br />
/ERANOS2.0/CODE/ALOS/PCLINUX/MAKE/Makefile<br />
- add the text ' -m32' to the same variables as before.<br />
- do the same to the following files:<br />
./ERANOS2.0/CODE/ALOS/SRC/TRANSLATER/Makefile<br />
./ERANOS2.0/CODE/ALOS/SRC/LU/Makefile<br />
./ERANOS2.0/CODE/ALOS/SRC/GEMAT/Makefile<br />
- run the command 'ulimit -s unlimited'<br />
- go to folder: ./ERANOS2.0/CODE/ALOS/PCLINUX/MAKE<br />
- make sure the installation is clean by running 'make clean'<br />
- next run make properly by running 'make'<br />
- this should result in no errors and a new binary called 'TRANS.x' in the folder ./ERANOS2.0/CODE/ALOS/PCLINUX/BIN<br />
- next to to folder:<br />
./ERANOS2.0/CODE/ERANOS/MAKE<br />
- run 'make clean'<br />
- run 'make'<br />
- It should take approx 10 minutes to complete.  IF you get seg faults or any other faults, it might be because you haven't run the 'ulimit' command or you haven't set the -m32 flag for both parts of the installation.<br />
- You should now have a new binary in the folder:<br />
./ERANOS2.0/CODE/ERANOS/BIN/eranos.x<br />
- Next try and run eranos.x by simply typing in 'eranos.x'.  This should give you the standard text that is always present at the start of a run.  Press CTRL-C to stop.<br />
- Next need to create libraries.<br />
- Go to the following folder:<br />
./ERANOS2.0/UTILS<br />
- copy Install to Install_libs<br />
- Remove everything before the text 'does the executable exist ?' except for the following:<br />
          : definition of the variables 'LINE', 'BIBROOT', 'TESTROOT' and 'DIR'<br />
          : the if/else statement that sets the variable 'ROOT_ERANOS_def'<br />
          : the if/else statement that sets the variable 'MACHINE'<br />
          : definition of the variables 'LIBROOT', 'LIBALOS', 'BINALOS' and 'BIN'<br />
          : definition of the 'PATH', 'INSTALLDIR' and 'DIRMAKE'<br />
- Next copy the exectuables and the libraries to whereever you want on your system.<br />
- Make sure anyone who uses ERANOS runs 'ulimit -s unlimited' before running ERANOS.</p>
<p>I WOULD STILL LIKE TO BE ABLE TO INSTALL ERANOS ON A UBUNTU MACHINE AT WORK BECAUSE IT IS SIGNIFICANTLY FASTER.  I AM HAVING TROUBLE WITH THE GNUMAKE IN UBUNTU WHICH I DON'T SEEM TO HAVE WITH THE MAKE UTILITY IN CENTOS.  IF ANYONE KNOWS WHY OR CAN PUT TOGETHER A SIMILAR HOW-TO LIST FOR INSTALLATION OF ERANOS ON UBUNTU, THEN I WOULD BE EXTREMELY GRATEFUL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing ERANOS 2.1 on a 64-bit linux workstation by Robbie</title>
		<link>http://www.partofthething.com/thoughts/?p=502&#038;cpage=1#comment-877</link>
		<dc:creator>Robbie</dc:creator>
		<pubDate>Wed, 18 Apr 2012 18:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.partofthething.com/thoughts/?p=502#comment-877</guid>
		<description>Hi Nacho

I am also looking at installing ERANOS on Linux (UBUNTU).  Could you send me the PDF file as well?

Thanks

(am242m@googlemail.com)</description>
		<content:encoded><![CDATA[<p>Hi Nacho</p>
<p>I am also looking at installing ERANOS on Linux (UBUNTU).  Could you send me the PDF file as well?</p>
<p>Thanks</p>
<p>(am242m@googlemail.com)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on people crave community...through conflict? by karl</title>
		<link>http://www.partofthething.com/thoughts/?p=594&#038;cpage=1#comment-866</link>
		<dc:creator>karl</dc:creator>
		<pubDate>Sat, 07 Apr 2012 17:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.partofthething.com/thoughts/?p=594#comment-866</guid>
		<description>One interesting piece in your analysis is that you assume people make their kinships based not on who&#039;s genes are the most similar; rather people make kinships based on whose meme&#039;s are most similar.  To those who believe in the selfish gene, this might seem maladaptive.  To solve this paradox, you might find this nature paper interesting:

http://faculty.washington.edu/beecher/Nowak%20etal%20-%20evolution%20of%20eusociality%20-%20Nature%202010.pdf

Notice that EO Wilson is one of the authors.   He just wrote this book:  http://www.amazon.com/Social-Conquest-Earth-Edward-Wilson/dp/0871404133/ref=lp_B000AQ4776_1_1?ie=UTF8&amp;qid=1333818496&amp;sr=1-1</description>
		<content:encoded><![CDATA[<p>One interesting piece in your analysis is that you assume people make their kinships based not on who's genes are the most similar; rather people make kinships based on whose meme's are most similar.  To those who believe in the selfish gene, this might seem maladaptive.  To solve this paradox, you might find this nature paper interesting:</p>
<p><a href="http://faculty.washington.edu/beecher/Nowak%20etal%20-%20evolution%20of%20eusociality%20-%20Nature%202010.pdf" rel="nofollow">http://faculty.washington.edu/beecher/Nowak%20etal%20-%20evolution%20of%20eusociality%20-%20Nature%202010.pdf</a></p>
<p>Notice that EO Wilson is one of the authors.   He just wrote this book:  <a href="http://www.amazon.com/Social-Conquest-Earth-Edward-Wilson/dp/0871404133/ref=lp_B000AQ4776_1_1?ie=UTF8&#038;qid=1333818496&#038;sr=1-1" rel="nofollow">http://www.amazon.com/Social-Conquest-Earth-Edward-Wilson/dp/0871404133/ref=lp_B000AQ4776_1_1?ie=UTF8&#038;qid=1333818496&#038;sr=1-1</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on how to fix: ctrl-c closes ipython within console2 by Andrew</title>
		<link>http://www.partofthething.com/thoughts/?p=575&#038;cpage=1#comment-857</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 02 Apr 2012 18:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.partofthething.com/thoughts/?p=575#comment-857</guid>
		<description>Excellent post! I was running into this, trying to find a fix as well. Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Excellent post! I was running into this, trying to find a fix as well. Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How about a nice game of chess? by Bill</title>
		<link>http://www.partofthething.com/thoughts/?p=506&#038;cpage=1#comment-771</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Sun, 29 Jan 2012 19:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.partofthething.com/thoughts/?p=506#comment-771</guid>
		<description>Are you a salesman?  Only a salesman would make a dumb move like that!</description>
		<content:encoded><![CDATA[<p>Are you a salesman?  Only a salesman would make a dumb move like that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing ERANOS 2.1 on a 64-bit linux workstation by Branislav Vrban</title>
		<link>http://www.partofthething.com/thoughts/?p=502&#038;cpage=1#comment-325</link>
		<dc:creator>Branislav Vrban</dc:creator>
		<pubDate>Tue, 05 Jul 2011 08:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.partofthething.com/thoughts/?p=502#comment-325</guid>
		<description>Hello Nacho,

please can you send me this pdf file? (branovrban@zoznam.sk) I would like to install eranos and it can really help me. Thank you very much.</description>
		<content:encoded><![CDATA[<p>Hello Nacho,</p>
<p>please can you send me this pdf file? (branovrban@zoznam.sk) I would like to install eranos and it can really help me. Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing ERANOS 2.1 on a 64-bit linux workstation by Nacho</title>
		<link>http://www.partofthething.com/thoughts/?p=502&#038;cpage=1#comment-229</link>
		<dc:creator>Nacho</dc:creator>
		<pubDate>Mon, 14 Mar 2011 20:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.partofthething.com/thoughts/?p=502#comment-229</guid>
		<description>Thanks a lot Nick. I was trying to compile ERANOS 2.0 in Ubuntu 10.04 with gcc/gfortran and I took me a while to realize the segmentation fault was caused by problems while sending pointers between ooozgm and aloccc. The -m32 flag solves that in a very elegant way.

I wrote a pdf with the instructions for future reference:
http://depositfiles.com/files/5eropodd7</description>
		<content:encoded><![CDATA[<p>Thanks a lot Nick. I was trying to compile ERANOS 2.0 in Ubuntu 10.04 with gcc/gfortran and I took me a while to realize the segmentation fault was caused by problems while sending pointers between ooozgm and aloccc. The -m32 flag solves that in a very elegant way.</p>
<p>I wrote a pdf with the instructions for future reference:<br />
<a href="http://depositfiles.com/files/5eropodd7" rel="nofollow">http://depositfiles.com/files/5eropodd7</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on neighborcasting by Rachel</title>
		<link>http://www.partofthething.com/thoughts/?p=458&#038;cpage=1#comment-99</link>
		<dc:creator>Rachel</dc:creator>
		<pubDate>Mon, 19 Apr 2010 13:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.partofthething.com/thoughts/?p=458#comment-99</guid>
		<description>Lots of potential in here...I really like the ride share idea. I bet between grants available to work on sustainable living ideas and the advertising potential this could actually get funded for development (perhaps a little bit from a variety of sources?).</description>
		<content:encoded><![CDATA[<p>Lots of potential in here...I really like the ride share idea. I bet between grants available to work on sustainable living ideas and the advertising potential this could actually get funded for development (perhaps a little bit from a variety of sources?).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

