Created with Raphaël 2.1.0
    Loading...

Icon

This is the documentation for an older version of Qube. The latest version of the documentation can be found here: Qube

Skip to end of metadata
Go to start of metadata


The "--nogui" option can be appended to the commands as described above so that it will just submit the job without bringing up the submission dialog. All simplecmd callbacks and path translations that would be called if doing the same process interactively with a dialog are performed. This is particularly useful if one has an in-application submission with all the options known in advance that does not require any user input.
Example:

  • Submit a maya job without bringing up a submission dialog. qube --nogui --submitDict "{'prototype':'maya','package':{'scenefile':'myscenefile.ma'}, 'priority':500, 'cpus':4}"

 

  • No labels