Hi,
we want remote users to be able to submit sim/render jobs via HQueue. Since the remote users do not have a direct access to the file system, we thought about prepending a ftp - file transfer job and the renderjob itself should wait until the ftp transfer is done and veryfied.
Is this possible with the current HQueue submit nodes in Houdini or do we have to create our own submit tool with the HQueue API?
HQueue: How to enhance submit tool?
2911 7 3-
- haggi krey
- Member
- 54 posts
- Joined: July 2013
- Offline
-
- rvinluan
- Staff
- 1291 posts
- Joined: July 2005
- Offline
Hello,
It's not possible with the HQueue nodes in Houdini. You would have to write your own custom jobs and then submit them with the HQueue Python API:
- https://www.sidefx.com/docs/houdini/hqueue/jobdetails.html [www.sidefx.com]
- https://www.sidefx.com/docs/houdini/hqueue/api.html [www.sidefx.com]
Cheers,
Rob
It's not possible with the HQueue nodes in Houdini. You would have to write your own custom jobs and then submit them with the HQueue Python API:
- https://www.sidefx.com/docs/houdini/hqueue/jobdetails.html [www.sidefx.com]
- https://www.sidefx.com/docs/houdini/hqueue/api.html [www.sidefx.com]
Cheers,
Rob
-
- haggi krey
- Member
- 54 posts
- Joined: July 2013
- Offline
-
- jerry7
- Member
- 663 posts
- Joined: Nov. 2013
- Offline
Hi,
You can upload assets to your working folder in the nas file server with a 3rd party ftp service, then submit remotely.
https://www.sidefx.com/docs/houdini/hqueue/submittingjobs.html#submitremotely [www.sidefx.com]
You can upload assets to your working folder in the nas file server with a 3rd party ftp service, then submit remotely.
https://www.sidefx.com/docs/houdini/hqueue/submittingjobs.html#submitremotely [www.sidefx.com]
-
- haggi krey
- Member
- 54 posts
- Joined: July 2013
- Offline
-
- haggi krey
- Member
- 54 posts
- Joined: July 2013
- Offline
If I submit a job via a HQueue Render node, multiple jobs are created, a parent job and a child idf generator job, then a child render job. Is there a way to see the whole job hierarchiy with all parameters and arguments so that I can see how the whole process works? Or do I have to find it out myself?
Edited by haggi krey - Feb. 8, 2021 07:20:00
-
- rvinluan
- Staff
- 1291 posts
- Joined: July 2005
- Offline
I don't think there's a quick way to see the whole job hierarchy. You would have to click on the child jobs and parent jobs to build up a mental picture of the hierarchy.
But you can see the job parameters by clicking on a job's (or child job's) Job Properties link in the HQueue website. You could also download the job's diagnostics file from the website, if available. The diagnostics file will contain the commands that are executed in the job. For HQueue Render/Simulation jobs, the command simply invokes a Python script in
Cheers,
Rob
But you can see the job parameters by clicking on a job's (or child job's) Job Properties link in the HQueue website. You could also download the job's diagnostics file from the website, if available. The diagnostics file will contain the commands that are executed in the job. For HQueue Render/Simulation jobs, the command simply invokes a Python script in
$HFS/houdini/scripts/hqueue
, so you could trace through the code in the script to see what the job is doing.Cheers,
Rob
-
- haggi krey
- Member
- 54 posts
- Joined: July 2013
- Offline
-
- Quick Links