<?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 on: METIS &#8211; Fill-reducing Matrix Ordering</title>
	<atom:link href="http://matrixprogramming.com/2008/05/metis/feed" rel="self" type="application/rss+xml" />
	<link>http://matrixprogramming.com/2008/05/metis</link>
	<description>Compiling numerical libraries</description>
	<lastBuildDate>Fri, 06 Jan 2012 09:16:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: kyewong</title>
		<link>http://matrixprogramming.com/2008/05/metis/comment-page-1#comment-792</link>
		<dc:creator>kyewong</dc:creator>
		<pubDate>Tue, 16 Aug 2011 03:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://1.rudnyi.peterhost.ru/?p=323#comment-792</guid>
		<description>Sorry my mistake too...
Windows automatically renamed the &quot;Makefile&quot; you provided into &quot;Makefile.txt&quot;, I did not notice that and just copy the &quot;Makefile.txt&quot; into the folder &quot;Lib&quot;, and everything went wrong...
Now I&#039;ve successfully built &quot;libmetis.lib&quot;!
Thanks very much!</description>
		<content:encoded><![CDATA[<p>Sorry my mistake too&#8230;<br />
Windows automatically renamed the &#8220;Makefile&#8221; you provided into &#8220;Makefile.txt&#8221;, I did not notice that and just copy the &#8220;Makefile.txt&#8221; into the folder &#8220;Lib&#8221;, and everything went wrong&#8230;<br />
Now I&#8217;ve successfully built &#8220;libmetis.lib&#8221;!<br />
Thanks very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kyewong</title>
		<link>http://matrixprogramming.com/2008/05/metis/comment-page-1#comment-791</link>
		<dc:creator>kyewong</dc:creator>
		<pubDate>Tue, 16 Aug 2011 03:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://1.rudnyi.peterhost.ru/?p=323#comment-791</guid>
		<description>Hi Rudnyi,thanks for the reply and I&#039;ve fixed the problem by producing make from GNU make and running it in vs2008 command prompt, the &quot;cl&quot; can work now.
However, I have the same problem as matt: There is a link error:
fatak error LNK1181: cannot open input file &#039;../libmetis.a&#039;
make: *** [../libmetis.a] Error 1181

And I try to delete the space between &quot;-out:$@&quot; and &quot;$(OBJS)&quot; in line 25 of Makefile.txt, it still does not work.
Is it because of my misunderstandings on what you have said? Could you please tell me the details of how to modify the makefile files in Windows for Visual Studio users please?</description>
		<content:encoded><![CDATA[<p>Hi Rudnyi,thanks for the reply and I&#8217;ve fixed the problem by producing make from GNU make and running it in vs2008 command prompt, the &#8220;cl&#8221; can work now.<br />
However, I have the same problem as matt: There is a link error:<br />
fatak error LNK1181: cannot open input file &#8216;../libmetis.a&#8217;<br />
make: *** [../libmetis.a] Error 1181</p>
<p>And I try to delete the space between &#8220;-out:$@&#8221; and &#8220;$(OBJS)&#8221; in line 25 of Makefile.txt, it still does not work.<br />
Is it because of my misunderstandings on what you have said? Could you please tell me the details of how to modify the makefile files in Windows for Visual Studio users please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evgenii Rudnyi</title>
		<link>http://matrixprogramming.com/2008/05/metis/comment-page-1#comment-790</link>
		<dc:creator>Evgenii Rudnyi</dc:creator>
		<pubDate>Mon, 15 Aug 2011 18:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://1.rudnyi.peterhost.ru/?p=323#comment-790</guid>
		<description>The message says that either make cannot find cl or cl cannot find the file. Just check if you can run cl from the command line and if the file is there. It is a good idea first to try to run the command manually.</description>
		<content:encoded><![CDATA[<p>The message says that either make cannot find cl or cl cannot find the file. Just check if you can run cl from the command line and if the file is there. It is a good idea first to try to run the command manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kyewong</title>
		<link>http://matrixprogramming.com/2008/05/metis/comment-page-1#comment-789</link>
		<dc:creator>kyewong</dc:creator>
		<pubDate>Mon, 15 Aug 2011 09:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://1.rudnyi.peterhost.ru/?p=323#comment-789</guid>
		<description>Hi Rudnyi ,thanks for ur sharing
However, i still cannot produce libmetis.lib using GNU Make under winxp.
I first used vs2008 to produce make.exe
then i copied the three files to the folders as you said.
then i switch to the &quot;Lib&quot; folder and entered &quot;make&quot;
An error occurs that:

cl -D__VC__ -02 -MD -I. -c coarsen.c
process_begin: CreateProces failed.
make : The system cannot find the file specified.
make.exe: *** [coarsen.o] Error 2</description>
		<content:encoded><![CDATA[<p>Hi Rudnyi ,thanks for ur sharing<br />
However, i still cannot produce libmetis.lib using GNU Make under winxp.<br />
I first used vs2008 to produce make.exe<br />
then i copied the three files to the folders as you said.<br />
then i switch to the &#8220;Lib&#8221; folder and entered &#8220;make&#8221;<br />
An error occurs that:</p>
<p>cl -D__VC__ -02 -MD -I. -c coarsen.c<br />
process_begin: CreateProces failed.<br />
make : The system cannot find the file specified.<br />
make.exe: *** [coarsen.o] Error 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evgenii Rudnyi</title>
		<link>http://matrixprogramming.com/2008/05/metis/comment-page-1#comment-209</link>
		<dc:creator>Evgenii Rudnyi</dc:creator>
		<pubDate>Fri, 03 Sep 2010 11:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://1.rudnyi.peterhost.ru/?p=323#comment-209</guid>
		<description>I am glad to hear that you have done it. The message says that the librarian considers ../libmetis.a as an input file. This happens if there is a space between -out: and the file name. MS lib does not like it.</description>
		<content:encoded><![CDATA[<p>I am glad to hear that you have done it. The message says that the librarian considers ../libmetis.a as an input file. This happens if there is a space between -out: and the file name. MS lib does not like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://matrixprogramming.com/2008/05/metis/comment-page-1#comment-202</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 02 Sep 2010 14:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://1.rudnyi.peterhost.ru/?p=323#comment-202</guid>
		<description>Sorry, my mistake.

I have got it.

Matt</description>
		<content:encoded><![CDATA[<p>Sorry, my mistake.</p>
<p>I have got it.</p>
<p>Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://matrixprogramming.com/2008/05/metis/comment-page-1#comment-200</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 02 Sep 2010 14:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://1.rudnyi.peterhost.ru/?p=323#comment-200</guid>
		<description>Hello

When i am in step 4 and make, it output error like this

LIB : fatal error LNK1181: cannot open input file &#039;../libmetis.a&#039;
make: *** [../libmetis.a] Error 157

Is there anything wrong with my setting?

Thank you very much

Matt</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>When i am in step 4 and make, it output error like this</p>
<p>LIB : fatal error LNK1181: cannot open input file &#8216;../libmetis.a&#8217;<br />
make: *** [../libmetis.a] Error 157</p>
<p>Is there anything wrong with my setting?</p>
<p>Thank you very much</p>
<p>Matt</p>
]]></content:encoded>
	</item>
</channel>
</rss>

