<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>Collecting random stuff while working on my thesis.</description><title>Phase Field</title><generator>Tumblr (3.0; @phasefield)</generator><link>http://phasefield.tumblr.com/</link><item><title>notifications</title><description>Alejandro: gio is offline!&lt;br /&gt;&#13;
Alejandro: mayb i can squeeze a game earlier too :D&lt;br /&gt;&#13;
Alejandro: gio is back online&lt;br /&gt;&#13;
Milan: :D&lt;br /&gt;&#13;
Milan: thank you ale for echoing my skype notifications&lt;br /&gt;&#13;
Milan: it means so much&lt;br /&gt;&#13;
Alejandro: haahhaha&lt;br /&gt;&#13;
Alejandro: np ... glad i can be helpful&lt;br /&gt;&#13;
Milan: most of them are just forgotten&lt;br /&gt;&#13;
Alejandro: :D&lt;br /&gt;&#13;
Milan: but thanks to you these will live on forever in my skype history :D&lt;br /&gt;&#13;
Alejandro: hahahaha&lt;br /&gt;&#13;
Alejandro: :D&lt;br /&gt;&#13;
Alejandro: u see ... I will live in ur skype for eternity</description><link>http://phasefield.tumblr.com/post/5215825113</link><guid>http://phasefield.tumblr.com/post/5215825113</guid><pubDate>Thu, 05 May 2011 07:10:32 -0400</pubDate></item><item><title>And here is a better resolved version with auto scaling turned...</title><description>&lt;iframe src="//www.tumblr.com/video/phasefield/4605434957/400" id="tumblr_video_iframe_4605434957" class="tumblr_video_iframe" width="400" height="300" style="display:block;background-color:transparent;overflow:hidden;" allowTransparency="true" frameborder="0" scrolling="no" webkitAllowFullScreen mozallowfullscreen allowFullScreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;And here is a better resolved version with auto scaling turned off.&lt;/p&gt;</description><link>http://phasefield.tumblr.com/post/4605434957</link><guid>http://phasefield.tumblr.com/post/4605434957</guid><pubDate>Thu, 14 Apr 2011 08:19:06 -0400</pubDate></item><item><title>Here is a short test video of diffusion using PSE in 2D. The top...</title><description>&lt;iframe src="//www.tumblr.com/video/phasefield/4547412266/400" id="tumblr_video_iframe_4547412266" class="tumblr_video_iframe" width="400" height="300" style="display:block;background-color:transparent;overflow:hidden;" allowTransparency="true" frameborder="0" scrolling="no" webkitAllowFullScreen mozallowfullscreen allowFullScreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Here is a short test video of diffusion using PSE in 2D. The top plot shows the concentration field while the bottom is the concentration delta for each time step.&lt;/p&gt;</description><link>http://phasefield.tumblr.com/post/4547412266</link><guid>http://phasefield.tumblr.com/post/4547412266</guid><pubDate>Tue, 12 Apr 2011 02:05:00 -0400</pubDate><category>video</category><category>PSE</category><category>2D</category><category>diffusion</category></item><item><title>PPM on OS X 10.6 Snow Leopard</title><description>&lt;p&gt;This should be pretty straightforward.&lt;/p&gt;
&lt;p&gt;Assuming you already have gcc you need:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;fortran 95 compiler (&lt;a href="http://gcc.gnu.org/wiki/GFortranBinaries"&gt;gfortran&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.open-mpi.org/software/"&gt;openmpi&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://glaros.dtc.umn.edu/gkhome/metis/metis/download"&gt;metis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a title="PPM" href="http://ppm-library.org/index.php/download"&gt;ppm&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Gfortran has an os x installer so it is a breeze to install. After that, build openmpi with the usual:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;$ configure &amp;#8212;prefix=/Users/milan/Work/Library/openmpi&lt;/p&gt;
&lt;p&gt;$ make&lt;/p&gt;
&lt;p&gt;$ make install&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;mpi is big so that takes a while&amp;#8230; I install it in a different location because it can have conflicts with the default openmpi that comes with osx (/usr/local didn&amp;#8217;t work for me). You can pass the path to mpicc and mpif90 directly to ppm and it will work perfectly.&lt;/p&gt;
&lt;p&gt;To compile libppm and libppmnumerics use the following procedure:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;$ ./configure LDFLAGS=-L/Users/milan/Work/ETH/Thesis/ppm/metis/ &amp;#8212;enable-mpi &amp;#8212;with-ppm=../libppm FC=/Users/milan/Work/Library/openmpi/bin/mpif90 CC=/Users/milan/Work/Library/openmpi/bin/mpicc CXX=/Users/milan/Work/Library/openmpi/bin/mpic++&lt;/p&gt;
&lt;p&gt;$ make&lt;/p&gt;
&lt;p&gt;$ make install&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The option &amp;#8220;&amp;#8212;with-ppm=&amp;#8230;&amp;#8221; should only be used for libppmnumerics. This should be all that you need to do.&lt;/p&gt;
&lt;p&gt;You probably want to test the installation now with the provided example client. You can download it on &lt;a href="http://ppm-library.org/index.php/documentation"&gt;this page&lt;/a&gt;.&lt;/p&gt;</description><link>http://phasefield.tumblr.com/post/4231672630</link><guid>http://phasefield.tumblr.com/post/4231672630</guid><pubDate>Thu, 31 Mar 2011 07:24:00 -0400</pubDate><category>PPM</category><category>install</category><category>OS X</category><category>Snow Leopard</category></item><item><title>Welcome</title><description>&lt;p&gt;I just started preparing for my thesis work in Computer Science at ETH Zurich, and I am supposed to do a simulation of cell membranes using particle methods. The purpose of this blog is to document the research process and, hopefully, to produce some useful or interesting texts on the whole experience. The majority of stuff will be quite technical so it is not for the math impaired. But I will probably do a few posts on the personal experience which could be interesting to random people.&lt;/p&gt;
&lt;p&gt;So&amp;#8230; Welcome! ;)&lt;/p&gt;</description><link>http://phasefield.tumblr.com/post/3875088406</link><guid>http://phasefield.tumblr.com/post/3875088406</guid><pubDate>Tue, 15 Mar 2011 06:48:21 -0400</pubDate></item></channel></rss>
