I need help

Armando Arostegui <[email protected]> Wed, 23 Jun 2010 14:58:42 -0500
Newsgroups gmane.comp.graphics.chromium.user
Message-ID <[email protected]>
--===============3251615977261656042==
Content-Type: multipart/alternative; boundary=001485f44f6afbab570489b7f699

--001485f44f6afbab570489b7f699
Content-Type: text/plain; charset=ISO-8859-1

Hi to all, I try install a render cluster with chromium, virtualgl and
turboVNC, I try to do a Sort-First Rendering (Image-Space Decomposition)
with Readback,
I don't want to do a display wall, I want to do is run 3d aplications very
heavy on the appnode using the render capabilities of server nodes

I have 4 pcs, the first question, Do I need to install a tool for cluster
like red hat cluster suite or Rocks??
I installed Chromium cr-1.9, I complied and run the example atlantis,
my 4 pcs are:

pc1.cluster 192.168.1.11
pc2.cluster 192.168.1.12
pc3.cluster 192.168.1.13
pc4.cluster 192.168.1.14

pc1 is appnode and pc2, pc3 and pc4 are server nodes
in the appnode use spu tilesort and in the server nodes use spu readback, is
it ok???
My configuration are the next:
I don't understand how to do autostart en the server nodes, how start
crserver of server nodes manually??
If somebody do a similar project please help me
thanks,
excuseme for my english, I speak spanish

  import sys
sys.path.append('/home/cluster1/cr-1.9/mothership/server')
from mothership import *


 app_node = CRApplicationNode('pc1.cluster')

app_spu = SPU('tilesort')
app_node.AddSPU(app_spu)


 cr = CR()
cr.AddNode(app_node)


 server_node1 = CRNetworkNode('pc2.cluster')

server_spu = SPU('readback')

server_node1.AddSPU(server_spu)

cr.AddNode(server_node1)

app_spu.AddServer(server_node1, protocol='tcpip', port=7000)



 server_node2 = CRNetworkNode('pc3.cluster')

server_spu = SPU('readback')

server_node2.AddSPU(server_spu)

cr.AddNode(server_node2)

app_spu.AddServer(server_node2, protocol='tcpip', port=7001)


 server_node3 = CRNetworkNode('pc4.cluster')

server_spu = SPU('readback')

server_node3.AddSPU(server_spu)

cr.AddNode(server_node3)

app_spu.AddServer(server_node3, protocol='tcpip', port=7002)

 cr.Go()

--001485f44f6afbab570489b7f699
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi to all, I try install a render cluster with chromium, virtualgl and turb=
oVNC, I try to do a Sort-First Rendering (Image-Space Decomposition)=20
with Readback, <br>I don&#39;t want to do a display wall, I want to do is r=
un 3d
 aplications very heavy on the appnode using the render capabilities of=20
server nodes <br><br>I have 4 pcs, the first question, Do I need to install=
 a tool for cluster like red hat cluster suite or Rocks??<br>I installed Ch=
romium cr-1.9, I complied and run the example atlantis, <br>my 4 pcs are:<b=
r>
<br>pc1.cluster 192.168.1.11<br>pc2.cluster 192.168.1.12<br>pc3.cluster 192=
.168.1.13<br>pc4.cluster 192.168.1.14<br><br>pc1 is appnode and pc2, pc3 an=
d pc4 are server nodes<br>in the appnode use spu tilesort and in the server=
 nodes use spu readback, is it ok??? <br>
My configuration are the next:<br>I don&#39;t understand how to do autostar=
t en the server nodes, how start crserver of server nodes manually??<br>If =
somebody do a similar project please help me<br>thanks, <br>excuseme for my=
 english, I speak spanish <br>
<br>


	<meta http-equiv=3D"CONTENT-TYPE" content=3D"text/html; charset=3Dutf-8">
	<title></title>
	<meta name=3D"GENERATOR" content=3D"OpenOffice.org 3.2  (Linux)">
	<style type=3D"text/css">
	<!--
		@page { margin: 0.79in }
		P { margin-bottom: 0.08in }
	-->
	</style>

<p style=3D"margin-bottom: 0in;">import
sys<br>sys.path.append(&#39;/home/cluster1/cr-1.9/mothership/server&#39;)<b=
r>from
mothership import *<br><br>
</p>
<p style=3D"margin-bottom: 0in;"><br>
</p>
<p style=3D"margin-bottom: 0in;">app_node =3D
CRApplicationNode(&#39;pc1.cluster&#39;)</p>
<p style=3D"margin-bottom: 0in;">app_spu =3D
SPU(&#39;tilesort&#39;)<br>app_node.AddSPU(app_spu)</p>
<p style=3D"margin-bottom: 0in;"><br>
</p>
<p style=3D"margin-bottom: 0in;">cr =3D CR()<br>cr.AddNode(app_node)<br><br=
>
</p>
<p style=3D"margin-bottom: 0in;"><br>
</p>
<p style=3D"margin-bottom: 0in;">server_node1 =3D
CRNetworkNode(&#39;pc2.cluster&#39;)</p>
<p style=3D"margin-bottom: 0in;">server_spu =3D SPU(&#39;readback&#39;)</p>
<p style=3D"margin-bottom: 0in;">server_node1.AddSPU(server_spu)</p>
<p style=3D"margin-bottom: 0in;">cr.AddNode(server_node1)</p>
<p style=3D"margin-bottom: 0in;">app_spu.AddServer(server_node1,
protocol=3D&#39;tcpip&#39;, port=3D7000)</p>
<p style=3D"margin-bottom: 0in;"><br>
</p>
<p style=3D"margin-bottom: 0in;"><br>
</p>
<p style=3D"margin-bottom: 0in;">server_node2 =3D
CRNetworkNode(&#39;pc3.cluster&#39;)</p>
<p style=3D"margin-bottom: 0in;">server_spu =3D SPU(&#39;readback&#39;)</p>
<p style=3D"margin-bottom: 0in;">server_node2.AddSPU(server_spu)</p>
<p style=3D"margin-bottom: 0in;">cr.AddNode(server_node2)</p>
<p style=3D"margin-bottom: 0in;">app_spu.AddServer(server_node2,
protocol=3D&#39;tcpip&#39;, port=3D7001)</p>
<p style=3D"margin-bottom: 0in;"><br>
</p>
<p style=3D"margin-bottom: 0in;">server_node3 =3D
CRNetworkNode(&#39;pc4.cluster&#39;)</p>
<p style=3D"margin-bottom: 0in;">server_spu =3D SPU(&#39;readback&#39;)</p>
<p style=3D"margin-bottom: 0in;">server_node3.AddSPU(server_spu)</p>
<p style=3D"margin-bottom: 0in;">cr.AddNode(server_node3)</p>
<p style=3D"margin-bottom: 0in;">app_spu.AddServer(server_node3,
protocol=3D&#39;tcpip&#39;, port=3D7002)<br><br>
</p>
<p style=3D"margin-bottom: 0in;">cr.Go()</p>
<br>

--001485f44f6afbab570489b7f699--


--===============3251615977261656042==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
--===============3251615977261656042==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Chromium-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chromium-users

--===============3251615977261656042==--