Single frames to devide in multi nodes

Post Reply
rootman
Posts: 8
Joined: Fri Jun 23, 2017 11:30 am

Single frames to devide in multi nodes

Post by rootman »

:? Hi Team

Some query to raise.

* We are rendering sequence render on Linux render farm,we noticed that some of the frame are getting failed due to error "hou.OperationFailed: The attempted operation failed."
What i wants,Is that possible that each failed frames can distributes into multi nodes.

What are process let me know IF ANY

Thanks
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: Single frames to devide in multi nodes

Post by timurhai »

Hi.
You mentioned "Linux render farm". Why?
You are submitting jobs from Windows?
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
rootman
Posts: 8
Joined: Fri Jun 23, 2017 11:30 am

Re: Single frames to devide in multi nodes

Post by rootman »

Hello sir

We are submitting Houdini renders from Houdini its self,basically from Linux platform.
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: Single frames to devide in multi nodes

Post by timurhai »

"hou.OperationFailed: The attempted operation failed"
This message from some internal exception.
This message definitely not from CGRU code.
For example, set camera lens to zero, you will see this exception.
Why i asked about platform:
Most our artists submit jobs from windows, most our farm hosts are linux.
When they specify some windows path, starting from drive letter, for example, farm machine can't load sources.
For example import camera from alembic with a path staring with a drive letter, you will got "hou.OperationFailed: The attempted operation failed".
As lens expression evaluation will fail.

What i want to say.
Look at the difference between artists and farm machine. Difference can be anywhere, different users can have different environment. May be some cache fails to load.

Try to examine command w/o afanasy (afrender).
- open terminal
- ssh render_hostname
- sudo - render (or other user you running afrender by)
- cd ... /cgru ( goto CGRU root folder )
- source "./setup.sh ( setup CGRU environment for afrender user )
- copy & paste task command
What will happen?
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
Post Reply