The syntax for invoking the NetSolve-POV-Ray is the same as for the
conventional version with a few extra options. e.g, instead of:
./povray +Iicl.pov +W500 +H400
you would use
./nspovray +Iicl.pov +W500 +H400
To distribute the job accross 3 machines in a non-blocking manner use
./nspovray +Iicl1.pov +W500 +H400 +N3 -non-blocking
For rendering a movie you can use the task-farming feature of NetSolve by
invoking it with the following options
./nspovray icl.ini +Oicl.mpg +W500 +H400 +N4 -farming
|