<?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: About</title>
	<atom:link href="http://www.thebigblob.com/about/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thebigblob.com</link>
	<description>A blog of blobs</description>
	<lastBuildDate>Wed, 19 Jun 2013 08:27:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Erik Smistad</title>
		<link>http://www.thebigblob.com/about/#comment-3365</link>
		<dc:creator>Erik Smistad</dc:creator>
		<pubDate>Wed, 20 Mar 2013 09:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://thebigblob.com/?page_id=2#comment-3365</guid>
		<description><![CDATA[First of all, the OpenCL runtime is included in AMDs graphics driver. The SDK is only needed if you want to create your own applications that use OpenCL.

Second, I haven&#039;t used BOINC. However, my best guess is that BOINC is running as another unix user and thus don&#039;t get access to X, the drivers, nor the GPU. I have experienced this myself when trying to run OpenCL with other unix users.

Doing a quick google search it seems that it should be simple to run BOINC as yourself by changing BOINCUSER=boinc to BOINCUSER=yourusername in the configuration file. Or follow this guide http://www.spy-hill.net/myers/help/boinc/unix-personal.html to install and run BOINC as a personal installation.

Another tip which have worked on NVIDIA platforms for me before is to run the command &quot;xhost +&quot; as the other unix user (boinc in your case). This command is used to give users and machines access to X on a given machine.

Hope that helps. Good luck.]]></description>
		<content:encoded><![CDATA[<p>First of all, the OpenCL runtime is included in AMDs graphics driver. The SDK is only needed if you want to create your own applications that use OpenCL.</p>
<p>Second, I haven&#8217;t used BOINC. However, my best guess is that BOINC is running as another unix user and thus don&#8217;t get access to X, the drivers, nor the GPU. I have experienced this myself when trying to run OpenCL with other unix users.</p>
<p>Doing a quick google search it seems that it should be simple to run BOINC as yourself by changing BOINCUSER=boinc to BOINCUSER=yourusername in the configuration file. Or follow this guide <a href="http://www.spy-hill.net/myers/help/boinc/unix-personal.html" rel="nofollow">http://www.spy-hill.net/myers/help/boinc/unix-personal.html</a> to install and run BOINC as a personal installation.</p>
<p>Another tip which have worked on NVIDIA platforms for me before is to run the command &#8220;xhost +&#8221; as the other unix user (boinc in your case). This command is used to give users and machines access to X on a given machine.</p>
<p>Hope that helps. Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.thebigblob.com/about/#comment-3363</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 19 Mar 2013 21:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://thebigblob.com/?page_id=2#comment-3363</guid>
		<description><![CDATA[Hi Erik,
I&#039;m trying to get OpenCL run-time libraries working  - so I can GPU-crunch for BOINC projects.
I have tried Debian, Ubuntu, Kubuntu, Lubuntu, UberStudent (Ubuntu with xfce)
and had no luck with the restricted drivers.
BOINC gives the message:
18-Mar-2013 21:47:26 [---] No usable GPUs found
Boinc is looking for a run-time open CL

Oh Yes, I have a ATI/radeon HD 7750.

I went to the AMD website and downloaded the &quot;Catalyst&quot; driver for linux.
This does not work because the openCL, while in &quot;Catalyst&quot; for Winows,
is not in the &quot;Catalyst&quot; for Linux. The Linux &quot;catalyst is the fglrx driver.
I read forums - they said to get the openCL SDK. Did that. Didn&#039;t work - 
as a readme in the download said the run-times are not part of the SDk as of version 2.8.

I tried the SDK version 2.7.  I get seg faults because you have to carefully match versions of SDK with openGL video driver.
I really appreciate the Debian/Ubuntu package managers now.

For a snity check, I tried the card on a windows bow the the windows &quot;catalyst&quot; driver (with the runtimes).    W O R K S   G R E A T.

But, I just got a new box with better power and cooling and *really* wanted to run Linux.

Any suggestians - or friends that tun GPUs for BOINC on linux I might ask?
Many thanks, 
Jay E.

PS.
MANY thanks to Vincent Danjean   who wrote a wonderful article - explaining inter-dependencies at
http://lists.debian.org/debian-devel/2012/06/msg01108.html
Slightly old - but a great, in-depth explanation.]]></description>
		<content:encoded><![CDATA[<p>Hi Erik,<br />
I&#8217;m trying to get OpenCL run-time libraries working  &#8211; so I can GPU-crunch for BOINC projects.<br />
I have tried Debian, Ubuntu, Kubuntu, Lubuntu, UberStudent (Ubuntu with xfce)<br />
and had no luck with the restricted drivers.<br />
BOINC gives the message:<br />
18-Mar-2013 21:47:26 [---] No usable GPUs found<br />
Boinc is looking for a run-time open CL</p>
<p>Oh Yes, I have a ATI/radeon HD 7750.</p>
<p>I went to the AMD website and downloaded the &#8220;Catalyst&#8221; driver for linux.<br />
This does not work because the openCL, while in &#8220;Catalyst&#8221; for Winows,<br />
is not in the &#8220;Catalyst&#8221; for Linux. The Linux &#8220;catalyst is the fglrx driver.<br />
I read forums &#8211; they said to get the openCL SDK. Did that. Didn&#8217;t work &#8211;<br />
as a readme in the download said the run-times are not part of the SDk as of version 2.8.</p>
<p>I tried the SDK version 2.7.  I get seg faults because you have to carefully match versions of SDK with openGL video driver.<br />
I really appreciate the Debian/Ubuntu package managers now.</p>
<p>For a snity check, I tried the card on a windows bow the the windows &#8220;catalyst&#8221; driver (with the runtimes).    W O R K S   G R E A T.</p>
<p>But, I just got a new box with better power and cooling and *really* wanted to run Linux.</p>
<p>Any suggestians &#8211; or friends that tun GPUs for BOINC on linux I might ask?<br />
Many thanks,<br />
Jay E.</p>
<p>PS.<br />
MANY thanks to Vincent Danjean   who wrote a wonderful article &#8211; explaining inter-dependencies at<br />
<a href="http://lists.debian.org/debian-devel/2012/06/msg01108.html" rel="nofollow">http://lists.debian.org/debian-devel/2012/06/msg01108.html</a><br />
Slightly old &#8211; but a great, in-depth explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aidonian</title>
		<link>http://www.thebigblob.com/about/#comment-3332</link>
		<dc:creator>aidonian</dc:creator>
		<pubDate>Thu, 14 Feb 2013 12:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://thebigblob.com/?page_id=2#comment-3332</guid>
		<description><![CDATA[thank you for sharing such knowledge
i am grateful to what you are doing]]></description>
		<content:encoded><![CDATA[<p>thank you for sharing such knowledge<br />
i am grateful to what you are doing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vipul jain</title>
		<link>http://www.thebigblob.com/about/#comment-1811</link>
		<dc:creator>vipul jain</dc:creator>
		<pubDate>Mon, 13 Jun 2011 06:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://thebigblob.com/?page_id=2#comment-1811</guid>
		<description><![CDATA[hey i want to ask a question
i want to use graphs into browser as a image... 
 i am using matplotlib for that ..... but not gettin the results can u help me....]]></description>
		<content:encoded><![CDATA[<p>hey i want to ask a question<br />
i want to use graphs into browser as a image&#8230;<br />
 i am using matplotlib for that &#8230;.. but not gettin the results can u help me&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Smistad</title>
		<link>http://www.thebigblob.com/about/#comment-1113</link>
		<dc:creator>Erik Smistad</dc:creator>
		<pubDate>Sun, 19 Dec 2010 22:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://thebigblob.com/?page_id=2#comment-1113</guid>
		<description><![CDATA[Hi Ines. Don&#039;t you get any kind of error message? Hard to debug with any error message...]]></description>
		<content:encoded><![CDATA[<p>Hi Ines. Don&#8217;t you get any kind of error message? Hard to debug with any error message&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ines</title>
		<link>http://www.thebigblob.com/about/#comment-1096</link>
		<dc:creator>ines</dc:creator>
		<pubDate>Wed, 15 Dec 2010 17:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://thebigblob.com/?page_id=2#comment-1096</guid>
		<description><![CDATA[Hi  Erik
Thank you very much for these interesting information.I have tried to implement your code but it doesnt work. When i execute  a black windows is shown. my Os is windows Vista and my programming editor is visual studio 2010.Can you help?
Thanks 
ines]]></description>
		<content:encoded><![CDATA[<p>Hi  Erik<br />
Thank you very much for these interesting information.I have tried to implement your code but it doesnt work. When i execute  a black windows is shown. my Os is windows Vista and my programming editor is visual studio 2010.Can you help?<br />
Thanks<br />
ines</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Smistad</title>
		<link>http://www.thebigblob.com/about/#comment-1071</link>
		<dc:creator>Erik Smistad</dc:creator>
		<pubDate>Thu, 09 Dec 2010 16:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://thebigblob.com/?page_id=2#comment-1071</guid>
		<description><![CDATA[Hi

Not sure I understand what is wrong. Have you remembered to change the size from 256x256x256 in the line: runMarchingCubes(parseRawFile(&quot;aneurism.raw&quot;, 256, 256, 256), 256, 256, 256, 1, 1, 1, 37.0);.. to 512x512x163]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Not sure I understand what is wrong. Have you remembered to change the size from 256x256x256 in the line: runMarchingCubes(parseRawFile(&#8220;aneurism.raw&#8221;, 256, 256, 256), 256, 256, 256, 1, 1, 1, 37.0);.. to 512x512x163</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.thebigblob.com/about/#comment-1062</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 08 Dec 2010 11:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://thebigblob.com/?page_id=2#comment-1062</guid>
		<description><![CDATA[Hi Erik,
Thanks for sharing all these information. I have tried to use your code that deals with the Marching Cube Algorithm. It works fine with the raw files from the volvis website but if I try to use my own raw file (8 bit size: 512x512x163, spacing: 1,1,1) it shows not a 3D model but 2D slices positioned beside each other. Strange. Can you help?

Thanks and Kind regards,
Dan]]></description>
		<content:encoded><![CDATA[<p>Hi Erik,<br />
Thanks for sharing all these information. I have tried to use your code that deals with the Marching Cube Algorithm. It works fine with the raw files from the volvis website but if I try to use my own raw file (8 bit size: 512x512x163, spacing: 1,1,1) it shows not a 3D model but 2D slices positioned beside each other. Strange. Can you help?</p>
<p>Thanks and Kind regards,<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikas</title>
		<link>http://www.thebigblob.com/about/#comment-758</link>
		<dc:creator>vikas</dc:creator>
		<pubDate>Tue, 10 Aug 2010 20:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://thebigblob.com/?page_id=2#comment-758</guid>
		<description><![CDATA[thanks for sharing your expertise. you are truly gifted with great talent and skills. keep posting..cheers]]></description>
		<content:encoded><![CDATA[<p>thanks for sharing your expertise. you are truly gifted with great talent and skills. keep posting..cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>
