Search

Search

Help

Page 5 of 12. Showing 111 results (0.009 seconds)

  1. callback4.pl

    #!/usr/bin/perl # # Qube! - Example Perl Job Dependency Submission Script # ##################################################################################### # # Licensed…
    Qube / … / PerlOct 15, 2014
  2. Log Rotation

    in the logrotate.py script). Configuration The log rotation on OS X is managed by launchctl/launchd, and the associated .plist files are: /Library/LaunchDaemons…
    QubeNov 19, 2018
  3. Package_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…
  4. Callback languages

    The supported languages in Qube for callbacks are: Perl Python - See also Python job submission with Python language callback that runs an external script
    QubeDec 13, 2014
  5. Customizing the Qube GUI

    QubeGUI is essentially a set of Python scripts that calls upon the qb Python API module to interface with the Qube Supervisor. It uses platform-independent wxPython…
    QubeOct 15, 2014
  6. Packages

    the developer is forced to create complex character escape schemes to deal with special characters such as quotes and brackets. Qube's scripting API implementations automatically import…
    QubeOct 15, 2014
  7. Python and Perl Installation

    . Python 2.7 is supported, but only to provide backwards compatibility for legacy scripts that use our Qube Python API. Please port your python2 scripts to python3 at the earliest…
    QubeOct 13, 2020
  8. workerLock.py

    #!/usr/bin/env python """ This script will lock the worker and then loop forever until it's killed. When killed with the SIGTERM signal, it will unlock the worker. It is meant…
  9. Where is the output from the executed callback code?

    If you're printing out debug data in your callback script, it may appear in the .cb file that lives in the job log directory (either on the supervisor or in your central job…
    QubeOct 15, 2014
  10. supervisor_max_postboard_retry

    before giving up. A "post"-style callback is set up for client programs (such as a GUI or a script) to "subscribe" to events. This requires that the client is listening on a port…
    QubeJan 07, 2015