<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: HOWTO: Getting BOINC going on an cluster of Ubuntu machines with a custom algorithm.</title>
	<link>http://blacksheepsoftware.com.au/bradley/wordpress/?p=23</link>
	<description>Mainly technical notes from jobs and research. Some rant as well.</description>
	<pubDate>Thu, 09 Sep 2010 04:52:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Huiping</title>
		<link>http://blacksheepsoftware.com.au/bradley/wordpress/?p=23#comment-247</link>
		<dc:creator>Huiping</dc:creator>
		<pubDate>Wed, 16 Jul 2008 07:25:28 +0000</pubDate>
		<guid>http://blacksheepsoftware.com.au/bradley/wordpress/?p=23#comment-247</guid>
		<description>hi, 

The problem I asked last time has been solved,and the wrapper/worker is running normally.
I wanna ask you a question about creating workunits by program. If the project need the wrapper to call legacy program, after I used ./make_project and modified the sample_work_generator.C ,What should I do next?
 
Any idea is appreciated.</description>
		<content:encoded><![CDATA[<p>hi, </p>
<p>The problem I asked last time has been solved,and the wrapper/worker is running normally.<br />
I wanna ask you a question about creating workunits by program. If the project need the wrapper to call legacy program, after I used ./make_project and modified the sample_work_generator.C ,What should I do next?</p>
<p>Any idea is appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bcg</title>
		<link>http://blacksheepsoftware.com.au/bradley/wordpress/?p=23#comment-245</link>
		<dc:creator>bcg</dc:creator>
		<pubDate>Fri, 11 Jul 2008 23:30:22 +0000</pubDate>
		<guid>http://blacksheepsoftware.com.au/bradley/wordpress/?p=23#comment-245</guid>
		<description>Best thing you can do is join the BOINC mailing list and ask over there. They are more up-to-date with latest versions of the software.

However, all the unrecognised XML errors suggest there is a problem there. It seems your xml is not correct for what the wrapper is expecting. Compare your files to mine and see if you have missed some parameters or misspelt something.</description>
		<content:encoded><![CDATA[<p>Best thing you can do is join the BOINC mailing list and ask over there. They are more up-to-date with latest versions of the software.</p>
<p>However, all the unrecognised XML errors suggest there is a problem there. It seems your xml is not correct for what the wrapper is expecting. Compare your files to mine and see if you have missed some parameters or misspelt something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huiping Yao</title>
		<link>http://blacksheepsoftware.com.au/bradley/wordpress/?p=23#comment-244</link>
		<dc:creator>Huiping Yao</dc:creator>
		<pubDate>Fri, 11 Jul 2008 14:06:06 +0000</pubDate>
		<guid>http://blacksheepsoftware.com.au/bradley/wordpress/?p=23#comment-244</guid>
		<description>Hi
when I used wrapper/worker, there comes a problem.After executing bin/status finding that Daemon sample_worker_generator is not running. 
and the messages in sample_work_generator.log is as follows:
[2008/07/11 21:35:01] Executing command: sample_work_generator -d 3
Unrecognized XML in SCHED_CONFIG::parse: cgi_url
Skipping: http://192.168.151.75/boinc080710_cgi/
Skipping: /cgi_url
Unrecognized XML in SCHED_CONFIG::parse: disable_account_creation
Skipping: 0
Skipping: /disable_account_creation
Unrecognized XML in SCHED_CONFIG::parse: log_dir
Skipping: /var/www/boinc_projects/log_debian
Skipping: /log_dir
Unrecognized XML in SCHED_CONFIG::parse: app_dir
Skipping: /var/www/boinc_projects/apps
Skipping: /app_dir
Unrecognized XML in SCHED_CONFIG::parse: host
Skipping: debian
Skipping: /host
Unrecognized XML in SCHED_CONFIG::parse: show_results
Skipping: 1
Skipping: /show_results
2008-07-11 21:35:02.2927 [normal  ] Starting
2008-07-11 21:35:02.2928 [debug   ] Making 49 jobs
Too few input files given; need at least 2
process_wu_template: -112
2008-07-11 21:35:02.2932 [CRITICAL] can't make job: -112


is it because the sample_work_generator.c which is suitable for uppercase? Or anyther reasons?

Any idea is appreciated.</description>
		<content:encoded><![CDATA[<p>Hi<br />
when I used wrapper/worker, there comes a problem.After executing bin/status finding that Daemon sample_worker_generator is not running.<br />
and the messages in sample_work_generator.log is as follows:<br />
[2008/07/11 21:35:01] Executing command: sample_work_generator -d 3<br />
Unrecognized XML in SCHED_CONFIG::parse: cgi_url<br />
Skipping: <a href="http://192.168.151.75/boinc080710_cgi/" rel="nofollow">http://192.168.151.75/boinc080710_cgi/</a><br />
Skipping: /cgi_url<br />
Unrecognized XML in SCHED_CONFIG::parse: disable_account_creation<br />
Skipping: 0<br />
Skipping: /disable_account_creation<br />
Unrecognized XML in SCHED_CONFIG::parse: log_dir<br />
Skipping: /var/www/boinc_projects/log_debian<br />
Skipping: /log_dir<br />
Unrecognized XML in SCHED_CONFIG::parse: app_dir<br />
Skipping: /var/www/boinc_projects/apps<br />
Skipping: /app_dir<br />
Unrecognized XML in SCHED_CONFIG::parse: host<br />
Skipping: debian<br />
Skipping: /host<br />
Unrecognized XML in SCHED_CONFIG::parse: show_results<br />
Skipping: 1<br />
Skipping: /show_results<br />
2008-07-11 21:35:02.2927 [normal  ] Starting<br />
2008-07-11 21:35:02.2928 [debug   ] Making 49 jobs<br />
Too few input files given; need at least 2<br />
process_wu_template: -112<br />
2008-07-11 21:35:02.2932 [CRITICAL] can&#8217;t make job: -112</p>
<p>is it because the sample_work_generator.c which is suitable for uppercase? Or anyther reasons?</p>
<p>Any idea is appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bastian</title>
		<link>http://blacksheepsoftware.com.au/bradley/wordpress/?p=23#comment-44</link>
		<dc:creator>Bastian</dc:creator>
		<pubDate>Sat, 09 Feb 2008 19:44:28 +0000</pubDate>
		<guid>http://blacksheepsoftware.com.au/bradley/wordpress/?p=23#comment-44</guid>
		<description>Hi this sounds very interesting I will give it a try. Did you check about the reliability of boinc and the local cluster network.

greetings Bastian</description>
		<content:encoded><![CDATA[<p>Hi this sounds very interesting I will give it a try. Did you check about the reliability of boinc and the local cluster network.</p>
<p>greetings Bastian</p>
]]></content:encoded>
	</item>
</channel>
</rss>
