<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Running PETSC on windows</title><link>http://blogs.msdn.com/hpctrekker/archive/2008/09/07/running-petsc-on-windows.aspx</link><description>PETSc, stands for portable, extensible toolkit for scientific computation, it is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>  Running PETSC on windows : EasyCoded</title><link>http://blogs.msdn.com/hpctrekker/archive/2008/09/07/running-petsc-on-windows.aspx#8932151</link><pubDate>Mon, 08 Sep 2008 08:18:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8932151</guid><dc:creator>  Running PETSC on windows : EasyCoded</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.easycoded.com/running-petsc-on-windows/"&gt;http://www.easycoded.com/running-petsc-on-windows/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Running PETSC on windows</title><link>http://blogs.msdn.com/hpctrekker/archive/2008/09/07/running-petsc-on-windows.aspx#9069108</link><pubDate>Fri, 14 Nov 2008 13:39:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9069108</guid><dc:creator>leberecht</dc:creator><description>&lt;p&gt;Have you guys really tried this on Windows Server 2008 x64? The Cygwin python is broken as described in &lt;a rel="nofollow" target="_new" href="http://cygwin.com/ml/cygwin/2007-12/msg00441.html"&gt;http://cygwin.com/ml/cygwin/2007-12/msg00441.html&lt;/a&gt; . We can't cross-compile, since the configure will try to run the x64 bins on an x86 machine and we are kind of stuck. What am I missing?&lt;/p&gt;
</description></item><item><title>re: Running PETSC on windows</title><link>http://blogs.msdn.com/hpctrekker/archive/2008/09/07/running-petsc-on-windows.aspx#9420203</link><pubDate>Sat, 14 Feb 2009 01:42:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9420203</guid><dc:creator>Wenming Ye</dc:creator><description>&lt;p&gt;My build env was vista 64 bit &amp;amp; win 7beta 64bit.&lt;/p&gt;
&lt;p&gt;Some additional notes, &amp;nbsp;the patch mentioned above is no longer needed for petsc2.3.3p15.&lt;/p&gt;
&lt;p&gt;My configure line for 64 bit:&lt;/p&gt;
&lt;p&gt;Start visual studio x64 command prompt. &amp;nbsp;start cygwin by typing: c:\cygwin\cygwin.bat within that command prompt. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;cd into petsc directory.&lt;/p&gt;
&lt;p&gt;export PETSC_DIR=`pwd`&lt;/p&gt;
&lt;p&gt;make sure win32fe is your path.&lt;/p&gt;
&lt;p&gt;Then here's the configure line:&lt;/p&gt;
&lt;p&gt;./config/configure.py --with-mpi-include=&amp;quot;/cygdrive/c/Program Files/Microsoft HPC Pack 2008 SDK/Include&amp;quot; &amp;nbsp;--with-mpi-lib=&amp;quot;/cygdrive/c/Program Files/Microsoft HPC Pack 2008 SDK/Lib/amd64/msmpi.lib&amp;quot; &amp;nbsp;--with-fortran=0 --with-x=0 --with-debugging=no --useThreads=0 --with-shared=0 --download-c-blas-lapack=1 --with-cc=&amp;quot;win32fe cl --nodetect&amp;quot; -AR=&amp;quot;win32fe lib&amp;quot;&lt;/p&gt;
&lt;p&gt;You can swap cl --nodetect with icl --nodetect if you are using intel compilers.&lt;/p&gt;
</description></item><item><title>re: Running PETSC on windows</title><link>http://blogs.msdn.com/hpctrekker/archive/2008/09/07/running-petsc-on-windows.aspx#9460411</link><pubDate>Thu, 05 Mar 2009 22:04:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9460411</guid><dc:creator>Wenming Ye</dc:creator><description>&lt;p&gt;Just tried to build &amp;nbsp;with intel compilers. &amp;nbsp;Only issue I had was that you must run it with –with-batch, then restart the configure process… &amp;nbsp; &lt;/p&gt;
&lt;p&gt;./config/configure.py --with-mpi-include=&amp;quot;/cygdrive/c/Program Files/Microsoft HPC Pack 2008 SDK/Include&amp;quot; &amp;nbsp;--with-mpi-lib=&amp;quot;/cygdrive/c/Program Files/Microsoft HPC Pack 2008 SDK/Lib/amd64/msmpi.lib&amp;quot; &amp;nbsp;--with-fortran=0 --with-x=0 --with-debugging=no --useThreads=0 --with-shared=0 --download-c-blas-lapack=1 --with-cc=&amp;quot;win32fe icl --nodetect&amp;quot; -AR=&amp;quot;win32fe lib&amp;quot; --with-batch&lt;/p&gt;
&lt;p&gt;then follow instructions….&lt;/p&gt;
</description></item><item><title>Linux Cluster International Conference</title><link>http://blogs.msdn.com/hpctrekker/archive/2008/09/07/running-petsc-on-windows.aspx#9496658</link><pubDate>Sun, 22 Mar 2009 01:29:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9496658</guid><dc:creator>Windows HPC survival guide</dc:creator><description>&lt;p&gt;The 10th LCI ( Linux Cluster Institute ) international Conference on High Performance Clustered Computing&lt;/p&gt;
</description></item></channel></rss>