Thread: Cluster Help
View Single Post
  #10  
Old 09-12-2007, 06:06 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Does the cluster client print a message similar to the following:
Code:
** Launching myscript.py
If not try running the following commands in the Vizard interactive window from the master computer:
Code:
>>> import socket
>>> socket.gethostbyname('client_computer_name')
Replace client_computer_name with the name of the client computer. This command should print out the IP address of the client computer. Make sure this matches the client computers actual IP address.
Reply With Quote