|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Is there any patch for distributed rendering on linux cluster?
I read of SMPOV for windows,but i can't find anything for linux?
Thanks
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
junior_dball wrote:
> Is there any patch for distributed rendering on linux cluster?
None that offers all the features of current POV-Ray.
> I read of SMPOV for windows,but i can't find anything for linux?
> Thanks
SMPOV is a separate program and there are tools that offer similar
functionality on Unix, for example:
http://www.tu-bs.de/%7Ey0013390/povany/index.html
Christoph
--
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 03 May. 2005 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
>
> SMPOV is a separate program and there are tools that offer similar
> functionality on Unix, for example:
>
> http://www.tu-bs.de/%7Ey0013390/povany/index.html
>
> Christoph
>
I tried this povany tools,but i had some difficulties to understand its
uses.
After i completed the installation ( the email communication module doesn't
install for some dependencies reason ) i tried to run the povany_pm and
povany_client but nothing really appened.
Let me explain better: both programs were running (i tried to made them run
again but one warning said it was impossible cos they were already running
)
but no .run file was generated.I tried to close them but without
success,they were running after a reboot,too.
can you help me?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
junior_dball wrote:
>
> I tried this povany tools,but i had some difficulties to understand its
> uses.
> After i completed the installation ( the email communication module doesn't
> install for some dependencies reason ) i tried to run the povany_pm and
> povany_client but nothing really appened.
> Let me explain better: both programs were running (i tried to made them run
> again but one warning said it was impossible cos they were already running
> )
> but no .run file was generated.I tried to close them but without
> success,they were running after a reboot,too.
That does not make sense - the install script does not modify anything
that gets started during system boot and there is no way the tools can
survive a reboot.
Make sure you read the docs before starting the scripts:
http://www-public.tu-bs.de:8080/~y0013390/povany/docu.html
Note esp. the paragraph:
"All tools by default are started in loop mode. With the -c option you
can turn this off to run only once. In loop mode the scripts should not
be stopped by pressing CTRL-C but using the stop mode (-s) of the same
script. This makes sure the script exits in a clean state."
Once the scripts have been started in loop mode you have to stop them
with the described method - otherwise they won't start again - even
after a reboot.
It makes sense to use the verbose mode ('-v') for the scripts when
starting them for the first time - you will better see how the
processing works then.
Christoph
--
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 03 May. 2005 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Here is the error line:
POV-Anywhere Version 0.2 project manager already started - Exiting
The same for the client.
When i send the stop signal both client and manager pause their loops.
How can i restart them again?I think i make some big mistake...
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
junior_dball wrote:
> Here is the error line:
>
> POV-Anywhere Version 0.2 project manager already started - Exiting
>
> The same for the client.
Read what i wrote:
--------------
Note esp. the paragraph:
"All tools by default are started in loop mode. With the -c option you
can turn this off to run only once. In loop mode the scripts should not
be stopped by pressing CTRL-C but using the stop mode (-s) of the same
script. This makes sure the script exits in a clean state."
Once the scripts have been started in loop mode you have to stop them
with the described method - otherwise they won't start again - even
after a reboot.
--------------
So if you get the above message (which does not mena the script is
running, just that it has been started but not yet safely exited) use
the stop mode and you will be able to start the scripts again.
When you have started the scripts they will render any project added to
the 'jobs' directory - the project manager will prepare the render tasks
and the client(s) will render them.
Christoph
--
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 03 May. 2005 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
i read what you wrote and before i read the documentation.
> So if you get the above message (which does not mena the script is
> running, just that it has been started but not yet safely exited) use
> the stop mode and you will be able to start the scripts again.
>
I used the stop mode.
And i when i tried to start the scripts agian i get this message:
Stop signal exsists - exiting
So i tried to send the stop signal again but the result was the same of my
previous message on this post.
> When you have started the scripts they will render any project added to
> the 'jobs' directory - the project manager will prepare the render tasks
> and the client(s) will render them.
>
> Christoph
>
I'm sorry if i'm boring you,but my knowledge of linux is basic.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
junior_dball wrote:
>
> I used the stop mode.
> And i when i tried to start the scripts agian i get this message:
>
> Stop signal exsists - exiting
Well - right, that's a flaw in the scripts then - you have to manually
remove the lock files:
~/.povany/pm_stop
~/.povany/pm_status
~/.povany/client_stop
~/.povany/client_status
Christoph
--
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 03 May. 2005 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thanks,i removed those files and started a newer installation.
Now all look fine.
Maybe i get a bad file from download.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |