Search

Search

Help

Page 5 of 7. Showing 68 results (0.028 seconds)

  1. jobSubmit_emailCallback.py

    # # ====================================================== import os, sys # Make sure that qb module is in the python path if 'QBDIR' in os.environ: sys.path.append('%s/api/python' % os.environ['QBDIR…
    Qube 6.4 / … / PythonNov 08, 2012
  2. qbsubmit.py

    ': sys.path.append('/usr/local/pfx/qube/api/python'); else: sys.path.append('c:/program files/pfx/qube/api/python'); sys.path.append('../../api/python'); # # Import the qb module # import…
    Qube 6.4 / … / PythonNov 08, 2012
  3. callback4.pl

    # use lib "../../api/perl"; use lib "$ENV{QB_DIR}/api/perl"; use lib "$ENV{QBDIR}/api/perl"; use qb; my $callback = { "triggers" => "globaltime-10000", "language" => "perl…
    Qube 6.4 / … / PerlNov 08, 2012
  4. Basic python job submission I. Single command

    import os, sys # The next few lines attempt to import the Qube API. If the path to the qb module # is not in $PATH or $PYTHONPATH, we will attempt to find it by looking in known…
    Qube 6.4May 24, 2013
  5. bootstrap.py

    $ # ################################################################## # load system libs import sys, os, os.path import getopt # load qb module try: import qb except ImportError…
    Qube 6.4 / … / HelloworldNov 08, 2012
  6. 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…
    Qube 6.4Oct 22, 2012
  7. Packages

    => "/location/to/my/images" }; $job->{package} = $package; qb::submit($job); In the example above, the developer chose to use a hash reference with the elements scenefile…
    Qube 6.4Oct 22, 2012
  8. qbhosts.pl

    "$ENV{QB_DIR}/api/perl"; use lib "../../api/perl"; use lib "../api/perl"; use qb; use Getopt::Long; my $help, $state; my $result = GetOptions( "state" => \$state, "help…
    Qube 6.4 / … / PerlNov 08, 2012
  9. bootstrap.py

    ' % os.environ.get('QBDIR')) #load qube libs import qb def main(): options = 'h' longOptions = ['archive=', 'backend=', 'base…
    Qube 6.4 / … / JobtypesNov 08, 2012
  10. Launching the QubeGUI/QubeWranglerView (6.4+)

    /qb/gui/qube.py. If using this method, it will require having the following components installed: Python (required) wxPython (required) numpy (optional, to display the job charts…
    Qube 6.4Oct 15, 2012