Search

Search

Help

Page 3 of 12. Showing 111 results (0.008 seconds)

  1. jobSubmit01_explained.py

    #!/usr/bin/python # Below are required imports for the script to run import os, sys # The below few lines of code are to determine the OS of the machine that your running…
  2. Clean Up Old Jobs Automatically

    importantly, reduce disk space required to hold logs of jobs that are no longer useful to your production/facility. We have included a python script called job_cleanup.py that takes…
    QubeNov 19, 2018
  3. Practical example Renderman job

    Submission I Basic Python Job Submission III Advanced Dependencies Feel free to download and run the script below. It sets up a job that will : Create a Parent Rib Job…
    QubeOct 13, 2020
  4. Development Options

    of the QubeGUI and requires no additional Worker installation. Custom jobtypes (backend) – Instead of using the commandline on the backend, one can write jobtype scripts
    QubeOct 15, 2014
  5. How to implement locking/unlocking a Linux worker at user login/out

    ) PostSession/Default (Logoff) This is the script that runs on login: MYHOSTNAME=`/bin/hostname` COMMAND="/usr/local/pfx/qube/bin/qblock --lock --purge $MYHOSTNAME" logger Running "$COMMAND…
    QubeOct 15, 2014
  6. Advanced Dependencies

    for linking jobs Give example of Dependency linking to JobLabel Shows correct dependency graph in the Qube! GUI Feel free to download and run the script below. It sets up a job…
    QubeOct 13, 2020
  7. Renderman_demo.py

    #!/usr/bin/python # Below are required imports for the script to run import os, sys # The below few lines of code are to determine the OS of the machine that your running…
    Qube / … / Practical example Renderman jobOct 15, 2014
  8. Advanced_Dependancy.py

    #!/usr/bin/python # Below are required imports for the script to run import os, sys # The below few lines of code are to determine the OS of the machine that your running…
    Qube / … / Advanced DependenciesOct 15, 2014
  9. _SimpleCMD_PreFlightChecks

    preflightChecks.png Job Pre-flight Some executable (e.g. a script) that will run on the Worker before the job runs. If the pre-flight fails, the job will not run…
    QubeOct 31, 2014
  10. _SimpleCMD_QubeUIFlightChecks

    FlightCheck_scripts.png Job Pre-flight Some executable (e.g. a script) that will run on the Worker before the job runs. If the pre-flight fails, the job will not run…
    QubeOct 13, 2020