Search

Search

Help

Page 8 of 8. Showing 73 results (0.009 seconds)

  1. Qube 6.4-5 Release Notes

    . @CHANGE: added code to automatically retire pending/blocked/running jobs when "modify" reduces the "cpus" ("instances") count. ZD: 9205 @FIX: fixed a subtle off-by-one error…
    Qube 6.4Apr 29, 2013
  2. jobSubmit07.py

    will unblock at: %s' % startDatetime.strftime('%Y-%m-%d %X') def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline…
    Qube 6.4 / … / PythonNov 08, 2012
  3. test_submit.py

    ' % (socket.gethostname(), time.strftime('%c', time.localtime()) ) if buildAgendaJob: job['cpus'] = 5 # you can build agendas 2 ways: with a qb.gen* function…
    Qube 6.4 / … / HelloworldNov 08, 2012