Search

Search

Help

Page 1 of 10. Showing 97 results (0.011 seconds)

  1. Python job submission with Python language callback

    Here, we demonstrate how to submit a job through the Python API that runs a python script as a callback. This example shows a very simple callback that writes the job id…
    QubeOct 13, 2020
  2. Python

    Examples files for Python Your Qube installation directory contains an "examples/python" subdirectory. In there, you will find a README file and several python examples…
    QubeApr 17, 2017
  3. Python job submission with Python language callback that runs an external script on the supervisor

    supervisor_language_flags must contain "python" or all python callbacks will be ignored. Sometimes the best way to perform complex behavior in a callback is to put…
    QubeOct 13, 2020
  4. Python and Perl Installation

    Python As of Qube 7.5, Python 3 is supported (3.6, 3.7, and 3.8, as of 7.5-0). In fact, python3 is required during the installation process. Some of the Linux and macOS…
    QubeOct 13, 2020
  5. Beginner Python submission and dependencies

    Welcome to a tutorial on basic submission and dependencies using the Qube! API. By running through this tutorial you will have a basic understanding of how to: Use Python
    QubeFeb 01, 2017
  6. Basic python job submission I. Single command

    : if os.environ.get("QBDIR"): qbdir_api = os.path.join(os.environ.get("QBDIR"),"api","python") for api_path in (qbdir_api, "/Applications/pfx/qube/api…
    QubeOct 13, 2020
  7. Basic python job submission II. Frames

    : import os, sys try: import qb except ImportError: if os.environ.get("QBDIR"): qbdir_api = os.path.join(os.environ.get("QBDIR"),"api","python") for api_path…
    QubeOct 13, 2020
  8. Python job submission with callbacks

    Below, you will find examples showing how to submit jobs with callbacks using the Python API.…
    QubeDec 13, 2014
  9. Python job submission with mail callback

    Here, we demonstrate submitting a job through the Python API that uses an email callback. Note: supervisor_language_flags must contain "mail" or this callback will silently…
    QubeOct 13, 2020
  10. Basic python job submission III. SimpleCmd Compatibility and Application Specific Parameters

    are python scripts that are read by the GUI during startup & can be modified or created by users. SimpleCmd creation is outside of the scope of this document, but you can start…
    QubeMar 14, 2023