To my knowledge, Chromium should work without any additional software,
but this is probably not the best place to ask for Chromium help, unless
you are having trouble getting Chromium to work with VirtualGL. I would
suggest going to a Chromium mailing list and getting assistance there,
then once Chromium is up and running without VirtualGL, try the
procedure in the VirtualGL User's Guide for running it with VirtualGL.
If that doesn't work, then contact us.
On 6/24/10 10:13 AM, Armando Arostegui wrote:
> 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()
>
>
>
> ------------------------------------------------------------------------------
> 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
>
>
>
> _______________________________________________
> VirtualGL-Users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/virtualgl-users
------------------------------------------------------------------------------
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
_______________________________________________
VirtualGL-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/virtualgl-users