Search

Search

Help

Page 7 of 7. Showing 68 results (0.013 seconds)

  1. Common STDOUT/STDERR Errors & Warnings

    at http://www.perl.org/ http://www.perl.org/, the Perl Home Page. INFO: loaded qb module and setup assignment. Can't load 'C:\Program Files\pfx\qube\api/perl\58/qb.dll' for module qb: load_file:%1…
    Qube 6.4May 07, 2013
  2. Job Dependencies

    are created upon job submission. Jobs are associated in the same process group by either submitting them all in the same qb::submit API call, or they may be connected by specifying…
    Qube 6.4May 23, 2013
  3. jobSubmit07.py

    files/pfx/qube/api/python'); import qb def blockUntil(job, start): ''' Configure a job to remain blocked until a certain time of day. The time value inserted…
    Qube 6.4 / … / PythonNov 08, 2012
  4. Creating a new SimpleCmd

    be # $QBDIR/api/python/qb/gui from simplecmd import SimpleCmd # user defined simpleCmds *must* define a create method. def create(): # This creates a simpleCmd called "Example Echo…
    Qube 6.4Apr 15, 2013
  5. Use_simpleCMD.py

    /qube/api/python'); # The below line of code is to import the above defined Qube! API import qb # Below is the main function to run in this script def main(): # Below…
  6. jobSubmit01_explained.py

    /qube/api/python'); # The below line of code is to import the above defined Qube! API import qb # Below is the main function to run in this script def main(): # Below creates…
  7. Package_explained.py

    /qube/api/python'); # The below line of code is to import the above defined Qube! API import qb # Below is the main function to run in this script def main(): # Below…
  8. AppFinder Jobs

    specifies which application to run. Currently,the following application templates are supported, being specified in the API library file $QBDIR/api/python/qb/backend…
    Qube 6.4May 24, 2013