Chris Grebeldinger

chrisgreb

About Me

EXPERTISE
Developer
INDUSTRY
Gamedev

Connect

LOCATION
Canada
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

MQserver - more information on capabilities & communication March 3, 2021, 9:13 a.m.

mqserver is used by PDG jobs when they are running with deadline and hqueue schedulers to RPC back to PDG, it's also used to coordinate 'services', used in local graph cooks. The python module pdgutils can be used to communicate with mqserver at a low level, but jobs use the pdgcmd/pdgjson APIs as documented here:

https://www.sidefx.com/docs/houdini/tops/jobapi.html [www.sidefx.com]

There aren't any online docs for pdgutils yet, but there is the usual pydoc on the module.

> what sort of things you can communicate

The communication is primarily job -> PDG, through pdgcmd. However mqserver is a general purpose pub-sub server that could be used for custom messaging as well.

If you want to use this for a custom scheduler, I would recommend looking at our implementation for HQueue Scheduler in $HH/pdg/types/houdini/hqueue.py. The simplest approach is probably to only support MQUsage.CONNECT, which uses a known running mqserver so there's no need to spin anything up per submission.

Deadline scheduler - Redshift Archive and Standalone jobs? Feb. 9, 2021, 10:29 a.m.

What is the Deadline ROP doing? Just guessing, since I don't have Redshift installed: I think you would have to set up a ROP Fetch TOP that cooks the Redshift ROP first in 'archive' mode followed by a ROP Fetch TOP that cooks in 'render' mode. These would both be using houdini engine licenses. Possibly the render step could be done with a pure python script or generic generator so it doesn't use an engine license. This is what the Render IFD and USD Render TOP nodes do.

RFE: Additional info on Deadline tasks Feb. 8, 2021, 5:10 p.m.

Ya, we could do that. We could probably expose them all as extra job parms.
Are you skipping Extra Info 0 intentionally ?