#1
|
|||
|
|||
Automatically set Cluster Master Settings
Hello,
We are using Vizard in a small cluster/cave setup. Is it possible to set the Vizard Cluster Master settings in code or in a config? It can be tedious to have to enable the clients from the list (or change other options like port, synchronize, etc.) every time I log in. It looks like there are some options to do this using setoption but they don't seem to work for me. |
#2
|
|||
|
|||
You can use the viz.cluster.master.* settings to setup a cluster without using the cluster master application. However, you must specify these settings in you vizcore.cfg file. Since clustering needs to be initialized before your script is executed, using viz.setOption will not work with these settings.
The vizcore.cfg file can either be placed in the Vizard/bin folder, where it will be used by all scripts that are executed on your machine. Alternatively, you can place it in the same directory as your script, but it will only be used by scripts that are executed from that same directory. |
#3
|
|||
|
|||
Worked, thanks!
Of course, that make sense. Thanks, worked like a charm!
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Question about GUI and CLUSTER | mizutani_jun | Vizard | 2 | 01-02-2011 03:35 PM |
Full Screen automatically goes back to window mode | vijaykiran | Vizard | 1 | 09-02-2009 02:19 PM |
How to run Demo exe on 3 channel cluster | Azlan.Vrs | Vizard | 3 | 04-27-2009 11:06 AM |
Cluster Help | videcuk | Vizard | 12 | 09-21-2007 02:14 PM |
quad_buffer cluster | John P | Vizard | 4 | 06-07-2006 10:01 PM |